Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: add Logging Configuration (HIVE-10119 and others)

...

Panel

hive.server2.thrift.http.port – HTTP port number to listen on; default is 10001.

hive.server2.thrift.http.path – The service endpoint; default is cliservice.

hive.server2.thrift.http.min.worker.threads – Minimum worker threads in the server pool; default is 5.

hive.server2.thrift.http.max.worker.threads – Maximum worker threads in the server pool; default is 500.

 

Optional Global Init File

...

The init file lists a set of commands that will run for users of this HiveServer2 instance, such as register a standard set of jars and functions.

Logging Configuration

Starting in Hive 0.14, HiveServer2 operation logs are available for Beeline clients. These parameters configure logging:

How to Start

Code Block
$HIVE_HOME/bin/hiveserver2

...