kyuubi
kyuubi copied to clipboard
[SUB-TASK][KPIP-2] Support YARN application-mode
Code of Conduct
- [X] I agree to follow this project's Code of Conduct
Search before asking
- [X] I have searched in the issues and found no similar issues.
Describe the feature
This is a subtask of #1322
Motivation
No response
Describe the solution
No response
Additional context
No response
Are you willing to submit PR?
- [ ] Yes I am willing to submit a PR!
Interested on it. Could u please assign this ticket to me? @yanghua
This is a feature nice to have, not a blocker of 1.7
@yanghua @pan3793 I've created a POC https://github.com/link3280/incubator-kyuubi/commit/a0c3dae2eb4de224bba605be186d3280a40908e1 and verified myself, PTAL. Codes related to the session mode are removed temporarily to simplify testing.
It needs some hacking to submit jobs from Kyuubi currently, but at the same time I'm preparing a FLIP to allow job graph submitted from outside the cluster in Flink application mode. If implemented, we should not need hacking anymore.
Thank @link3280 for your excellent work.
👍
Can this get the job application id?
Can this get the job application id?
@waywtdcc The application id would be handled on the Flink side, thus we don't have to explicitly set an application id.