Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

No Hue in AWS VM,How to check logs?

avatar

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

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.