-
Notifications
You must be signed in to change notification settings - Fork 305
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
[Improvement]: modify the parameter transfer method for flink optimize #1789
Comments
make sense |
Hi xujiangfeng001, Thank you for taking the time to report the issue you encountered in our project. We appreciate your feedback and would like to invite you to contribute to our project by submitting a pull request to fix the issue. We believe that your contribution would be very valuable, and we are happy to help you get started with contributing. Please take a look at our contribution guide at contribution guide and feel free to reach out to us(@shidayang @zhoujinsong) if you have any questions. |
+1 for this.
I think we can report resources to ams on the optimizer side, for the external optimizer, the resource can also be displayed.
BTW, I think that the yarn submission method can be changed from perjob to application mode. To add, so far (1.17.x ) perjob can still be used normally. |
It looks practical. 👍 |
I will keep the original logic and report memory resources to AMS. |
Search before asking
What would you like to be improved?
At present, when
flink optimize
is started, onlyjobmanager.memory
andtaskmanager.memory
are supported for task parameter transfer methods.If users want to modify some tuning parameters offlink optimize
, they can only use theflink-conf.yaml
method to modify them.How should we improve?
The following code:
Firstly, users must define
jobmanager.memory
andtaskmanager.memory
in order to start theflink optimizer
properly, and cannot use the configuration parameters inflink-conf.yaml
.Secondly, I guess that
-yD <property=value>
should be supported for parameter passing, so that theflink-optimizer
can support more parameters.Are you willing to submit PR?
Subtasks
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: