Hm, it works for me. Are you sure you have provided the right jars? What happens if you pass in the `--verbose` flag?
2014-10-16 23:51 GMT-07:00 eric wong <win19...@gmail.com>: > 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 >