[ https://issues.apache.org/jira/browse/HIVE-6549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14000674#comment-14000674 ]
Lefty Leverenz commented on HIVE-6549: -------------------------------------- I checked webhcat-default.xml here: * branch 11: [http://svn.apache.org/repos/asf/hive/branches/branch-0.11/hcatalog/webhcat/svr/src/main/config/webhcat-default.xml] {code} <property> <name>templeton.hive.path</name> <value>hive-0.10.0.tar.gz/hive-0.10.0/bin/hive</value> <description>The path to the Hive executable.</description> </property> {code} * branch 12: [http://svn.apache.org/repos/asf/hive/branches/branch-0.12/hcatalog/webhcat/svr/src/main/config/webhcat-default.xml] {code} <property> <name>templeton.hive.path</name> <value>hive-0.11.0.tar.gz/hive-0.11.0/bin/hive</value> <description>The path to the Hive executable.</description> </property> {code} * branch 13: [http://svn.apache.org/repos/asf/hive/branches/branch-0.13/hcatalog/webhcat/svr/src/main/config/webhcat-default.xml] {code} <property> <name>templeton.hive.path</name> <value>hive-0.11.0.tar.gz/hive-0.11.0/bin/hive</value> <description>The path to the Hive executable.</description> </property> {code} * trunk: [http://svn.apache.org/repos/asf/hive/trunk/hcatalog/webhcat/svr/src/main/config/webhcat-default.xml] {code} <property> <name>templeton.hive.path</name> <value>hive-0.11.0.tar.gz/hive-0.11.0/bin/hive</value> <description>The path to the Hive executable.</description> </property> {code} > remove templeton.jar from webhcat-default.xml, remove > hcatalog/bin/hive-config.sh > --------------------------------------------------------------------------------- > > Key: HIVE-6549 > URL: https://issues.apache.org/jira/browse/HIVE-6549 > Project: Hive > Issue Type: Bug > Components: WebHCat > Affects Versions: 0.12.0 > Reporter: Eugene Koifman > Assignee: Eugene Koifman > Priority: Minor > Fix For: 0.14.0 > > Attachments: HIVE-6549.2.patch, HIVE-6549.patch > > > this property is no longer used > also removed corresponding AppConfig.TEMPLETON_JAR_NAME > hcatalog/bin/hive-config.sh is not used > NO PRECOMMIT TESTS -- This message was sent by Atlassian JIRA (v6.2#6252)