Re: Configuring task slots and parallelism for single node Maven executed

2016-04-18 Thread Prez Cannady
Thank you both. Will let you guys know how it works out. Prez Cannady p: 617 500 3378 e: revp...@opencorrelate.org GH: https://github.com/opencorrelate LI: https://www.linkedin.com/in/revprez

Re: Configuring task slots and parallelism for single node Maven executed

2016-04-18 Thread Till Rohrmann
Hi Prez, 1. the configuration setting taskmanager.numberOfTaskSlots says with how many task slots a TaskManager will be started. As a rough rule of thumb, set this value to the number of cores of the machine the TM is running on. This this link [1] for further information. The conf

Re: Configuring task slots and parallelism for single node Maven executed

2016-04-17 Thread Balaji Rajagopalan
Answered based on my understanding. On Mon, Apr 18, 2016 at 8:12 AM, Prez Cannady wrote: > Some background. > > I’m running Flink application on a single machine, instrumented by Spring > Boot and launched via the Maven Spring Boot plugin. Basically, I’m trying > to figure out how much I can squ

Configuring task slots and parallelism for single node Maven executed

2016-04-17 Thread Prez Cannady
Some background. I’m running Flink application on a single machine, instrumented by Spring Boot and launched via the Maven Spring Boot plugin. Basically, I’m trying to figure out how much I can squeeze out of a single node processing my task before committing to a cluster solution. Couple of q