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

[Hotfix] Fix typo in config.yaml example #2140

Merged
merged 2 commits into from
Oct 18, 2023

Conversation

zhongqishang
Copy link
Contributor

Why are the changes needed?

Fix typo in config.yaml example

Brief change log

  • Same with managing-optimizers.md

How was this patch tested?

  • Add some test cases that check the changes thoroughly including negative and positive cases if possible

  • Add screenshots for manual tests if appropriate

  • Run test locally before making a pull request

Documentation

  • Does this pull request introduce a new feature? (yes / no)
  • If yes, how is the feature documented? (not applicable / docs / JavaDocs / not documented)

# flink-conf.kubernetes.container.image: "arctic163/optimizer-flink1.14" #optimizer image ref
# flink-conf.kubernetes.service-account="flink" # service account to manager application job.
# job-uri: "local:///opt/flink/usrlib/OptimizeJob.jar" # optimizer job main jor for application mode
# flink-conf.kubernetes.container.image: "arctic163/optimizer-flink1.14:latest" #optimizer image ref
Copy link
Contributor

Choose a reason for hiding this comment

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

The official image has change to arctic163/optimizer-flink:0.6.0-flink1.14 and the default job uri has change to local:///opt/flink/usrlib/optimizer-job.jar

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I did not find the corresponding version of the image arctic163/optimizer-flink:0.6.0-flink1.14. Is this the planned version number?

Copy link
Contributor

@baiyangtx baiyangtx Oct 18, 2023

Choose a reason for hiding this comment

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

Yes, because 0.6.0 has not been officially released yet. Or it can be replaced with master-snapshot. After this PR #2136 is merged, the master branch will always automatically build the latest image.

Copy link
Contributor Author

@zhongqishang zhongqishang Oct 18, 2023

Choose a reason for hiding this comment

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

If use a fixed version(like 0.6.0-flink1.14), each version update needs to be modified synchronously.
Using master-snapshot will bring a version that does not match release and cause an exception.
I recommend setting it to a fixed version(like latest) or using a variable like {version} to represent it.
WDYT?

Copy link
Contributor

Choose a reason for hiding this comment

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

That's fine. we have tag the latest release images as latest

@github-actions github-actions bot added the type:docs Improvements or additions to documentation label Oct 18, 2023
Copy link
Contributor

@baiyangtx baiyangtx left a comment

Choose a reason for hiding this comment

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

LGTM

@baiyangtx baiyangtx merged commit 43d7f63 into apache:master Oct 18, 2023
@zhongqishang zhongqishang deleted the Fix-typo branch October 23, 2023 14:48
@shidayang shidayang mentioned this pull request Oct 24, 2023
70 tasks
ShawHee pushed a commit to ShawHee/arctic that referenced this pull request Dec 29, 2023
* [Hotfix] Fix typo in config.yaml example

* [Hotfix] Fix job-uri & flink-conf.kubernetes.container.image
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:build type:docs Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants