Table of Contents

About

hive in Hue.

Hive is a managed service in Hue

Configuration

In the hue.ini, set the HiveServer2 where to send SQL queries.

 
  ; Host where HiveServer2 is running.
  hive_server_host=localhost
 
  ; Hive configuration directory, where hive-site.xml is located
  ; If HiveServer2 is on another machine and you are using security or customized HiveServer2 configuration, you will need to copy the hive-site.xml on the Hue machine 
  hive_conf_dir=/etc/hive/conf