Hey TJ,

It appears that your ApplicationMaster thinks it's on the same node as your
driver. Are you setting "spark.driver.host" by any chance? Can you post the
value of this config here? (You can access it through the SparkUI)

2014-10-28 12:50 GMT-07:00 TJ Klein <tjkl...@gmail.com>:

> Hi there,
>
> I am trying to run Spark on YARN managed cluster using Python (which
> requires yarn-client mode). However, I cannot get it running (same with
> example apps).
>
> Using spark-submit to launch the script I get the following warning:
> WARN cluster.YarnClientClusterScheduler: Initial job has not accepted any
> resources; check your cluster UI to ensure that workers are registered and
> have sufficient memory
>
> The log file states:
> ERROR yarn.ExecutorLauncher: Failed to connect to driver at
> localhost:52006,
> retrying ...
>
> Any idea? Would greatly appreciate that.
> Thanks,
>  Tassilo
>
>
>
> --
> View this message in context:
> http://apache-spark-user-list.1001560.n3.nabble.com/Yarn-Client-Python-tp17551.html
> Sent from the Apache Spark User List mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscr...@spark.apache.org
> For additional commands, e-mail: user-h...@spark.apache.org
>
>

Reply via email to