brianfrankcooper / YCSB

Yahoo! Cloud Serving Benchmark
Apache License 2.0
4.94k stars 2.24k forks source link

ycsb “ You have to open all column families. Column families not opened: usertable” #1630

Open HBSDLJZ opened 2 years ago

HBSDLJZ commented 2 years ago

image

./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

JIEUN-12 commented 1 year ago

I'm having the exact same problem.

Is there a solution to this?

CSTGluigi commented 6 months ago

when i add rocksdb option file i ran into this problem any idea?

CSTGluigi commented 6 months ago

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

JIEUN-12 commented 6 months ago

I had already solved the problem before.

See the README at this link.

I had to add that and one other thing.