Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用YCSB对 HBase 进行基准测试。我为 hbase 运行它。当我去 hbase shell 并检查list表时,我看不到任何新表已创建。那么,YCSB 在哪里创建表格以及如何查看表格的内容?
list
YCSB 不创建表。客户端需要在运行 YCSB 之前创建表。
请参阅此处的链接。