Member since
08-13-2014
5
Posts
5
Kudos Received
0
Solutions
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