[
https://issues.apache.org/jira/browse/HBASE-26852?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17507623#comment-17507623
]
Nick Dimiduk commented on HBASE-26852:
--------------------------------------
What I don't see in the debug log is anything that corresponds to the code,
{noformat}
if [[ -n "${HADOOP_PROFILE}" ]] && [[ "${PATCH_BRANCH}" = branch-2* ]] ; then
maven_args+=("-Dhadoop.profile=${HADOOP_PROFILE}")
fi
{noformat}
This code was changed not-so-recently with HBASE-26176. [~psomogyi], [~taklwu]
I think the change is incorrect.
> --hadoop-profile is not honored in branch-2 PR builds
> -----------------------------------------------------
>
> Key: HBASE-26852
> URL: https://issues.apache.org/jira/browse/HBASE-26852
> Project: HBase
> Issue Type: Task
> Components: build
> Affects Versions: 2.5.0, 2.6.0, 2.4.12
> Reporter: Nick Dimiduk
> Priority: Major
>
> I noticed in the PR builds for HBASE-26834 that the {{HADOOP_PROFILE}} is
> apparently not honored. This is problematic for the JDK11 build, which only
> works on Hadoop3, which must be enabled via this variable.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)