Re: Set up Flink Cluster on Windows machines

2016-04-20 Thread Jamie Grier
I should also think that using Cygwin may work quite well and allow you to just use the current Unix-oriented shell scripts with maybe slight modifications. -Jamie On Wed, Apr 20, 2016 at 4:11 PM, Fabian Hueske wrote: > Hi Yifei, > > I think this has not been done before. At least I am not awa

Re: Set up Flink Cluster on Windows machines

2016-04-20 Thread Fabian Hueske
Hi Yifei, I think this has not been done before. At least I am not aware of anybody running Flink in cluster mode on Windows. In principle this should work. It is possible to start a local instance on Windows (start-local.bat) and to locally execute Flink programs on this instance using the flink.

Set up Flink Cluster on Windows machines

2016-04-20 Thread Yifei Li
Hi, Is it possible to set up cluster on Windows machines? I have git installed and when I use start-cluster.sh in git cmd, it asks me to type in password for other machines. After I did it, it showed nohup:command not found. I am just wondering if it is possible to set up clusters on Windows mac