Re: Checking actual config values used by TaskManager
Posted by
Ken Krugler on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/Checking-actual-config-values-used-by-TaskManager-tp6567p6584.html
Hi Timur,
If you're talking about parameters that were set on JVM startup then `ps aux|grep flink` on an EMR slave node should do the trick, that'll give you the full command line.
No, I’m talking about values that come from flink-conf.yaml.
Maybe there’s no good reason to worry, but in Hadoop land you can have parameters set via the conf on the client, which in turn get overridden by values from conf files on the nodes, which you can then override via command line parameters, which in turn can be changed by the user code.
Plus parameters that can be flagged as final/unmodifiable, and thus some of the above actually don’t change anything.
So it’s a common issue where what you think you set as a value isn’t actually being used, and that’s why examining the job conf that was actually deployed with tasks is critical.
— Ken
--------------------------
Ken Krugler
+1 530-210-6378
custom big data solutions & training
Hadoop, Cascading, Cassandra & Solr