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.

Hive View is blank

avatar
Contributor

I'm using HDP 2.5 sandbox and when I try to go into the Hive View its blank. All other views, Pig View, Tez View, Storm View, etc all work fine.

1 ACCEPTED SOLUTION

avatar
Master Mentor

@John Bowler

Please try cleaning the "/var/lib/ambari-server/resources/views/work/HIVE*" Directories present there and then try restarting the ambari-server.

# rm -rf /var/lib/ambari-server/resources/views/work/HIVE*

- On restart of ambari server it will re-extarct the Hive view JAR to the work directory.

- Also try from other browsers. (like Chrome and Firefox).

- If you notice any error in ambari-server.log or in the view logs then please share:

# /var/log/ambari-server/hive**/*.log

.

View solution in original post

3 REPLIES 3

avatar
Master Mentor

@John Bowler

Please try cleaning the "/var/lib/ambari-server/resources/views/work/HIVE*" Directories present there and then try restarting the ambari-server.

# rm -rf /var/lib/ambari-server/resources/views/work/HIVE*

- On restart of ambari server it will re-extarct the Hive view JAR to the work directory.

- Also try from other browsers. (like Chrome and Firefox).

- If you notice any error in ambari-server.log or in the view logs then please share:

# /var/log/ambari-server/hive**/*.log

.

avatar
Contributor

Switched to using Chrome and Hive View works. Big thanks!!

avatar
Expert Contributor

@Jay SenSharma

I tried the same but still its not working.

[root@sandbox ~]# ls -ltr /var/lib/ambari-server/resources/views/work/
total 28
drwxr-xr-x  7 root root  104 Oct 25  2016 ADMIN_VIEW{2.4.0.0}
drwxr-xr-x  7 root root  130 Oct 25  2016 FILES{1.0.0}
drwxr-xr-x  9 root root 4096 Oct 25  2016 CAPACITY-SCHEDULER{1.0.0}
drwxr-xr-x  7 root root  146 Oct 25  2016 PIG{1.0.0}
drwxr-xr-x  8 root root 4096 Oct 25  2016 HUETOAMBARI_MIGRATION{1.0.0}
drwxr-xr-x  9 root root 4096 Oct 25  2016 TEZ{0.7.0.2.5.0.0-1225}
drwxr-xr-x  9 root root  156 Oct 25  2016 Storm_Monitoring{0.1.0}
drwxr-xr-x 10 root root 4096 Oct 25  2016 SLIDER{2.0.0}
drwxr-xr-x  9 root root 4096 Oct 25  2016 Workflow Manager{1.0.0}
drwxr-xr-x 10 root root 4096 Sep  7 13:45 HIVE{1.0.0}
drwxr-xr-x 10 root root 4096 Sep  7 13:45 HIVE{1.5.0}

Above is what I can see, but I only deleted HIVE* ones and restarted ambari