What are you calling "<masternode>"? In yarn-cluster mode, the driver is running somewhere in your cluster, not on the machine where you run spark-submit.
The easiest way to get to the Spark UI when using Yarn is to use the Yarn RM's web UI. That will give you a link to the application's UI regardless of whether it's running on client or cluster mode. On Mon, Mar 2, 2015 at 3:39 PM, Anupama Joshi <anupama.jo...@gmail.com> wrote: > Hi , > > When I run my application with --master yarn-cluster or --master yarn > --deploy-mode cluster , I can not the spark UI at the location -- > <masternode>:4040Even if I am running the job , I can not see teh SPARK UI. > When I run with --master yarn --deploy-mode client -- I see the Spark UI > but I cannot see my job running. > > When I run spark-submit with --master local[*] , I see the spark UI , my job > everything (Thats great) > > Do I need to do some settings to see the UI? > > Thanks > > -AJ > > > > > > -- Marcelo --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@spark.apache.org For additional commands, e-mail: user-h...@spark.apache.org