Re: Problem with querying state on Flink 1.6.

2018-09-14 Thread Till Rohrmann
;>>> Hi Joe, >>>>> >>>>> it looks as if the queryable state server binds to the local loopback >>>>> address. This looks like a bug to me. Could you maybe share the complete >>>>> cluster entrypoint and the task manager logs wi

Re: Problem with querying state on Flink 1.6.

2018-09-14 Thread Joe Olson
luster entrypoint and the task manager logs with me? >>>> >>>> In the meantime you could try to do the following: Change >>>> AbstractServerBase.java:227 into `.localAddress(port)`. This should bind to >>>> any local address. Now you need to build your

Re: Problem with querying state on Flink 1.6.

2018-09-12 Thread Kostas Kloudas
Now you need to build your own Flink distribution by >> running `mvn clean package -DskipTests` and then go to either build-target >> or flink-dist/target/flink-1.7-SNAPSHOT-bin/flink-1.7-SNAPSHOT to find the >> distribution. >> >> Cheers, >> T

Re: Problem with querying state on Flink 1.6.

2018-09-12 Thread Till Rohrmann
AbstractServerBase.java:227 into `.localAddress(port)`. This should bind to >>> any local address. Now you need to build your own Flink distribution by >>> running `mvn clean package -DskipTests` and then go to either build-target >>> or flink-dist/target/flink-1

Re: Problem with querying state on Flink 1.6.

2018-09-11 Thread Joe Olson
any local address. Now you need to build your own Flink distribution by >> running `mvn clean package -DskipTests` and then go to either build-target >> or flink-dist/target/flink-1.7-SNAPSHOT-bin/flink-1.7-SNAPSHOT to find the >> distribution. >> >> Cheers, >>

Re: Problem with querying state on Flink 1.6.

2018-09-10 Thread Kostas Kloudas
ind the > distribution. > > Cheers, > Till > > On Thu, Aug 30, 2018 at 12:12 AM Joe Olson <mailto:jo143...@gmail.com>> wrote: > I'm having a problem with querying state on Flink 1.6. > > I put a project in Github that is my best representation of the ve

Re: Problem with querying state on Flink 1.6.

2018-08-30 Thread Eron Wright
st/target/flink-1.7-SNAPSHOT-bin/flink-1.7-SNAPSHOT to find the > distribution. > > Cheers, > Till > > On Thu, Aug 30, 2018 at 12:12 AM Joe Olson wrote: > >> I'm having a problem with querying state on Flink 1.6. >> >> I put a project in Github that is my b

Re: Problem with querying state on Flink 1.6.

2018-08-30 Thread Till Rohrmann
, Aug 30, 2018 at 12:12 AM Joe Olson wrote: > I'm having a problem with querying state on Flink 1.6. > > I put a project in Github that is my best representation of the very > simple client example outlined in the 'querying state' section of the 1.6 > documentat

Problem with querying state on Flink 1.6.

2018-08-29 Thread Joe Olson
I'm having a problem with querying state on Flink 1.6. I put a project in Github that is my best representation of the very simple client example outlined in the 'querying state' section of the 1.6 documentation at https://ci.apache.org/projects/flink/flink-docs-stable/d