We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 275c863 commit 4f43703Copy full SHA for 4f43703
dev-support/hbase-personality.sh
@@ -186,7 +186,7 @@ function personality_modules
186
# If we have HADOOP_PROFILE specified and we're on branch-2.x, pass along
187
# the hadoop.profile system property. Ensures that Hadoop2 and Hadoop3
188
# logic is not both activated within Maven.
189
- if [[ -n "${HADOOP_PROFILE}" ]] && [[ "${PATCH_BRANCH}" == *"branch-2"* ]] ; then
+ if [[ -n "${HADOOP_PROFILE}" ]] && [[ "${PATCH_BRANCH}" == *"hubspot-2.6"* ]] ; then
190
extra="${extra} -Dhadoop.profile=${HADOOP_PROFILE}"
191
fi
192
0 commit comments