Hive query browser

I’m using HUE 4.8 with Hive LLAP through HDP 3.1. In the HUE configs I’ve noticed an option to enable

# Show the Hive query section for listing and showing more troubleshooting information.
  enable_hive_query_browser=true

However, with the default configs, when running a query this creates a link to the hive query, e.g.,
image

But clicking it results in an error:

image

Is there some additional documentation on how to get Hive connection queries running? Or maybe this isn’t meant to be working with Hive LLAP?

This one was a prototype for getting the list of queries from the HiveServer2 API and it was not finished.

There is another project too but it is leveraging DAS, a proprieterary Cloudera product that indexes Hive queries.

1 Like