Egor Pakhomov created SPARK-3690:
------------------------------------

             Summary: Closing shuffle writers we swallow more important 
exception
                 Key: SPARK-3690
                 URL: https://issues.apache.org/jira/browse/SPARK-3690
             Project: Spark
          Issue Type: Bug
          Components: Spark Core
    Affects Versions: 1.1.0
            Reporter: Egor Pakhomov
            Priority: Minor
             Fix For: 1.2.0


ShaffleMapTask: line 75

{quote}
 case e: Exception =>
        if (writer != null) {
          writer.stop(success = false)
        }
        throw e
{quote}

Exception in writer.stop() swallows the important one. Couldn't find the reason 
for problems for days. Look up in internet "java.io.FileNotFoundException: 
/local/hd2/yarn/local/usercache/epahomov/appcache/application_1411219858924_12991/spark-local-20140924225309-03f5/21/shuffle_4_12_147
 (No such file or directory)" - there are plenty poor guys like me.



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

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

Reply via email to