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时,我得到了众所周知的警告“java.io.IOException:No FileSystem for scheme:hdfs”,但我不知道如何解决这个问题。谁能给我一些建议?非常感谢!
我也遇到了这个警告,但 YCSB 仍然正常工作。 确保您的 YCSB 命令是正确的。我搜索了这个问题,因为当我忘记指定“columfamily”时,YCSB 不起作用。 我使用了以下命令:
bin/ycsb load hbase10 -P workloads/workloada -cp /usr/local/hbase/conf -p table=usertable -p columnfamily=family