Re: How can I prove ....
Posted by
amir bahmanyari on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/How-can-I-prove-tp9113p9186.html
Thanks Stephan.
I dont see a "graph" in JM's "Dashboard" when I click on the running job...I see a box like below with Parallelism = 512 which is what I have set as the parallelism degree in my code:
options.setParallelism(512);
Does this mean the cluster is now fully running on its max capacity?
Interesting enough, there is no change in Send/Received columns of the Running slots in the servers below: all zeros all the time...
But, its says "Running" as per each server's configured slots which totals to 512. Just no dynamic data being presented here although the data is actually being processed for sure.
Shouldnt they dynamically change as data is being processed?
Thanks+regards
Amir-
You do not need to create any JSON.
Just click on "Running Jobs" in the UI, and then on the job. The parallelism is shown as a number in the boxes of the graph.