Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

No Hue in AWS VM,How to check logs?

avatar
New Contributor

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

1 ACCEPTED SOLUTION

avatar
Rising Star

@saurabh saurabh

You can review job logs from ResourceManager UI.

Ambari > YARN > Quick Links > ResourceManager UI

View solution in original post

3 REPLIES 3

avatar
Rising Star

@saurabh saurabh

You can review job logs from ResourceManager UI.

Ambari > YARN > Quick Links > ResourceManager UI

avatar
New Contributor

Thanks Sayan for the quick reply.I will check it.

Is this log also having System.out Ouput in it,like println statements?

avatar
Rising Star

@saurabh saurabh

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.