You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by GitBox <gi...@apache.org> on 2022/10/09 07:06:48 UTC

[GitHub] [incubator-seatunnel] Hisoka-X commented on issue #2975: [Discuss][Core] How to up-compatible flink at api level

Hisoka-X commented on issue #2975:
URL: https://github.com/apache/incubator-seatunnel/issues/2975#issuecomment-1272473520

   > Now flink (flink 1.14.X and later) can not modify `Configuration` when task is Running,so we can not chanage `pipeline.jars` or `pipeline.classpath` etc when task state is running .Here is bug code `configuration.set(PipelineOptions.JARS, jars.stream().distinct().collect(Collectors.toList()));` in `FlinkEnvironment.registerPlugin`. So i recommend using constructors instead. Is there a better way?Please communicate here.
   
   +1 . Looking forward your PR!


-- 
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: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org