Просмотр исходного кода

AMBARI-3229. Ambari does not set the correct value for "templeton.storage.class" in webhcat-site.xml. (mahadev)

Mahadev Konar 12 лет назад
Родитель
Сommit
1cee6377ab

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

@@ -99,7 +99,7 @@ limitations under the License.
 
 
   <property>
   <property>
     <name>templeton.storage.class</name>
     <name>templeton.storage.class</name>
-    <value>org.apache.hcatalog.templeton.tool.ZooKeeperStorage</value>
+    <value>org.apache.hive.hcatalog.templeton.tool.ZooKeeperStorage</value>
     <description>The class to use as storage</description>
     <description>The class to use as storage</description>
   </property>
   </property>
 
 

+ 1 - 1
ambari-server/src/main/resources/stacks/HDPLocal/2.0.6/services/WEBHCAT/configuration/webhcat-site.xml

@@ -99,7 +99,7 @@ limitations under the License.
 
 
   <property>
   <property>
     <name>templeton.storage.class</name>
     <name>templeton.storage.class</name>
-    <value>org.apache.hcatalog.templeton.tool.ZooKeeperStorage</value>
+    <value>org.apache.hive.hcatalog.templeton.tool.ZooKeeperStorage</value>
     <description>The class to use as storage</description>
     <description>The class to use as storage</description>
   </property>
   </property>