From 2ae76af09580dba64744fe8026d67da8a0f20e81 Mon Sep 17 00:00:00 2001 From: Elliott Clark Date: Thu, 27 Aug 2015 09:01:16 -0700 Subject: [PATCH] HBASE-13339 Update default Hadoop version to latest for master --- dev-support/test-patch.properties | 2 +- pom.xml | 2 +- src/main/asciidoc/_chapters/configuration.adoc | 9 ++++++++- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/dev-support/test-patch.properties b/dev-support/test-patch.properties index 7e75965..8645b79 100644 --- a/dev-support/test-patch.properties +++ b/dev-support/test-patch.properties @@ -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" diff --git a/pom.xml b/pom.xml index b7e85cf..e2a84c8 100644 --- a/pom.xml +++ b/pom.xml @@ -1210,7 +1210,7 @@ 3.0.3 ${compileSource} - 2.5.1 + 2.7.1 3.0.0-SNAPSHOT 1.2 1.9 diff --git a/src/main/asciidoc/_chapters/configuration.adoc b/src/main/asciidoc/_chapters/configuration.adoc index 35ce042..0e5f031 100644 --- a/src/main/asciidoc/_chapters/configuration.adoc +++ b/src/main/asciidoc/_chapters/configuration.adoc @@ -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] ==== -- 2.5.0