Created 04-12-2016 09:08 PM
Hi,
There is no Hue in practice test VM,how can we check logs.Also how is it possible to print something on the console or log it in the log.Tried using Logging but didn't work.Please give a code snippet if possible.
Thanks
Created 04-12-2016 09:10 PM
You can review job logs from ResourceManager UI.
Ambari > YARN > Quick Links > ResourceManager UI
Created 04-12-2016 09:10 PM
You can review job logs from ResourceManager UI.
Ambari > YARN > Quick Links > ResourceManager UI
Created 04-12-2016 09:19 PM
Thanks Sayan for the quick reply.I will check it.
Is this log also having System.out Ouput in it,like println statements?
Created 04-13-2016 04:53 AM
When you click on ResourceManager UI, navigate to specific application's link. On the application page, you should see links to all your individual application attempts. If you review the logs for individual task attempts, you should see it displays the log of both the standard output as well as the standard error.