Re: [Bug]Question about StreamExecutionEnvironment.createRemoteEnvironment

2017-03-31 Thread Till Rohrmann
Thanks a lot :-) On Fri, Mar 31, 2017 at 2:59 AM, canbinzheng <2056268...@qq.com> wrote: > Hi, I have opened an issue for the probelm > https://issues.apache.org/jira/browse/FLINK-6224 > > > > -- > View this message in context: http://apache-flink-mailing- >

Re: [Bug]Question about StreamExecutionEnvironment.createRemoteEnvironment

2017-03-30 Thread canbinzheng
Hi, I have opened an issue for the probelm https://issues.apache.org/jira/browse/FLINK-6224 -- View this message in context: http://apache-flink-mailing-list-archive.1008284.n3.nabble.com/Bug-Question-about-StreamExecutionEnvironment-createRemoteEnvironment-tp16854p16862.html Sent from the

Re: [Bug]Question about StreamExecutionEnvironment.createRemoteEnvironment

2017-03-30 Thread Till Rohrmann
Hi, this is definitely a bug you're describing. The problem is that with FLINK-2821 [1], we can no longer resolve the hostname on the JobManager. Thus, you should specify the external hostname of the machine on which you have started the JobManager (given that you've used the very same hostname

[Bug]Question about StreamExecutionEnvironment.createRemoteEnvironment

2017-03-30 Thread canbinzheng
I run two examples in the same client. first one use / ExecutionEnvironment.createRemoteEnvironment("10.75.203.170", 59551)/ second one use /StreamExecutionEnvironment.createRemoteEnvironment("10.75.203.170", 59551)/ the first example run successfully, but the second example