I am using flink-1.4.2 with scala and RocksDB is used for state backend but I am not getting sst files in taskmanager.
Have you set state.backend.rocksdb.localdir
? If not, the SST files will be stored wherever io.tmp.dirs
points to, which defaults to /tmp
in Linux systems.