HBASE-18339 Update to hadoop3-alpha4

Signed-off-by: Sean Busbey <busbey@apache.org>
This commit is contained in:
Mike Drob 2017-07-12 13:36:27 -05:00 committed by Sean Busbey
parent c0725ddff1
commit 500592dfd0
2 changed files with 3 additions and 3 deletions

View File

@ -58,10 +58,10 @@ function personality_globals
HBASE_HADOOP3_VERSIONS="" HBASE_HADOOP3_VERSIONS=""
elif [[ ${PATCH_BRANCH} = branch-2* ]]; then elif [[ ${PATCH_BRANCH} = branch-2* ]]; then
HBASE_HADOOP2_VERSIONS="2.6.1 2.6.2 2.6.3 2.6.4 2.6.5 2.7.1 2.7.2 2.7.3" HBASE_HADOOP2_VERSIONS="2.6.1 2.6.2 2.6.3 2.6.4 2.6.5 2.7.1 2.7.2 2.7.3"
HBASE_HADOOP3_VERSIONS="3.0.0-alpha3" HBASE_HADOOP3_VERSIONS="3.0.0-alpha4"
else # master or a feature branch else # master or a feature branch
HBASE_HADOOP2_VERSIONS="2.6.1 2.6.2 2.6.3 2.6.4 2.6.5 2.7.1 2.7.2 2.7.3" HBASE_HADOOP2_VERSIONS="2.6.1 2.6.2 2.6.3 2.6.4 2.6.5 2.7.1 2.7.2 2.7.3"
HBASE_HADOOP3_VERSIONS="3.0.0-alpha3" HBASE_HADOOP3_VERSIONS="3.0.0-alpha4"
fi fi
# TODO use PATCH_BRANCH to select jdk versions to use. # TODO use PATCH_BRANCH to select jdk versions to use.

View File

@ -1330,7 +1330,7 @@
<java.min.version>${compileSource}</java.min.version> <java.min.version>${compileSource}</java.min.version>
<!-- Dependencies --> <!-- Dependencies -->
<hadoop-two.version>2.7.1</hadoop-two.version> <hadoop-two.version>2.7.1</hadoop-two.version>
<hadoop-three.version>3.0.0-alpha2</hadoop-three.version> <hadoop-three.version>3.0.0-alpha4</hadoop-three.version>
<!-- These must be defined here for downstream build tools that don't look at profiles. <!-- These must be defined here for downstream build tools that don't look at profiles.
They ought to match the values found in our default hadoop profile, which is They ought to match the values found in our default hadoop profile, which is
currently "hadoop-2.0". See HBASE-15925 for more info. --> currently "hadoop-2.0". See HBASE-15925 for more info. -->