-
Notifications
You must be signed in to change notification settings - Fork 13.8k
[FLINK-21903][docs-zh] Translate "Importing Flink into an IDE" page into Chinese #15320
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
Conversation
|
Thanks a lot for your contribution to the Apache Flink project. I'm the @flinkbot. I help the community Automated ChecksLast check on commit 426c888 (Fri May 28 09:11:22 UTC 2021) Warnings:
Mention the bot in a comment to re-run the automated checks. Review Progress
Please see the Pull Request Review Guide for a full explanation of the review process. DetailsThe Bot is tracking the review progress through labels. Labels are applied according to the order of the review items. For consensus, approval by a Flink committer of PMC member is required Bot commandsThe @flinkbot bot supports the following commands:
|
|
cc @wuchong Excuse me. I have resolved two conflicts for this merge request, please Could you help me review it as soon as possible, and then give me some comments |
|
Thanks @xinggit for the contribution, the translation looks good to me. However, please DO NOT use |
…ing RowData to Row This closes apache#14484
…Casts#castTo method This closes apache#15686
…or FLIP-163 This closes apache#15595
…to one page per operation This closes apache#15642
…ased operations This closes apache#15642
…dException when deserializing on TM side
…ead of using wrong value This closes apache#15678
…TE TABLE' statement. This commit tries to 1. resolve the conflicts 2. revert the changes made on old planner 3. apply spotless formatting 4. fix DDL missing `TEMPORARY` keyword for temporary table 5. display table's full object path as catalog.db.table 6. support displaying the expanded query for view 7. add view test in CatalogTableITCase, and adapt sql client test to the new test framework 8. adapt docs This closes apache#13011
…t declare managed memory for Python operators This closes apache#15665.
… in Python DataStream API This closes apache#15702.
…precision isn't matching with declared DataType This closes apache#15689
…ute field This closes apache#15689
Additionally, set speed up the AdaptiveScheduler ITCases by configuring a very low jobmanager.adaptive-scheduler.resource-stabilization-timeout.
When this incorrect assertion is violated, the scheduler can trip into an unrecoverable failover loop.
…IncrementalAggregate.out After FLINK-22298 is finished, the ExecNode's id should always start from 1 in the json plan tests, while the testIncrementalAggregate.out was overrided by FLINK-20613 This closes apache#15698
… on persisting Exception can be thrown for example if task is being cancelled. This was leading to same buffer being recycled twice. Most of the times that was just leading to an IllegalReferenceCount being thrown, which was ignored, as this task was being cancelled. However on rare occasions this buffer could have been picked up by another task after being recycled for the first time, recycled second time and being picked up by another (third task). In that case we had two users of the same buffer, which could lead to all sort of data corruptions.
[FLINK-XXXX] Draft separation of leader election and creation of JobMasterService [FLINK-XXXX] Continued work on JobMasterServiceLeadershipRunner [FLINK-XXXX] Integrate RunningJobsRegistry, Cancelling state and termination future watching [FLINK-XXXX] Delete old JobManagerRunnerImpl classes [FLINK-22001] Add tests for DefaultJobMasterServiceProcess [FLINK-22001][hotfix] Clean up ITCase a bit [FLINK-22001] Add missing check for empty job graph [FLINK-22001] Rename JobMasterServiceFactoryNg to JobMasterServiceFactory This closes apache#15715.
…tor NOTICE file This closes apache#15706
…o FLINK-21903-PR
|
Thank you very much for your review and suggestion, but I'm sorry that I made a mistake and added a lot of commits. |
What is the purpose of the change
The page url is https://ci.apache.org/projects/flink/flink-docs-release-1.12/zh/flinkDev/ide_setup.html
The markdown file is located in 'docs/content.zh/docs/flinkDev/ide_setup.md' now.
The doc is still in English on the master branch.So translate "Importing Flink into an IDE" page into Chinese
Brief change log
translate 'docs/content.zh/docs/flinkDev/ide_setup.md' file
Verifying this change
This change is a trivial rework / code cleanup without any test coverage.
Does this pull request potentially affect one of the following parts:
@Public(Evolving): noDocumentation