Explorar el Código

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

Dmitry Sen hace 11 años
padre
commit
a4b1f2bad7

+ 12 - 0
ambari-server/src/main/resources/stacks/HDP/2.0.6/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>