Member since
10-14-2014
5
Posts
0
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
8550 | 10-16-2014 04:44 PM |
02-09-2015
12:35 AM
can you please post the specific dependencies you added ?
... View more
10-14-2014
05:02 PM
I got the same error trying to run Spark on YARN. I fixed it by copying /usr/lib/hadoop/client/hadoop-mapreduce-client-core.jar into HDFS, and then putting that file in my /etc/spark/conf/spark-defaults.conf file for the 'spark.yarn.dist.files' directive: spark.yarn.dist.files /my/path/on/hdfs/hadoop-mapreduce-client-core.jar
... View more