Re: Best way to read property file in flink

2016-06-29 Thread Aljoscha Krettek
Hi, could you load the properties file when starting the application and add it to the user functions so that it would be serialized along with them? This way, you wouldn't have to ship the file to each node. Cheers, Aljoscha On Wed, 29 Jun 2016 at 12:09 Janardhan Reddy wrote: > We are running

Best way to read property file in flink

2016-06-29 Thread Janardhan Reddy
We are running multiple flink jobs inside a yarn session. For each flink job we have a separate property file. We are copying the property files to each node in the cluster before submitting the job. Is there a better way to read the properties file? Can we read it from hdfs or s3. Do we need to