2

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.

1 Answers1

2

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.

David Anderson
  • 39,434
  • 4
  • 33
  • 60