Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: remove default values from configuration variables table per discussion in HIVE-6549

...

Some default values for configuration variables depend on the release number. See webhcat-default.xml for the default values in the Hive release you are using. The file is at http://svn.apache.org/repos/asf/hive/branches/branch-<release_number>/hcatalog/webhcat/svr/src/main/config/webhcat-default.xml in the SVN repository, where <release_number> is Hive release 0.10, 0.11, 0.12, etc.  For releases prior to Hive 0.10, WebHCat was in the Apache incubator and its webhcat-default.xml file can be found at ....

 

Defaults shown here are for the version of WebHCat that is included in Hive release 0.11.0. Defaults for the previous release are shown in the HCatalog 0.5.0 documentation.

Name

Default (Hive 0.11.0)

Description

templeton.port

50111

The HTTP port for the main server.

templeton.hadoop.config.dir

${env.HADOOP_CONFIG_DIR}

The path to the Hadoop configuration.

templeton.jar${env.TEMPLETON_HOME}/share/webhcat/svr/webhcat-0.11.0.jar

The path to the WebHCat jar file.

templeton.libjars

${env.TEMPLETON_HOME}/share/webhcat/svr/lib/zookeeper-3.4.5.jar

Jars to add to the classpath.

templeton.override.jars

hdfs:///user/templeton/ugi.jar

Jars to add to the HADOOP_CLASSPATH for all Map Reduce jobs. These jars must exist on HDFS.

templeton.override.enabled

false

Enable the override path in templeton.override.jars.

templeton.streaming.jarhdfs:///user/templeton/hadoop-streaming.jar

The HDFS path to the Hadoop streaming jar file.

templeton.hadoop

${env.HADOOP_PREFIX}/bin/hadoop

The path to the Hadoop executable.

templeton.pig.archive

hdfs:///user/templeton/pig-0.11.1.tar.gz

The path to the Pig archive.

templeton.pig.pathpig-0.11.1.tar.gz/pig-0.11.1/bin/pig

The path to the Pig executable.

templeton.hcat

${env.HCAT_PREFIX}/bin/hcat

The path to the HCatalog executable.

templeton.hive.archive

hdfs:///user/templeton/hive-0.11.0.tar.gz

The path to the Hive archive.

templeton.hive.pathhive-0.11.0.tar.gz/hive-0.11.0/bin/hive

The path to the Hive executable.

templeton.hive.properties

hive.metastore.uris=thrift://localhost:9933, hive.metastore.sasl.enabled=false

Properties to set when running Hive. To use it in a cluster with Kerberos security enabled, set hive.metastore.sasl.enabled=false and add hive.metastore.execute.setugi=true. Using localhost in metastore uri does not work with Kerberos security.

templeton.exec.encoding

UTF-8

The encoding of the stdout and stderr data.

templeton.exec.timeout10000

How long in milliseconds a program is allowed to run on the WebHCat box.

templeton.exec.max-procs

16

The maximum number of processes allowed to run at once.

templeton.exec.max-output-bytes1048576

The maximum number of bytes from stdout or stderr stored in ram.

templeton.controller.mr.child.opts-server -Xmx256m -Djava.net.preferIPv4Stack=true

Java options to be passed to WebHCat controller map task.

templeton.exec.envsHADOOP_PREFIX,HADOOP_HOME,JAVA_HOME,HIVE_HOME

The environment variables passed through to exec.

templeton.zookeeper.hosts

127.0.0.1:2181

ZooKeeper servers, as comma-separated host:port pairs.

templeton.zookeeper.session-timeout

30000

ZooKeeper session timeout in milliseconds.

templeton.callback.retry.interval10000

How long to wait between callback retry attempts in milliseconds.

templeton.callback.retry.attempts5

How many times to retry the callback.

templeton.storage.class

org.apache.hcatalog.templeton.tool.ZooKeeperStorage

The class to use as storage.

templeton.storage.root

/templeton-hadoop

The path to the directory to use for storage.

templeton.hdfs.cleanup.interval43200000

The maximum delay between a thread's cleanup checks.

templeton.hdfs.cleanup.maxage604800000

The maximum age of a WebHCat job.

templeton.zookeeper.cleanup.interval43200000

The maximum delay between a thread's cleanup checks.

templeton.zookeeper.cleanup.maxage

604800000

The maximum age of a WebHCat job.

templeton.kerberos.secretA random value

The secret used to sign the HTTP cookie value. The default value is a random value. Unless multiple WebHCat instances need to share the secret the random value is adequate.

templeton.kerberos.principal

None

The Kerberos principal to used by the server. As stated by the Kerberos SPNEGO specification, it should be USER/${HOSTNAME}@{REALM}. It does not have a default value.

templeton.kerberos.keytabNone

The keytab file containing the credentials for the Kerberos principal.

...