Re: [DISCUSS] Register user jar files in {Stream}ExecutionEnvironment

2019-12-11 Thread Jark Wu
I think configuration "pipeline.jars" [1] works for you, because SQL Client supports --jars to load user jars and it also uses this option internally. But I'm not expert on this, maybe Kostas and Aljoscha can give a definitive answer. Best, Jark [1]: https://ci.apache.org/projects/flink/flink-do

Re: [DISCUSS] Register user jar files in {Stream}ExecutionEnvironment

2019-12-10 Thread Jingsong Li
Hi Leo, I think run job with external jars is important too. Have you took a look to PipelineOptions.JARS in configuration? I think this is a way to set external jars. And SQL-CLI need it too. Best, Jingsong Lee On Wed, Dec 11, 2019 at 9:18 AM 50man wrote: > Hi everyone, > > > I propose an imp

[DISCUSS] Register user jar files in {Stream}ExecutionEnvironment

2019-12-10 Thread 50man
Hi everyone, I propose an important API feature to register user jar files in {Stream}ExecutionEnvironment. The proposal is here, https://issues.apache.org/jira/browse/FLINK-14319 Let's discuss it and I hope we can acquire a consent ASAP cause this feature is potentially helpful for some r