HBASE-19203 Update Hadoop version used for build to 2.7.4 (from 2.5.1)
This commit is contained in:
parent
fa3cc6c3bc
commit
e3bd475317
|
@ -262,15 +262,15 @@ function hadoopcheck_rebuild
|
|||
# See the Hadoop section on prereqs in the HBase Reference Guide
|
||||
if [[ "${PATCH_BRANCH}" = branch-1* ]]; then
|
||||
yetus_info "setting Hadoop versions to test based on branch-1-ish rules."
|
||||
hbase_hadoop2_versions="2.4.0 2.4.1 2.5.0 2.5.1 2.5.2 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.4.0 2.4.1 2.5.0 2.5.1 2.5.2 2.6.1 2.6.2 2.6.3 2.6.4 2.6.5 2.7.1 2.7.2 2.7.3 2.7.4"
|
||||
hbase_hadoop3_versions=""
|
||||
elif [[ ${PATCH_BRANCH} = branch-2* ]]; then
|
||||
yetus_info "setting Hadoop versions to test based on branch-2-ish rules."
|
||||
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 2.7.4"
|
||||
hbase_hadoop3_versions="3.0.0-alpha4"
|
||||
else # master or a feature branch
|
||||
yetus_info "setting Hadoop versions to test based on master/feature branch rules."
|
||||
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 2.7.4"
|
||||
hbase_hadoop3_versions="3.0.0-alpha4"
|
||||
fi
|
||||
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -1339,7 +1339,7 @@
|
|||
<maven.min.version>3.0.4</maven.min.version>
|
||||
<java.min.version>${compileSource}</java.min.version>
|
||||
<!-- Dependencies -->
|
||||
<hadoop-two.version>2.7.1</hadoop-two.version>
|
||||
<hadoop-two.version>2.7.4</hadoop-two.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.
|
||||
They ought to match the values found in our default hadoop profile, which is
|
||||
|
|
Loading…
Reference in New Issue