: Application-specific loggers configuration
Hi Gwenhaël,
are you using the one-yarn-cluster-per-job mode of Flink? I.e., you are
starting your Flink job with (from the doc):
flink run -m yarn-cluster -yn 4 -yjm 1024 -ytm 4096
./examples/flink-java-examples-0.10-SNAPSHOT-WordCount.jar
If you are
Hi Gwenhaël,
are you using the one-yarn-cluster-per-job mode of Flink? I.e., you are
starting your Flink job with (from the doc):
flink run -m yarn-cluster -yn 4 -yjm 1024 -ytm 4096
./examples/flink-java-examples-0.10-SNAPSHOT-WordCount.jar
If you are, then this is almost possible on the current
Hi,
We're developing the first of (we hope) many flink streaming app.
We'd like to package the logging configuration (log4j) together with the jar.
Meaning, different application will probably have different logging
configuration (ex: to different logstash ports) ...
Is there a way to "overrid