Hue in a Virtual Private Cluster Environment
Learn how to use Hue to view data in a Cloudera Base on premises cluster.
- Login into Hue. Open the Cloudera Manager Admin
Console and go to .
Note: If the Cloudera Base on premises cluster uses Sentry, ensure that the logged-in user is a part of a Linux group that has the necessary grants to access the Hive warehouse on the Cloudera Base on premises cluster.
- Select
The tables display in the left panel.
. - Run a
select
query to display data in the test_table previously created:
- Insert data into the table:
- Change the editor to Impala:
Go to
. - Run INVALIDATE METADATA query in the Impala editor.
- Verify the data added from the Hive editor in
the test_table shows up in the Impala editor: