Browse Source

[core] Update hadoop version in Maven

Romain Rigaux 12 years ago
parent
commit
8874353855
1 changed files with 1 additions and 1 deletions
  1. 1 1
      maven/pom.xml

+ 1 - 1
maven/pom.xml

@@ -42,7 +42,7 @@
   </licenses>
 
   <properties>
-    <hadoop.version>2.1.0-mr1-cdh5.0.0-SNAPSHOT</hadoop.version>
+    <hadoop.version>2.2.0-mr1-cdh5.0.0-SNAPSHOT</hadoop.version>
     <slf4j.version>1.6.1</slf4j.version>
     <commons-logging.version>1.0.4</commons-logging.version>
     <thrift.version>0.9.0</thrift.version>