Hi, i using the comma separated style for submit multiple jar files in the follow shell but it does not work:
bin/spark-submit --class org.apache.spark.examples.mllib.JavaKMeans --master yarn-cluster --execur-memory 2g *--jars lib/spark-examples-1.0.2-hadoop2.2.0.jar,lib/spark-mllib_2.10-1.0.0.jar *hdfs://master:8000/srcdata/kmeans 8 4 Thanks! -- WangHaihua