Details
-
Improvement
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
3.3.6
-
None
-
None
Description
you can't commit work to the root of an object store through the manifest committer, as it will fail if the destination path exists, which always holds for root.
proposed
- check for dest / in job setup; if the path is not root, use createNewDirectory() as today
- if the path is root, delete all children but not the dir.
Attachments
Issue Links
- is depended upon by
-
HADOOP-18856 Spark insertInto with location GCS bucket root not supported
- Open