[ 
https://issues.apache.org/jira/browse/SPARK-3690?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14147867#comment-14147867
 ] 

Apache Spark commented on SPARK-3690:
-------------------------------------

User 'epahomov' has created a pull request for this issue:
https://github.com/apache/spark/pull/2537

> 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

Reply via email to