You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by ha...@apache.org on 2014/03/06 17:27:48 UTC

svn commit: r1574948 - /hive/trunk/pom.xml

Author: hashutosh
Date: Thu Mar  6 16:27:48 2014
New Revision: 1574948

URL: http://svn.apache.org/r1574948
Log:
HIVE-6446 : Ability to specify hadoop.bin.path from command line -D (Remus Rusanu via Ashutosh Chauhan)

Modified:
    hive/trunk/pom.xml

Modified: hive/trunk/pom.xml
URL: http://svn.apache.org/viewvc/hive/trunk/pom.xml?rev=1574948&r1=1574947&r2=1574948&view=diff
==============================================================================
--- hive/trunk/pom.xml (original)
+++ hive/trunk/pom.xml Thu Mar  6 16:27:48 2014
@@ -99,6 +99,7 @@
     <hadoop-20.version>0.20.2</hadoop-20.version>
     <hadoop-20S.version>1.2.1</hadoop-20S.version>
     <hadoop-23.version>2.3.0</hadoop-23.version>
+    <hadoop.bin.path>${basedir}/${hive.path.to.root}/testutils/hadoop</hadoop.bin.path>
     <hbase.hadoop1.version>0.96.0-hadoop1</hbase.hadoop1.version>
     <hbase.hadoop2.version>0.96.0-hadoop2</hbase.hadoop2.version>
     <!-- httpcomponents are not always in version sync -->
@@ -719,7 +720,7 @@
             <!-- required by a few tests to find the derby jar -->
             <derby.version>${derby.version}</derby.version>
             <derby.stream.error.file>${test.tmp.dir}/derby.log</derby.stream.error.file>
-            <hadoop.bin.path>${basedir}/${hive.path.to.root}/testutils/hadoop</hadoop.bin.path>
+            <hadoop.bin.path>${hadoop.bin.path}</hadoop.bin.path>
             <!-- required by Hadoop's JobHistory -->
             <hadoop.log.dir>${test.tmp.dir}</hadoop.log.dir>
             <hive.root>${basedir}/${hive.path.to.root}/</hive.root>