Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Option name

Default value(Required)

Description

hiveserver2.catalog.hive-conf-dir

(none)(Yes)

URI to your Hive conf dir containing hive-site.xml. The URI needs to be supported by Hadoop FileSystem. If the URI is relative, i.e. without a scheme, local file system is assumed. If the option is not specified, hive-site.xml is searched in class path.

hiveserver2.catalog.name

hive (no)

hive catalog name

hiveserver2.catalog.default-database

(none) (Yes)

The default database to use when the catalog is set as the current catalog.

hiveserver2.thrift.bind-port


8084(No)

The port of the HiveServer2 endpoint

hiveserver2.thrift.worker.min-threads

5(No)

HiveServer2 uses TThreadPoolServer, which use the ThreadPool inside.

http://mmalithh.blogspot.com/2012/10/comparison-of-apache-thrift-java-servers.html


hiveserver2.thrift.worker.max-threads

512(No)

hiveserver2.thrift.worker.alive-duration

60 s(No)

hiveserver2.transport.mode

binary/http (tcp)

Currently only supports binary mode.

...