Updated Branches: refs/heads/branch-1.2.5 dff08e47e -> c88b96b95
AMBARI-2862. Webhcat config templeton.libjars property value is incorrect. (jaimin) Project: http://git-wip-us.apache.org/repos/asf/incubator-ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ambari/commit/c88b96b9 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/c88b96b9 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/c88b96b9 Branch: refs/heads/branch-1.2.5 Commit: c88b96b95a71e2d4456617801ea5c29c1e2317d2 Parents: dff08e4 Author: Jaimin Jetly <[email protected]> Authored: Fri Aug 9 16:15:00 2013 -0700 Committer: Jaimin Jetly <[email protected]> Committed: Fri Aug 9 16:15:07 2013 -0700 ---------------------------------------------------------------------- .../HDP/1.3.2/services/WEBHCAT/configuration/webhcat-site.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/c88b96b9/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/WEBHCAT/configuration/webhcat-site.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/WEBHCAT/configuration/webhcat-site.xml b/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/WEBHCAT/configuration/webhcat-site.xml index 67252f8..31d0113 100644 --- a/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/WEBHCAT/configuration/webhcat-site.xml +++ b/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/WEBHCAT/configuration/webhcat-site.xml @@ -43,7 +43,7 @@ limitations under the License. <property> <name>templeton.libjars</name> - <value>/usr/lib/zookeeper/zookeeper.jar,/usr/lib/hcatalog/share/hcatalog/hcatalog-core.jar,/usr/lib/hive/lib/hive-exec-0.11.0.1.3.1.0-61.jar,/usr/lib/hive/lib/hive-metastore-0.11.0.1.3.1.0-61.jar,/usr/lib/hive/lib/libfb303-0.9.0.jar,/usr/lib/hive/lib/libthrift-0.9.0.jar,/usr/lib/hive/lib/jdo2-api-2.3-ec.jar,/usr/lib/hive/lib/slf4j-api-1.6.1.jar,/usr/lib/hcatalog/share/webhcat/svr/lib/antlr-runtime-3.4.jar,/usr/lib/hive/lib/datanucleus-api-jdo-3.0.7.jar,/usr/lib/hive/lib/datanucleus-api-jdo-3.0.7.jar,/usr/lib/hive/lib/datanucleus-core-3.0.9.jar,/usr/lib/hive/lib/datanucleus-enhancer-3.0.1.jar,/usr/lib/hive/lib/datanucleus-rdbms-3.0.8.jar</value> + <value>/usr/lib/zookeeper/zookeeper.jar</value> <description>Jars to add the the classpath.</description> </property>
