Our Community is getting a major upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]
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.