Hi everyone,
I have this message when I try to scan my database created with a java application using rocksdb jni lib : Unsupported compression method for this build: LZ4
ldb --db=/data/database scan
Failed: Not implemented: Unsupported compression method for this build: LZ4
I tested with snappy and I had the same output message.
Here are the steps :
- git clone g...@github.com:facebook/rocksdb.git
- cd rocksdb
- make ldb sst_dump
- cd ldb /usr/local/bin
- cd sst_dump /usr/local/bin
ldb --db=/data/database scan
Failed: Not implemented: Unsupported compression method for this build: LZ4
Do you any idea how to resolve this issue ?