我在试着运行一个 cassandra-stress
在桑德拉星系群上。
买我总是得到这个错误:
美元/天 /usr/share/cassandra/tools/bin
美元/Cassandra应力 Error: Could not find or load main class org.apache.cassandra.stress.Stress
e编辑了cassandra应力文件,我检查了该文件是否包含以下内容:
"$JAVA" -server -ea -cp "$CLASSPATH" $JVM_OPTS \
-Dcassandra.storagedir="$cassandra_storagedir" \
-Dlogback.configurationFile=logback-tools.xml \
org.apache.cassandra.stress.Stress $@
但文件不存在 Stress.java
以及 Stress.class
在系统上。
我在这里找到的:https://github.com/apache/cassandra/blob/trunk/tools/stress/src/org/apache/cassandra/stress/stress.java
但我不知道怎么用
1条答案
按热度按时间unhi4e5o1#
直到v6.2.3.10,stress.jar才与elassandra发行版打包在一起。这已在v6.2.3.11中修复。
作为一种解决方法,您可以使用来自官方cassandra发行版的stresstool。