Trystan Leftwich created SPARK-6144:
---------------------------------------

             Summary: 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



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to