Re: Not able to query : Queryable State

2016-09-07 Thread Till Rohrmann
gger.error("got result " + v1); > v1 > } > } > } > > class Driver { > val jobID = env.getStreamGraph.getJobGraph.getJobID > val aggregatedNQueryable = driver.aggregateWithQueryable(stream) > val queryStoreName = aggregatedNQueryable.getQueryableStateName > val serializer =aggregatedNQueryable.getKeySerializer > val valueSerializer =aggregatedNQueryable.getValueSerialize > } > > > > > > -- > View this message in context: http://apache-flink-user- > mailing-list-archive.2336050.n4.nabble.com/Fwd-Not-able-to- > query-Queryable-State-tp8808p8938.html > Sent from the Apache Flink User Mailing List archive. mailing list archive > at Nabble.com. >

Re: Not able to query : Queryable State

2016-09-06 Thread pushpendra.jaiswal
Queryable.getQueryableStateName val serializer =aggregatedNQueryable.getKeySerializer val valueSerializer =aggregatedNQueryable.getValueSerialize } -- View this message in context: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/Fwd-Not-able-to-query-Queryable-State-tp8808

Re: Not able to query : Queryable State

2016-09-06 Thread pushpendra.jaiswal
-archive.2336050.n4.nabble.com/Fwd-Not-able-to-query-Queryable-State-tp8808p8937.html Sent from the Apache Flink User Mailing List archive. mailing list archive at Nabble.com.

Re: Not able to query : Queryable State

2016-08-31 Thread Vishnu Viswanath
an > > Am 31.08.2016 um 13:00 schrieb Pushpendra Jaiswal < > pushpendra.jaiswa...@gmail.com>: > > > -- Forwarded message -- > From: Pushpendra Jaiswal > Date: Wed, Aug 31, 2016 at 3:52 PM > Subject: Not able to query : Queryable State > To: user@flink.apach

Re: Not able to query : Queryable State

2016-08-31 Thread Stefan Richter
Pushpendra Jaiswal <mailto:pushpendra.jaiswa...@gmail.com>> > Date: Wed, Aug 31, 2016 at 3:52 PM > Subject: Not able to query : Queryable State > To: user@flink.apache.org <mailto:user@flink.apache.org> > > > Hi > I have been trying to use QueryableState with my pro

Fwd: Not able to query : Queryable State

2016-08-31 Thread Pushpendra Jaiswal
-- Forwarded message -- From: Pushpendra Jaiswal Date: Wed, Aug 31, 2016 at 3:52 PM Subject: Not able to query : Queryable State To: user@flink.apache.org Hi I have been trying to use QueryableState with my project. It's always failing the query saying.

Not able to query : Queryable State

2016-08-31 Thread Ashish Tadose
Hi Flink community, I have been trying to use QueryableState with my project. It's always failing the query saying. Job 461acde52fae479a6e02c6b2922cd9c1 not found Both keys(one in queryablestate and one in query) are of same type containing same data. Still I am not able to fetch the result. T