liugddx commented on PR #3468:
URL:
https://github.com/apache/incubator-seatunnel/pull/3468#issuecomment-1324478754
> > Regarding the problem of smoothly upgrading flink, I want to specify the
flink version by providing a parameter in env.like
> > ```
> > env {
> > flink.version=1.13/1.14/1.15
> > }
> > ```.In addition, different versions are divided by modules in the
translation layer like spark.
> >

> > ```
>
> How about this?
>
> @TyrantLucifer @hailin0 @Hisoka-X @CalvinKirs @ashulin @EricJoy2048
1. Specify the flink version when packaging
```
maven package -Dflink.version=1.13
```
2.Load the dependencies specified by SPI by getting the version number
configured in env when running. This approach requires modification of the
startup command.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]