You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Jianshi Huang (JIRA)" <ji...@apache.org> on 2015/06/01 19:01:17 UTC

[jira] [Created] (SPARK-8014) DataFrame.write.mode("error").save(...) should not scan the output folder

Jianshi Huang created SPARK-8014:
------------------------------------

             Summary: DataFrame.write.mode("error").save(...) should not scan the output folder
                 Key: SPARK-8014
                 URL: https://issues.apache.org/jira/browse/SPARK-8014
             Project: Spark
          Issue Type: Bug
          Components: SQL
    Affects Versions: 1.4.0
            Reporter: Jianshi Huang
            Priority: Minor


I have code that set the wrong output location, but failed with strange errors, it scaned my ~/.Trash folder...

It turned out save will scan the output folder first before mode("error") does the check. 

Scanning is unnecessary for mode = "error".





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org