You should be looking at the YARN RM web ui to monitor YARN applications; that will have a link to the Spark application's UI, along with other YARN-related information.
Also, if you run the app in client mode, it might be easier to debug it until you know it's running properly (since you'll see driver logs in your terminal). On Mon, Jan 4, 2016 at 2:49 PM, Daniel Valdivia <h...@danielvaldivia.com> wrote: > Hello everyone, happy new year, > > I submitted an app to yarn, however I'm unable to monitor it's progress on > the driver node, not in <drive_address>:8080 or <drive_address>:4040 as > documented, when submitting to the standalone mode I could monitor however > seems liek its not the case right now. > > I submitted my app this way: > > spark-submit --class my.class --master yarn --deploy-mode cluster myjar.jar > > and so far the job is on it's way it seems, the console is vivid with > Application report messages, however I can't access the status of the app, > should I have submitted the app in a different fashion to access the status > of it? > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscr...@spark.apache.org > For additional commands, e-mail: user-h...@spark.apache.org > -- Marcelo --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@spark.apache.org For additional commands, e-mail: user-h...@spark.apache.org