Updated Branches: refs/heads/trunk e97086946 -> eae96d751
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/eae96d75 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/eae96d75 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/eae96d75 Branch: refs/heads/trunk Commit: eae96d751a9dff788096c879c0eba7e5750f6ceb Parents: e970869 Author: Jaimin Jetly <[email protected]> Authored: Fri Aug 9 16:15:00 2013 -0700 Committer: Jaimin Jetly <[email protected]> Committed: Fri Aug 9 16:16:56 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/eae96d75/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>
