Skip to content

Commit 4f43703

Browse files
does this help
1 parent 275c863 commit 4f43703

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
@@ -186,7 +186,7 @@ function personality_modules
186186
# If we have HADOOP_PROFILE specified and we're on branch-2.x, pass along
187187
# the hadoop.profile system property. Ensures that Hadoop2 and Hadoop3
188188
# logic is not both activated within Maven.
189-
if [[ -n "${HADOOP_PROFILE}" ]] && [[ "${PATCH_BRANCH}" == *"branch-2"* ]] ; then
189+
if [[ -n "${HADOOP_PROFILE}" ]] && [[ "${PATCH_BRANCH}" == *"hubspot-2.6"* ]] ; then
190190
extra="${extra} -Dhadoop.profile=${HADOOP_PROFILE}"
191191
fi
192192

0 commit comments

Comments
 (0)