[
https://issues.apache.org/jira/browse/SPARK-6144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14345908#comment-14345908
]
Apache Spark commented on SPARK-6144:
-------------------------------------
User 'trystanleftwich' has created a pull request for this issue:
https://github.com/apache/spark/pull/4880
> When in cluster mode using ADD JAR with a hdfs:// sourced jar will fail
> -----------------------------------------------------------------------
>
> Key: SPARK-6144
> URL: https://issues.apache.org/jira/browse/SPARK-6144
> Project: Spark
> Issue Type: Bug
> Affects Versions: 1.3.0
> Reporter: Trystan Leftwich
>
> While in cluster mode if you use ADD JAR with a HDFS sourced jar it will fail
> trying to source that jar on the worker nodes with the following error:
> {code}
> 15/03/03 04:56:50 ERROR executor.Executor: Exception in task 0.0 in stage 0.0
> (TID 0)
> java.io.FileNotFoundException:
> /yarn/nm/usercache/vagrant/appcache/application_1425166832391_0027/-19222735701425358546704_cache
> (No such file or directory)
> at java.io.FileInputStream.open(Native Method)
> at java.io.FileInputStream.<init>(FileInputStream.java:146)
> {code}
> PR https://github.com/apache/spark/pull/4880
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]