Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BIGTOP-3961: Fix version mismatch of hbase-client used by hadoop-yarn-server-timelineservice-hbase #1138

Merged
merged 1 commit into from
Jul 23, 2023

Conversation

JiaLiangC
Copy link
Contributor

Description of PR

After deploying yarn TimelineService v2, it fails to start because Hadoop 3, by default, includes HBase 1 client in the packaging of hadoop-yarn-server-timelineservice-hbase-client-3.3.4.jar. When the TimelineServiceReader starts and attempts to create an HBase table, it encounters compatibility issues between HBase 1 and 2 APIs, resulting in the failure to find the required method and thus unable to create the table.

see more details in https://issues.apache.org/jira/browse/BIGTOP-3961

How was this patch tested?

manual test
after fixed yarn timeline service v2 working normally
image

image

For code changes:

  • Does the title or this PR starts with the corresponding JIRA issue id (e.g. 'BIGTOP-3638. Your PR title ...')?
  • Make sure that newly added files do not have any licensing issues. When in doubt refer to https://www.apache.org/licenses/

Copy link
Member

@iwasakims iwasakims left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. smoke-tests of hdfs,mapreduce,yarn and hbase passed.

@iwasakims iwasakims changed the title BIGTOP-3961: Fix hadoop buid script for yarn ui2 support BIGTOP-3961: Fix version mismatch of hbase-client used by hadoop-yarn-server-timelineservice-hbase Jul 23, 2023
@iwasakims iwasakims merged commit 9f6b568 into apache:master Jul 23, 2023
iwasakims pushed a commit that referenced this pull request Aug 2, 2023
…-server-timelineservice-hbase (#1138)

Co-authored-by: jialiang <[email protected]>
(cherry picked from commit 9f6b568)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants