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 2012/09/06 17:37:51 UTC

svn commit: r1381643 - in /hive/trunk: builtins/ivy.xml common/ivy.xml ql/ivy.xml serde/ivy.xml

Author: hashutosh
Date: Thu Sep  6 15:37:50 2012
New Revision: 1381643

URL: http://svn.apache.org/viewvc?rev=1381643&view=rev
Log:
HIVE-2999 : Offline build is not working (Navis via Ashutosh Chauhan)

Modified:
    hive/trunk/builtins/ivy.xml
    hive/trunk/common/ivy.xml
    hive/trunk/ql/ivy.xml
    hive/trunk/serde/ivy.xml

Modified: hive/trunk/builtins/ivy.xml
URL: http://svn.apache.org/viewvc/hive/trunk/builtins/ivy.xml?rev=1381643&r1=1381642&r2=1381643&view=diff
==============================================================================
--- hive/trunk/builtins/ivy.xml (original)
+++ hive/trunk/builtins/ivy.xml Thu Sep  6 15:37:50 2012
@@ -34,7 +34,7 @@
 
     <!-- Test Dependencies -->
     <dependency org="org.apache.hadoop" name="hadoop-minicluster"
-                rev="${hadoop.version.ant-internal}" conf="hadoop23.test->default">
+                rev="${hadoop-0.23.version}" conf="hadoop23.test->default">
       <artifact name="hadoop-minicluster" ext="jar" />
       <exclude org="commons-daemon" module="commons-daemon"/><!--bad POM-->
       <exclude org="org.apache.commons" module="commons-daemon"/><!--bad POM-->

Modified: hive/trunk/common/ivy.xml
URL: http://svn.apache.org/viewvc/hive/trunk/common/ivy.xml?rev=1381643&r1=1381642&r2=1381643&view=diff
==============================================================================
--- hive/trunk/common/ivy.xml (original)
+++ hive/trunk/common/ivy.xml Thu Sep  6 15:37:50 2012
@@ -28,28 +28,28 @@
   </configurations>
   <dependencies>
     <dependency org="org.apache.hadoop" name="hadoop-common"
-                rev="${hadoop.version}"
+                rev="${hadoop-0.23.version}"
                 conf="hadoop23.compile->default" transitive="false">
       <include type="jar"/>
       <exclude org="commons-daemon" module="commons-daemon"/><!--bad POM-->
       <exclude org="org.apache.commons" module="commons-daemon"/><!--bad POM-->
     </dependency>
     <dependency org="org.apache.hadoop" name="hadoop-auth"
-                rev="${hadoop.version}"
+                rev="${hadoop-0.23.version}"
                 conf="hadoop23.compile->default" transitive="false">
       <include type="jar"/>
       <exclude org="commons-daemon" module="commons-daemon"/><!--bad POM-->
       <exclude org="org.apache.commons" module="commons-daemon"/><!--bad POM-->
     </dependency>
     <dependency org="org.apache.hadoop" name="hadoop-mapreduce-client-core"
-                rev="${hadoop.version}"
+                rev="${hadoop-0.23.version}"
                 conf="hadoop23.compile->default" transitive="false">
       <include type="jar"/>
       <exclude org="commons-daemon" module="commons-daemon"/><!--bad POM-->
       <exclude org="org.apache.commons" module="commons-daemon"/><!--bad POM-->
     </dependency>
     <dependency org="org.apache.hadoop" name="hadoop-archives"
-                rev="${hadoop.version}"
+                rev="${hadoop-0.23.version}"
                 conf="hadoop23.compile->default" transitive="false">
       <include type="jar"/>
       <exclude org="commons-daemon" module="commons-daemon"/><!--bad POM-->

Modified: hive/trunk/ql/ivy.xml
URL: http://svn.apache.org/viewvc/hive/trunk/ql/ivy.xml?rev=1381643&r1=1381642&r2=1381643&view=diff
==============================================================================
--- hive/trunk/ql/ivy.xml (original)
+++ hive/trunk/ql/ivy.xml Thu Sep  6 15:37:50 2012
@@ -74,7 +74,7 @@
                 transitive="false"/>
 
     <!-- Hack to get jobclient tests dependency in. -->
-    <dependency org="org.apache.hadoop" name="hadoop-mapreduce-client-jobclient" rev="${hadoop.version.ant-internal}"
+    <dependency org="org.apache.hadoop" name="hadoop-mapreduce-client-jobclient" rev="${hadoop-0.23.version}"
                 conf="hadoop23.test->default" transitive="false">
       <artifact name="hadoop-mapreduce-client-jobclient" ext="jar" />
       <artifact name="hadoop-mapreduce-client-jobclient" type="tests" ext="jar" m:classifier="tests"/>

Modified: hive/trunk/serde/ivy.xml
URL: http://svn.apache.org/viewvc/hive/trunk/serde/ivy.xml?rev=1381643&r1=1381642&r2=1381643&view=diff
==============================================================================
--- hive/trunk/serde/ivy.xml (original)
+++ hive/trunk/serde/ivy.xml Thu Sep  6 15:37:50 2012
@@ -52,14 +52,14 @@
 
     <!-- Test Dependencies -->
     <dependency org="org.apache.hadoop" name="hadoop-common"
-                rev="${hadoop.version.ant-internal}"
+                rev="${hadoop-0.23.version}"
                 conf="hadoop23.test->default">
       <artifact name="hadoop-common" type="tests" ext="jar" m:classifier="tests"/>
       <exclude org="commons-daemon" module="commons-daemon"/><!--bad POM-->
       <exclude org="org.apache.commons" module="commons-daemon"/><!--bad POM-->
     </dependency>
     <dependency org="org.apache.hadoop" name="hadoop-hdfs"
-                rev="${hadoop.version.ant-internal}"
+                rev="${hadoop-0.23.version}"
                 conf="hadoop23.test->default">
       <artifact name="hadoop-hdfs" type="tests" ext="jar" m:classifier="tests"/>
       <exclude org="commons-daemon" module="commons-daemon"/><!--bad POM-->