-
Notifications
You must be signed in to change notification settings - Fork 1k
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] Yarn supports pyflink #2956
[Feature] Yarn supports pyflink #2956
Conversation
@@ -62,7 +62,7 @@ export default { | |||
programJar: '程序Jar文件', | |||
dynamicProperties: '动态参数', | |||
hadoopConfigTitle: '系统 Hadoop', | |||
dragUploadTitle: '单击或拖动 jar 到此区域以上传', | |||
dragUploadTitle: '单击或拖动 jar或py 到此区域以上传', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is best to modify the English internationalization file synchronously (lang/en/flink/app.ts)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, thank you for reviewing the code
Thanks very much for your contribution. You can first initiate a proposal and email discussion. Apache Way attaches great importance to email discussions. It would be better to explain the relevant background and principles of this Pull Request clearly before initiating the PR. |
Ok, thank you |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* yarn application supports pyflink * yarn perjob supports pyflink * pyflink supports flink connector
yarn application supports pyflink
issues: #2437
streampark pyflink currently supports yarn, k8s will be supported in the future
2.yarn application mode can be extended by adding PythonOptions
3.yarn perjob mode can be extended by modifying getJobGraph