Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
None
-
None
-
None
Description
SPARK-1100 made our behavior consistent with Hadoop (we won't let users replace an existing output directory). We should add a flag to let advanced users skip this. Something like "spark.hadoop.skipOutputChecks". We'd just need to check for this when we check the specs. See this patch:
https://github.com/apache/spark/commit/3a8b698e961ac05d9d53e2bbf0c2844fcb1010d1
Attachments
Issue Links
- is related to
-
SPARK-1677 Allow users to avoid Hadoop output checks if desired
- Resolved