Re: yarn does not accept job in cluster mode

2014-09-29 Thread Tamas Jambor
thanks for the reply. As I mentioned above, all works in yarn-client mode, the problem starts when I try to run it in yarn-cluster mode. (seems that spark-shell does not work in yarn-cluster mode, so cannot debug that way). On Mon, Sep 29, 2014 at 7:30 AM, Akhil Das wrote: > Can you try runnin

Re: yarn does not accept job in cluster mode

2014-09-28 Thread Akhil Das
Can you try running the spark-shell in yarn-cluster mode? ./bin/spark-shell --master yarn-client Read more over here http://spark.apache.org/docs/1.0.0/running-on-yarn.html Thanks Best Regards On Sun, Sep 28, 2014 at 7:08 AM, jamborta wrote: > hi all, > > I have a job that works ok in yarn-cl