我是cassandra和java的新手。我一直在尝试使用新的cassandra压力工具。我下载了Apache cassandra - https://github.com/apache/cassandra/tree/trunk/tools/stress
当我从cassandra源目录运行ant时,它可以成功构建,但是我不能使用write或yaml参数运行cassandra-stress工具。我没有看到cassandra-stress help下面列出的新选项
错误:“应用程序不允许任意参数:write,yaml=cqlstress-example.yaml。
如何生成新的cassandra stress工具?
我使用的cmd是cassandra-stress write -schema yaml=cqlstress-example.yaml Ref:https://www.youtube.com/watch?v=uEKBy66h2wQ&list=PLqcm6qE9lgKJqAcRWqHz2I_CtO9FjC47E&index=6
发布于 2015-02-19 21:27:26
能够修复上面的错误。http://pputhran.ghost.io/cassandra-stress-tool/
https://stackoverflow.com/questions/28568881
复制相似问题