passing additional jvm parameters to the configuration
Posted by
Georg Heiler on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/passing-additional-jvm-parameters-to-the-configuration-tp36200.html
Hi,
how can I pass additional configuration parameters like spark`s extraJavaOptions to a flink job?
contains the details. But the gist is:
flink run --class com.github.geoheil.streamingreference.tweets.TweetsAnalysis \ |
"usecases/tweets/build/libs/tweets_${SCALA_VERSION}-${VERSION}-all.jar" \ |
-yD env.java.opts=
"-Dconfig.file='config/jobs/twitter-analysis.conf'"
is not passing the -Dconfig.file to the flink job!
Best,
Georg