Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Not A Problem
-
1.3.2
-
None
Description
Some configurations are given like this:
cmd: /data/apps/opt/flink/bin/yarn-session.sh -n 5 -jm 8192 -tm 8192 -s 8 -d
file(flin-conf.yaml):
taskmanager.numberOfTaskSlots: 65
so we got slots of one taskmanager as 8 on runtime, but config taskmanager.numberOfTaskSlots shown on JobManager WebUI is 65.
I think we should given the real runtime value onto the webui...