HBASE-13339 Update default Hadoop version to latest for master

This commit is contained in:
Elliott Clark 2015-08-27 09:01:16 -07:00
parent 8f95318f62
commit fbd6ecb762
3 changed files with 10 additions and 3 deletions

View File

@ -31,5 +31,5 @@ MAX_LINE_LENGTH=100
BRANCH_NAMES="0.94 0.98 branch-1.0 branch-1.1 branch-1.2 branch-1 master hbase-12439 hbase-11339"
# All supported Hadoop versions that we want to test the compilation with
HADOOP2_VERSIONS="2.4.0 2.4.1 2.5.0 2.5.1 2.5.2 2.6.0 2.7.0"
HADOOP2_VERSIONS="2.4.0 2.4.1 2.5.0 2.5.1 2.5.2 2.6.0 2.7.0 2.7.1"
HADOOP3_VERSIONS="3.0.0-SNAPSHOT"

View File

@ -1210,7 +1210,7 @@
<maven.min.version>3.0.3</maven.min.version>
<java.min.version>${compileSource}</java.min.version>
<!-- Dependencies -->
<hadoop-two.version>2.5.1</hadoop-two.version>
<hadoop-two.version>2.7.1</hadoop-two.version>
<hadoop-three.version>3.0.0-SNAPSHOT</hadoop-three.version>
<commons-cli.version>1.2</commons-cli.version>
<commons-codec.version>1.9</commons-codec.version>

View File

@ -223,9 +223,16 @@ Use the following legend to interpret this table:
|Hadoop-2.4.x | NT | S | S | S | S
|Hadoop-2.5.x | NT | S | S | S | S
|Hadoop-2.6.x | NT | NT | S | S | S
|Hadoop-2.7.x | NT | NT | NT | NT | NT
|Hadoop-2.7.0 | X | X | X | X | X
|Hadoop-2.7.1+ | NT | NT | NT | NT | S
|===
.Hadoop 2.7.x
[TIP]
====
Hadoop version 2.7.0 is not tested or supported as the Hadoop PMC has explicitly labeled that release as not being stable.
====
.Replace the Hadoop Bundled With HBase!
[NOTE]
====