Re: RocksDB and local file system

2019-11-07 Thread Congxian Qiu
e system such as: file:///data/flink/checkpoints, >> but the code javadoc only mentions hdfs or s3 option here. >> >> I am wondering if it's possible to use local file system with flink >> rocksdb backend. >> >> >> Thanks >> >> 嘉琪 >> >

Re: RocksDB and local file system

2019-11-06 Thread vino yang
gt; > I am wondering if it's possible to use local file system with flink > rocksdb backend. > > > Thanks > > 嘉琪 >

RocksDB and local file system

2019-11-06 Thread Jaqie Chan
Hello I am using Flink rocksDb state backend, the documentation seems to imply i can use a regular file system such as: file:///data/flink/checkpoints, but the code javadoc only mentions hdfs or s3 option here. I am wondering if it's possible to use local file system with flink rocksdb backend