YCSB
YCSB copied to clipboard
ycsb “ You have to open all column families. Column families not opened: usertable”
./bin/ycsb run rocksdb -s -P workloads/workloada -p rocksdb.dir=/tmp/ycsb-rocksdb-data -p rocksdb.optionsfile=workloads/ycsb-rocksdb-options.ini
When I perform the ycsb experiment, I add the ycsb-rocksdb-options.ini configuration file, and the above error is reported
I'm having the exact same problem.
Is there a solution to this?
when i add rocksdb option file i ran into this problem any idea?
well,i figure it out you can solve this with read the given basic option file https://github.com/brianfrankcooper/YCSB/blob/master/rocksdb/src/test/resources/testcase.ini just add [CFOptions "usertable"] after [CFOptions "default"] and then you can run successfully
I had already solved the problem before.
See the README at this link.
I had to add that and one other thing.