Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: One more update for global init file

...

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

...

Staring in Hive 0.14 with HIVE-5160, HIVE-7497, and HIVE-8138, a global init file called can be placed under configured hive.server2.global.init.file.location location.  This can be either the path to the init file itself, or a directory where an init file named (.hiverc) is expected.

...