Re: Flink - start-cluster.sh

2016-05-05 Thread Punit Naik
Yes. On Thu, May 5, 2016 at 3:04 PM, Flavio Pompermaier wrote: > Do you run the start-cluster.sh script with the same user having the ssh > passwordless login? > > > On Thu, May 5, 2016 at 11:03 AM, Punit Naik > wrote: > >> Okay, so it was a configuration mistake on my part. but still for me th

Re: Flink - start-cluster.sh

2016-05-05 Thread Flavio Pompermaier
Do you run the start-cluster.sh script with the same user having the ssh passwordless login? On Thu, May 5, 2016 at 11:03 AM, Punit Naik wrote: > Okay, so it was a configuration mistake on my part. but still for me the > start-cluster.sh command won't work. It only starts the Jobmanager on the >

Re: Flink - start-cluster.sh

2016-05-05 Thread Punit Naik
Okay, so it was a configuration mistake on my part. but still for me the start-cluster.sh command won't work. It only starts the Jobmanager on the master node for me. Therefore I had to manually start Taskmanagers on every node and it worked fine. Anyone familiar with this issue? On Wed, May 4, 20

Re: Flink - start-cluster.sh

2016-05-04 Thread Punit Naik
Passwordless SSH has been setup across all the machines. And when I execute the spark-clsuter.sh script, I can see the master logging into the slaves but it does not start anything. It just logs in and logs out. I have referred to the documentation on official site. https://ci.apache.org/projects

Re: Flink - start-cluster.sh

2016-05-04 Thread Flavio Pompermaier
I think your slaves didn't come up...have you configured ssh password-less login between the master node (the one running the start-cluster.sh) and the task managers (listed in the conf/slaves file)? Best, Flavio On Wed, May 4, 2016 at 8:49 AM, Balaji Rajagopalan < balaji.rajagopa...@olacabs.com>

Re: Flink - start-cluster.sh

2016-05-03 Thread Balaji Rajagopalan
What is the flink documentation you were following to set up your cluster , can you point to that ? On Tue, May 3, 2016 at 6:21 PM, Punit Naik wrote: > Hi > > I did all the settings required for cluster setup. but when I ran the > start-cluster.sh script, it only started one jobmanager on the ma