0

Exception:

org.rocksdb.RocksDBException: /vdt/derived: does not exist (create_if_missing is false)
    at org.rocksdb.RocksDB.open(Native Method)
    at org.rocksdb.RocksDB.open(RocksDB.java:290)

Files (.sst) are present at location /vdt/derived

Need help to resolve this.

amitwdh
  • 661
  • 2
  • 9
  • 19

1 Answers1

0

A valid RocksDB directory needs to have options file (OPTIONS-123) and manifest file (MANIFEST-234 and CURRENT) to open the sstables, just sst file is not enough.

Jay Zhuang
  • 321
  • 4
  • 9