Re: Fwd: how to submit multiple jar files when using spark-submit script in shell?

2016-01-12 Thread Jim Lohse
et classes not named after --class to be seen? Thanks for any ideas -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/how-to-submit-multiple-jar-files-when-using-spark-submit-script-in-shell-tp16662p25942.html Sent from the A

Fwd: how to submit multiple jar files when using spark-submit script in shell?

2016-01-11 Thread UMESH CHAUDHARY
t named > after --class to be seen? > > Thanks for any ideas > > > > > -- > View this message in context: > http://apache-spark-user-list.1001560.n3.nabble.com/how-to-submit-multiple-jar-files-when-using-spark-submit-script-in-shell-tp16662p25942.html > Sent from

Re: how to submit multiple jar files when using spark-submit script in shell?

2016-01-11 Thread jiml
re shipped to workers, or if I need to put the application-jar in the --jars path to get classes not named after --class to be seen? Thanks for any ideas -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/how-to-submit-multiple-jar-files-when-using-spark-submit-scrip

how to submit multiple jar files when using spark-submit script in shell?

2014-10-17 Thread eric wong
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

Re: how to submit multiple jar files when using spark-submit script in shell?

2014-10-17 Thread Andrew Or
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:

Re: how to submit multiple jar files when using spark-submit script in shell?

2014-10-17 Thread Marcelo Vanzin
On top of what Andrew said, you shouldn't need to manually add the mllib jar to your jobs; it's already included in the Spark assembly jar. On Thu, Oct 16, 2014 at 11:51 PM, eric wong win19...@gmail.com wrote: Hi, i using the comma separated style for submit multiple jar files in the follow