[
https://issues.apache.org/jira/browse/HBASE-22506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16854039#comment-16854039
]
Andrew Purtell commented on HBASE-22506:
----------------------------------------
Not a concern as such just an observation:
{code}
diff --git a/dev-support/hbase-personality.sh b/dev-support/hbase-personality.sh
index c8db12f8ea..9ec15ab249 100755
--- a/dev-support/hbase-personality.sh
+++ b/dev-support/hbase-personality.sh
@@ -514,12 +514,26 @@ function hadoopcheck_rebuild
if [[ "${QUICK_HADOOPCHECK}" == "true" ]]; then
hbase_hadoop2_versions="2.8.5 2.9.2"
else
- hbase_hadoop2_versions="2.8.2 2.8.3 2.8.4 2.8.5 2.9.1 2.9.2"
+ hbase_hadoop2_versions="2.8.5 2.9.2"
fi
fi
{code}
This makes the standard check version set equivalent to the quick check set.
I'm fine with this because I don't believe we derive much value for testing
against other 2.8 and 2.9 minors in exchange for the much longer implied
runtime. FWIW
> Backport HBASE-22500 'Modify pom and jenkins jobs for hadoop versions' to
> branch-1
> ----------------------------------------------------------------------------------
>
> Key: HBASE-22506
> URL: https://issues.apache.org/jira/browse/HBASE-22506
> Project: HBase
> Issue Type: Sub-task
> Components: build
> Reporter: Duo Zhang
> Assignee: Duo Zhang
> Priority: Major
> Fix For: 1.5.0
>
> Attachments: HBASE-22506-branch-1.patch
>
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)