Re: Why spark-submit command hangs?

2014-07-22 Thread Andrew Or
Hi Earthson, Is your problem resolved? The way you submit your application looks alright to me; spark-submit should be able to parse the combination of --master and --deploy-mode correctly. I suspect you might have hard-coded "yarn-cluster" or something in your application. Andrew 2014-07-22 1:

Re: Why spark-submit command hangs?

2014-07-22 Thread Earthson
That's what my problem is:) -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Why-spark-submit-command-hangs-tp10308p10394.html Sent from the Apache Spark User List mailing list archive at Nabble.com.

Re: Why spark-submit command hangs?

2014-07-22 Thread Earthson
I've just have the same problem. I'm using $SPARK_HOME/bin/spark-submit --master yarn --deploy-mode client $JOBJAR --class $JOBCLASS It's really strange, because the log shows that 14/07/22 16:16:58 INFO ui.SparkUI: Started SparkUI at http://k1227.mzhen.cn:4040 14/07/22 16:16:58 WARN util.N

Re: Why spark-submit command hangs?

2014-07-21 Thread Andrew Or
Hi Sam, Did you specify the MASTER in your spark-env.sh? I ask because I didn't see a --master in your launch command. Also, your app seems to take in a master ("yarn-standalone"). This is not exactly correct because by the time the SparkContext is launched locally, which is the default, it is too