Repository: ambari Updated Branches: refs/heads/trunk 74ef96200 -> 786dd6271
AMBARI-5236 Set webhcat-site.xml props required by HIVE-5547 (dsen) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/786dd627 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/786dd627 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/786dd627 Branch: refs/heads/trunk Commit: 786dd627148be2e3e3c89d6d46ec2ab917ba42fd Parents: 74ef962 Author: Dmitry Sen <[email protected]> Authored: Thu Mar 27 15:22:41 2014 +0200 Committer: Dmitry Sen <[email protected]> Committed: Thu Mar 27 15:22:41 2014 +0200 ---------------------------------------------------------------------- .../services/WEBHCAT/configuration/webhcat-site.xml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/786dd627/ambari-server/src/main/resources/stacks/HDP/2.1/services/WEBHCAT/configuration/webhcat-site.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.1/services/WEBHCAT/configuration/webhcat-site.xml b/ambari-server/src/main/resources/stacks/HDP/2.1/services/WEBHCAT/configuration/webhcat-site.xml index 39b901e..130004a 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.1/services/WEBHCAT/configuration/webhcat-site.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.1/services/WEBHCAT/configuration/webhcat-site.xml @@ -79,6 +79,18 @@ limitations under the License. </property> <property> + <name>templeton.hive.home</name> + <value>hive.tar.gz/hive</value> + <description>The path to the Hive home within the tar. Has no effect if templeton.hive.archive is not set.</description> + </property> + + <property> + <name>templeton.hcat.home</name> + <value>hive.tar.gz/hive/hcatalog</value> + <description>The path to the HCat home within the tar. Has no effect if templeton.hive.archive is not set.</description> + </property> + + <property> <name>templeton.hive.path</name> <value>hive.tar.gz/hive/bin/hive</value> <description>The path to the Hive executable.</description> @@ -90,7 +102,6 @@ limitations under the License. <description>Properties to set when running hive.</description> </property> - <property> <name>templeton.zookeeper.hosts</name> <value>localhost:2181</value>
