-
- Downloads
SPARK-1677: allow user to disable output dir existence checking
https://issues.apache.org/jira/browse/SPARK-1677 For compatibility with older versions of Spark it would be nice to have an option `spark.hadoop.validateOutputSpecs` (default true) for the user to disable the output directory existence checking Author: CodingCat <zhunansjtu@gmail.com> Closes #947 from CodingCat/SPARK-1677 and squashes the following commits: 7930f83 [CodingCat] miao c0c0e03 [CodingCat] bug fix and doc update 5318562 [CodingCat] bug fix 13219b5 [CodingCat] allow user to disable output dir existence checking
Showing
- core/src/main/scala/org/apache/spark/rdd/PairRDDFunctions.scala 4 additions, 2 deletions...rc/main/scala/org/apache/spark/rdd/PairRDDFunctions.scala
- core/src/test/scala/org/apache/spark/FileSuite.scala 22 additions, 0 deletionscore/src/test/scala/org/apache/spark/FileSuite.scala
- docs/configuration.md 8 additions, 0 deletionsdocs/configuration.md
Please register or sign in to comment