You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by vi...@apache.org on 2015/01/30 00:51:14 UTC

svn commit: r1655888 - /hive/branches/branch-1.0/hcatalog/webhcat/svr/src/main/config/webhcat-default.xml

Author: vikram
Date: Thu Jan 29 23:51:13 2015
New Revision: 1655888

URL: http://svn.apache.org/r1655888
Log:
HIVE-8807: Obsolete default values in webhcat-default.xml (Eugene Koifman via Vikram Dixit)

Modified:
    hive/branches/branch-1.0/hcatalog/webhcat/svr/src/main/config/webhcat-default.xml

Modified: hive/branches/branch-1.0/hcatalog/webhcat/svr/src/main/config/webhcat-default.xml
URL: http://svn.apache.org/viewvc/hive/branches/branch-1.0/hcatalog/webhcat/svr/src/main/config/webhcat-default.xml?rev=1655888&r1=1655887&r2=1655888&view=diff
==============================================================================
--- hive/branches/branch-1.0/hcatalog/webhcat/svr/src/main/config/webhcat-default.xml (original)
+++ hive/branches/branch-1.0/hcatalog/webhcat/svr/src/main/config/webhcat-default.xml Thu Jan 29 23:51:13 2015
@@ -87,7 +87,7 @@
 
   <property>
     <name>templeton.pig.path</name>
-    <value>pig-0.11.1.tar.gz/pig-0.11.1/bin/pig</value>
+    <value>pig-0.12.2.tar.gz/pig-0.12.2/bin/pig</value>
     <description>The path to the Pig executable.</description>
   </property>
 
@@ -105,13 +105,13 @@
 
   <property>
     <name>templeton.hive.path</name>
-    <value>hive-0.11.0.tar.gz/hive-0.11.0/bin/hive</value>
+    <value>apache-hive-1.0.0-bin.tar.gz/apache-hive-1.0-bin/bin/hive</value>
     <description>The path to the Hive executable.</description>
   </property>
 
   <property>
     <name>templeton.hive.home</name>
-    <value>hive-0.14.0-SNAPSHOT-bin.tar.gz/hive-0.14.0-SNAPSHOT-bin</value>
+    <value>apache-hive-1.0.0-bin.tar.gz/apache-hive-1.0-bin</value>
     <description>
       The path to the Hive home within the tar.  This is needed if Hive is not installed on all
       nodes in the cluster and needs to be shipped to the target node in the cluster to execute Pig
@@ -120,7 +120,7 @@
   </property>
   <property>
     <name>templeton.hcat.home</name>
-    <value>hive-0.14.0-SNAPSHOT-bin.tar.gz/hive-0.14.0-SNAPSHOT-bin/hcatalog</value>
+    <value>apache-hive-1.0.0-bin.tar.gz/apache-hive-1.0-bin/hcatalog</value>
     <description>
       The path to the HCat home within the tar.  This is needed if Hive is not installed on all
       nodes in the cluster and needs to be shipped to the target node in the cluster to execute Pig