Re: Error starting job manager in 1.0-SNAPSHOT

2016-01-20 Thread Stephan Ewen
Sorry for the confusion with that. The 1.0-SNAPSHOT is changing quite a bit, we are trying to consolidate as much as possible for 1.0 to keep braking changes after that low. On Wed, Jan 20, 2016 at 7:58 PM, Andrew Whitaker < andrew.whita...@braintreepayments.com> wrote: > Stephen, > > Thanks so m

Re: Error starting job manager in 1.0-SNAPSHOT

2016-01-20 Thread Andrew Whitaker
Stephen, Thanks so much for the quick response. That worked for me! On Wed, Jan 20, 2016 at 11:34 AM, Stephan Ewen wrote: > Hi! > > As of a few weeks ago, there is no "streaming" or "batch" mode any more. > There is only one mode that handles both. > > I think the argument "streaming" passed to

Re: Error starting job manager in 1.0-SNAPSHOT

2016-01-20 Thread Stephan Ewen
Hi! As of a few weeks ago, there is no "streaming" or "batch" mode any more. There is only one mode that handles both. I think the argument "streaming" passed to the script is then incorrectly interpreted as the hostname to bin the JobManager network interface to. Then you get the "UnknownHostExc

Error starting job manager in 1.0-SNAPSHOT

2016-01-20 Thread Andrew Whitaker
Hi, I'm getting the following error when attempting to start the job manager: ``` ./bin/jobmanager.sh start cluster streaming ``` ``` 10:51:27,824 INFO org.apache.flink.runtime.jobmanager.JobManager - Registered UNIX signal handlers for [TERM, HUP, INT] 10:51:27,914 INFO org.apache.flink.