[ https://issues.apache.org/jira/browse/SPARK-3690?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14148365#comment-14148365 ]
Josh Rosen commented on SPARK-3690: ----------------------------------- For additional context, here's the mailing list thread: http://apache-spark-user-list.1001560.n3.nabble.com/java-io-FileNotFoundException-in-usercache-td15135.html > 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 > {code:title=ShaffleMapTask|borderStyle=solid} > case e: Exception => > if (writer != null) { > writer.stop(success = false) > } > throw e > {code} > 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