Re: rocksdb without checkpointing

2017-02-15 Thread vinay patil
e with rocksDB wanting to >> checkpoint. >> >> Will the following work (effectively disable checkpointing)? >> >> new RocksDBStateBackend("file:///dev/null") >> >> >> Or is there a better way? >> >> -Abhishek- >> >> >> ---

Re: rocksdb without checkpointing

2017-02-15 Thread vinay patil
checkpointing)? > > new RocksDBStateBackend("file:///dev/null") > > > Or is there a better way? > > -Abhishek- > > > -- > If you reply to this email, your message will be added to the discussion > below: > http://apache-f

rocksdb without checkpointing

2017-02-15 Thread Abhishek R. Singh
Is it possible to set state backend as RocksDB without asking it to checkpoint? We are trying to do application level checkpointing (since it gives us better flexibility to upgrade our flink pipeline and also restore state in a application specific upgrade friendly way). So we don’t really need