Updated Branches: refs/heads/trunk 248e54d34 -> 1cee6377a
AMBARI-3229. Ambari does not set the correct value for "templeton.storage.class" in webhcat-site.xml. (mahadev) Project: http://git-wip-us.apache.org/repos/asf/incubator-ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ambari/commit/1cee6377 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/1cee6377 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/1cee6377 Branch: refs/heads/trunk Commit: 1cee6377ab76a9b4948f2779bfd69a2ce3403ba3 Parents: 248e54d Author: Mahadev Konar <[email protected]> Authored: Fri Sep 13 11:48:45 2013 -0700 Committer: Mahadev Konar <[email protected]> Committed: Fri Sep 13 13:56:59 2013 -0700 ---------------------------------------------------------------------- .../HDP/2.0.6/services/WEBHCAT/configuration/webhcat-site.xml | 2 +- .../HDPLocal/2.0.6/services/WEBHCAT/configuration/webhcat-site.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/1cee6377/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/WEBHCAT/configuration/webhcat-site.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/WEBHCAT/configuration/webhcat-site.xml b/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/WEBHCAT/configuration/webhcat-site.xml index 31d0113..95a139f 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/WEBHCAT/configuration/webhcat-site.xml +++ b/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> <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> </property> http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/1cee6377/ambari-server/src/main/resources/stacks/HDPLocal/2.0.6/services/WEBHCAT/configuration/webhcat-site.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDPLocal/2.0.6/services/WEBHCAT/configuration/webhcat-site.xml b/ambari-server/src/main/resources/stacks/HDPLocal/2.0.6/services/WEBHCAT/configuration/webhcat-site.xml index 31d0113..95a139f 100644 --- a/ambari-server/src/main/resources/stacks/HDPLocal/2.0.6/services/WEBHCAT/configuration/webhcat-site.xml +++ b/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> <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> </property>
