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-
> list-archive.1008284.n3.nabble.com/Bu
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 Apa
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
fo
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 failed(c