forked from apache/flink
-
Notifications
You must be signed in to change notification settings - Fork 1
[FLINK-20352][dos] Add PyFlink job submission section under the Advanced CLI section. #1
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
Closed
shuiqiangchen
wants to merge
67
commits into
XComp:feature/FLINK-20352
from
shuiqiangchen:FLINK-20352
Closed
[FLINK-20352][dos] Add PyFlink job submission section under the Advanced CLI section. #1
shuiqiangchen
wants to merge
67
commits into
XComp:feature/FLINK-20352
from
shuiqiangchen:FLINK-20352
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ner#close method This closes apache#14207
…alSerializer This closes apache#14309.
… 'properties.*' options This closes apache#14276
…f the input defines collation This closes apache#14294
…ysicalRel and ExecNode This closes apache#14311
Remove old native_kubernetes.md files This closes apache#14305.
…o test JM failover Currently, there is no easy way to test how JM failover (revoke and grant leadership) affects other features with the MiniCluster and its testing resource rule. The custom HA services can be provided to the TestingMiniCluster but there is no simple HA services to support revoking and granting leadership with a valid in-memory checkpoint store. Providing a way to enable such embedded HA services for the MiniCluster out of the box allows to implement IT cases similar to E2E tests. This closes apache#14301.
This revert the commit d759863.
…onOperator incorrect handling of rowtime and proctime fields This closes apache#14327.
…emporalJoin This closes apache#14330
…serializing JSON This closes apache#14316
…des.exec` package This closes apache#14335
… Python Table API This closes apache#14317.
…and put event time first
…internal data structures
…k planner This closes apache#14315
…ead of `RelWriter#item` for input rel This closes apache#14315
…he attributes of ExecNode This closes apache#14315
…print arithmetic operators, comparison operators and AND/OR operator as the infix style, and print other operators as the prefix style This closes apache#14315
Author
|
@XComp Highly appreciate for your comments, I have updated the PR according to your suggestions. And I will create a new Apache Flink PR as you suggested. So this PR could be closed. |
57eee98 to
f8500ba
Compare
… size on the overview page
Co-authored-by: zhuxiaoshang <zhushang@qutoutiao.net>
…apache#14369) Co-authored-by: 002399 <shizhengchao@fcbox.com>
1d552b0 to
8825b36
Compare
8825b36 to
d1f984e
Compare
XComp
added a commit
that referenced
this pull request
Mar 11, 2024
* Adding a toStagingPath specific test case to ensure that it's always creating unqiue folders * the precondition is wrong if we really need to have unique folders.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What is the purpose of the change
Add PyFlink job submission section under the Advanced CLI section.