Re: Providing external files to flink classpath

2019-07-18 Thread Maxim Parkachov
ops/cli.html#usage >> [2] >> https://github.com/apache/flink/blob/f1721293b0701d584d42bd68671181e332d2ad04/flink-java/src/main/java/org/apache/flink/api/java/utils/ParameterTool.java#L120 >> >> Best >> Yun Tang >> >> ------ >&

Re: Providing external files to flink classpath

2019-07-17 Thread Vishwas Siravara
nk-java/src/main/java/org/apache/flink/api/java/utils/ParameterTool.java#L120 > > Best > Yun Tang > > -- > *From:* Vishwas Siravara > *Sent:* Saturday, June 29, 2019 0:43 > *To:* user > *Subject:* Providing external files to flink classpa

Re: Providing external files to flink classpath

2019-06-28 Thread Yun Tang
Best Yun Tang From: Vishwas Siravara Sent: Saturday, June 29, 2019 0:43 To: user Subject: Providing external files to flink classpath Hi , I am trying to add external property files to the flink classpath for my application. These files are not a part of the fat jar

Providing external files to flink classpath

2019-06-28 Thread Vishwas Siravara
Hi , I am trying to add external property files to the flink classpath for my application. These files are not a part of the fat jar. I put them under the lib folder but flink cant find them? How can I manage external property files that needs to be read by flink ? Thanks, Vishwas