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 write custom code or flink already exposes an api to read properties from a file in hdfs or s3.