Skip to content

[FixBug] To support YARN HA, a config field(JSON String) has been added dinky_cluster table #4369

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

Open
wants to merge 4 commits into
base: dev
Choose a base branch
from

Conversation

cantiandashu
Copy link
Contributor

…cluster table

Purpose of the pull request

fix dinky cannot track the JobManager address in yarn HA mode #4363

Brief change log

  1. a config field(JSON String) has been added dinky_cluster table
    image
  2. yarnGateway add a function of get resourcemanager web address and applicationId
    image
  3. Other changes caused by the above changes
    image

Verify this pull request

  1. Use dinky to submit a flinksql job on yarn in application mode
  2. Log in to the DINKY database and query the latest data of the dinky_cluster table, as shown in the following figure
    select * from dinky_cluster order by update_time desc limit 2;
    image

@cantiandashu cantiandashu changed the title To support YARN HA, a config field(JSON String) has been added dinky_cluster table [FixBug] To support YARN HA, a config field(JSON String) has been added dinky_cluster table Apr 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants