You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Patrick Wendell (JIRA)" <ji...@apache.org> on 2014/06/02 21:03:03 UTC

[jira] [Created] (SPARK-1993) Allow users to avoid checking output directory

Patrick Wendell created SPARK-1993:
--------------------------------------

             Summary: Allow users to avoid checking output directory
                 Key: SPARK-1993
                 URL: https://issues.apache.org/jira/browse/SPARK-1993
             Project: Spark
          Issue Type: Improvement
          Components: Spark Core
            Reporter: Patrick Wendell


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



--
This message was sent by Atlassian JIRA
(v6.2#6252)