Re: How can I prove ....

Posted by Stephan Ewen on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/How-can-I-prove-tp9113p9166.html

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.

On Sat, Sep 24, 2016 at 6:28 PM, amir bahmanyari <[hidden email]> wrote:
Thanks Felix.
Interesting. I tried to create the JASON but didnt work  according to the sample code I found in docs.
There is a way to get the same JASON from the command line.
Is there an example?
Thanks+regards
Amir-



From: Felix Dreissig <[hidden email]>
To: amir bahmanyari <[hidden email]>
Cc: [hidden email]
Sent: Saturday, September 24, 2016 8:18 AM

Subject: Re: How can I prove ....

Hi Amir,

On 23 Sep 2016, at 19:57, amir bahmanyari <[hidden email]> wrote:
> Currently running with 512 slots all taken as indicated by the dashboard.
> Are we talking about this? Then yes based on no available slots, I assume I am at 512 .


I guess Stephan is referring to the parallelism of single operators as displayed in the operator graph, see e.g. https://ci.apache.org/projects/flink/flink-docs-release-0.10/page/img/webclient_plan_view.png .

Regards,
Felix