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

[FLINK-36023][cdc-composer] Hotfix: Flink CDC K8S Native Application … #3523

Merged
merged 1 commit into from
Aug 12, 2024

Conversation

loserwang1024
Copy link
Contributor

As shown in https://issues.apache.org/jira/browse/FLINK-36023, there is some problem:

  • if user summit job not in Flink K8S Native Application Mode, and put jar in /mypackage/usrlib will be casted to &{FLINK_HOME}/usrlib.
  • if user summit job in Flink K8S Native Application Mode , jar in local:///opt/flink/usrlib/ have already been added to classpath of JM and TM, thus no need to add jar anymore.

Copy link
Contributor

@PatrickRen PatrickRen left a comment

Choose a reason for hiding this comment

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

@loserwang1024 Thanks for the patch! LGTM

@PatrickRen PatrickRen merged commit 5284df5 into apache:master Aug 12, 2024
21 checks passed
qiaozongmi pushed a commit to qiaozongmi/flink-cdc that referenced this pull request Sep 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants