[
https://issues.apache.org/jira/browse/SPARK-3690?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Josh Rosen resolved SPARK-3690.
-------------------------------
Resolution: Fixed
Issue resolved by pull request 2537
[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: [email protected]
For additional commands, e-mail: [email protected]