my programer runs in standalone model, the commond line is likeļ¼š
        /opt/spark-1.0.0/bin/spark-submit \
        --verbose \
        --class $class_name --master spark://master:7077 \
        --driver-memory 15G \
        --driver-cores 2 \
        --deploy-mode cluster \
        hdfs://master:9000/user/root/jartest/test.jar

But test.jar can't be copied to worker node, so it prompts that
java.lang.ClassNotFoundException.





--
View this message in context: 
http://apache-spark-user-list.1001560.n3.nabble.com/problem-about-cluster-mode-of-spark-1-0-0-tp7982.html
Sent from the Apache Spark User List mailing list archive at Nabble.com.

Reply via email to