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

[Feature] [Flink] support_add_jar_other_url #2330

Merged
merged 1 commit into from
Sep 19, 2023

Conversation

zackyoungh
Copy link
Contributor

Purpose of the pull request

  1. add jar support (http https rs hdfs) url protocol

rs is the file information of the resource manager

eg:

add CUSTOMJAR 'hdfs://namenode:9000/flink/flink-1.14.6/lib/flink-shaded-hadoop-3-uber-3.1.1.7.2.9.0-173-9.0.jar';
add CUSTOMJAR 'http://127.0.0.1:8777/flink-sql-connector-mysql-cdc-2.4.1.jar';
add CUSTOMJAR 'rs:/flink-sql-connector-mysql-cdc-2.4.1.jar';

@zackyoungh zackyoungh added the New Feature New feature label Sep 19, 2023
@zackyoungh zackyoungh added this to the 1.0.0 milestone Sep 19, 2023
Copy link
Contributor

@Zzm0809 Zzm0809 left a comment

Choose a reason for hiding this comment

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

LGTM

@zackyoungh zackyoungh merged commit 96a0a91 into DataLinkDC:dev Sep 19, 2023
@zackyoungh zackyoungh deleted the support_add_jar_other_url branch November 21, 2024 05:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
New Feature New feature
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants