Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: edit the Web UI section for HIVE-12338

...

Panel

hive.server2.authentication – Set this to PAM.

hive.server2.authentication.pam.services – Set this to a list of comma-separated PAM services that will be used. Note that a file with the same name as the PAM service must exist in /etc/pam.d.

Web UI

A Web User Interface (UI) for HiveServer2 provides configuration, logging, metrics and active session information.  The The Web UI is available at port 10002 (127.0.0.1:100210002) by default.  

Configuration properties hive.server2.webui.host, hive.server2.webui.port, and hive.server2.webui.max.threads can be customized in hive-serversite.xml.

The interface is currently under development with HIVE-12338.


Python Client Driver

A Python client driver for HiveServer2 is available at https://github.com/BradRuderman/pyhs2 (thanks, Brad). It includes all the required packages such as SASL and Thrift wrappers.

...