Re: Rest API for Checkpoint Data

2017-09-04 Thread sohimankotia
Can you point to code to deserialize this data ? That would be great . -- Sent from: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/

Re: Rest API for Checkpoint Data

2017-09-04 Thread Aljoscha Krettek
Hi, This is the serialised data for the checkpoint. This is not meant to be user readable, though. There are some plans to make savepoints adhere to a specific schema, so that you could inspect savepoints (which are similar to checkpoints, but with additional metadata [1]). I'm not sure whether

Re: Rest API for Checkpoint Data

2017-09-04 Thread sohimankotia
I tried to use file system as Backend store . env.setStateBackend(new FsStateBackend("file:///home/user/Desktop/data/flink/checkpoints")); After running job on local , I see a folder with name *a2716e2992bfb6f8796347328ec23c82* under directory /home/user/Desktop/data/flink/checkpoints . What

Re: Rest API for Checkpoint Data

2017-08-31 Thread Aljoscha Krettek
Hi, No, I'm afraid this is not possible. Why can't you write the data to some file system? Best, Aljoscha > On 31. Aug 2017, at 09:33, sohimankotia wrote: > > Is there way to read checkpoint ( if not configured to save to hdfs ) data > through rest api (or some other way) for monitoring purpo

Rest API for Checkpoint Data

2017-08-31 Thread sohimankotia
Is there way to read checkpoint ( if not configured to save to hdfs ) data through rest api (or some other way) for monitoring purpose ? -- Sent from: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/