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.

My Yarn memory 100% has been full due to hive query and also cannot access the hive through shell 2) Yarn config page not loading through ambari url . 3) How to check how many from hive query in queue

avatar
New Member
 
1 ACCEPTED SOLUTION

avatar

@Ramesh M you can use the YARN resource manager UI to see what applications are running.

http://<RMHOSTNAME>:8088/cluster/apps/RUNNING

View solution in original post

4 REPLIES 4

avatar

@Ramesh M you can use the YARN resource manager UI to see what applications are running.

http://<RMHOSTNAME>:8088/cluster/apps/RUNNING

avatar
New Member

2) Yarn config page not loading through ambari url

avatar

Can you check the browser network trace to see if there are any errors in calls ?

avatar
Cloudera Employee

Hello @Ramesh M

You could try cli command "yarn application -list -appStates RUNNING". Once you know which app is consuming resource, you can take necessary action.