Skip to content

Commit 32c8dd3

Browse files
committed
HBASE-27472 The personality script set wrong hadoop2 check version for branch-2 (#4866)
Signed-off-by: Xin Sun <ddupgs@gmail.com> (cherry picked from commit 6c32d1a)
1 parent aa8ca7e commit 32c8dd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-support/hbase-personality.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@ function hadoopcheck_rebuild
582582
else
583583
hbase_hadoop2_versions="2.10.0 2.10.1 2.10.2"
584584
fi
585-
elif [[ "${PATCH_BRANCH}" = branch-2.* ]]; then
585+
elif [[ "${PATCH_BRANCH}" = branch-2* ]]; then
586586
yetus_info "Setting Hadoop 2 versions to test based on branch-2.5+ rules."
587587
hbase_hadoop2_versions="2.10.2"
588588
else

0 commit comments

Comments
 (0)