The logs are self explanatory. 

It says "java.io.IOException: Incomplete HDFS URI, no host:
hdfs:/user/hduser/share/lib/spark-assembly.jar"


you need to specify the host in the above hdfs url.
It should look something like the following:

hdfs://<hdfs Namenode host name /
IP>:8020/user/hduser/share/lib/spark-assembly.jar



--
View this message in context: 
http://apache-spark-user-list.1001560.n3.nabble.com/Running-Spark-on-Yarn-Client-Cluster-mode-tp26691p26704.html
Sent from the Apache Spark User List mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@spark.apache.org
For additional commands, e-mail: user-h...@spark.apache.org

Reply via email to