소스 검색

AMBARI-5236 Set webhcat-site.xml props required by HIVE-5547 (dsen)

Dmitry Sen 11 년 전
부모
커밋
786dd62714
1개의 변경된 파일12개의 추가작업 그리고 1개의 파일을 삭제
  1. 12 1
      ambari-server/src/main/resources/stacks/HDP/2.1/services/WEBHCAT/configuration/webhcat-site.xml

+ 12 - 1
ambari-server/src/main/resources/stacks/HDP/2.1/services/WEBHCAT/configuration/webhcat-site.xml

@@ -78,6 +78,18 @@ limitations under the License.
     <description>The path to the Hive archive.</description>
   </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>
@@ -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>