Repository: spark
Updated Branches:
  refs/heads/master 116c553fd -> d08e3eb3d


SPARK-5134 [BUILD] Bump default Hadoop version to 2+

Bump default Hadoop version to 2.2.0. (This is already the dependency version 
reported by published Maven artifacts.) See JIRA for further discussion.

Author: Sean Owen <[email protected]>

Closes #5027 from srowen/SPARK-5134 and squashes the following commits:

acbee14 [Sean Owen] Bump default Hadoop version to 2.2.0. (This is already the 
dependency version reported by published Maven artifacts.)


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/d08e3eb3
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/d08e3eb3
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/d08e3eb3

Branch: refs/heads/master
Commit: d08e3eb3dc455970b685a7b8b7e00c537c89a8e4
Parents: 116c553
Author: Sean Owen <[email protected]>
Authored: Fri Mar 20 14:14:53 2015 +0000
Committer: Sean Owen <[email protected]>
Committed: Fri Mar 20 14:14:53 2015 +0000

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/d08e3eb3/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 6fc56a8..efb9f17 100644
--- a/pom.xml
+++ b/pom.xml
@@ -120,7 +120,7 @@
     <mesos.classifier>shaded-protobuf</mesos.classifier>
     <slf4j.version>1.7.10</slf4j.version>
     <log4j.version>1.2.17</log4j.version>
-    <hadoop.version>1.0.4</hadoop.version>
+    <hadoop.version>2.2.0</hadoop.version>
     <protobuf.version>2.4.1</protobuf.version>
     <yarn.version>${hadoop.version}</yarn.version>
     <hbase.version>0.98.7-hadoop1</hbase.version>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to