[Improvement]: Separate local-optimizer
and flink-optimizer
into different modules and package them independently.
#2008
Labels
Search before asking
What would you like to be improved?
Currently, the Optimizing job is a fat-jar that is applicable for both standalone mode and Flink job mode. This is not conducive to future expansion of more deployment methods and may cause conflicts during dependency packaging.
A typical example is that when deploying independently, Hadoop-related dependencies need to be packaged, but in Flink job mode, there may be conflicts with the Hadoop dependencies that come with the Flink engine.
Therefore, independent packaging for each type is a better choice.
How should we improve?
Are you willing to submit PR?
Subtasks
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: