cassandra-2.0 - cassandra-stress:URI 不是绝对错误

标签 cassandra-2.0 cassandra-stress

我正在尝试从 bash 脚本运行 cassandra-stress:

HUB_STATUS_YAML="~/some-path/hub_errors.yaml"
COMMAND="cassandra-stress user profile=${HUB_STATUS_YAML} ops(insert=1)"
echo About to run $COMMAND
$COMMAND

我最终得到以下错误:“URI 不是绝对的”。

最佳答案

axelcdv's comment同意我对这个问题的经验。

确保正确拼写文件名。

我正在接受 DataStax 培训 atm 并遇到了同样的错误。
我将 cqlstress.yaml 拼写为 csqlstress.yaml “URI 不是绝对的”错误。

关于cassandra-2.0 - cassandra-stress:URI 不是绝对错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29036650/

相关文章:

cassandra-2.0 - 如何使用 cassandra 压力工具

cassandra - 如果我将正常一致性级别设置为条件写入 (LWT),会发生什么?

cassandra - 在 Cassandra 中存储混合类型列表

具有过时数据删除可能性的 Cassandra 数据模型

openjdk - 当前安装的提供商无法支持 TLS_RSA_WITH_AES_256_CBC_SHA

cassandra - cassandra 节点上的数据大小不均匀

Cassandra压力工具身份验证

cassandra - 使用 nodetool 命令 cfstats 和 cfhistograms 结果了解 opscenter 指标

java - Elassandra - 错误 : Could not find or load main class org. apache.cassandra.stress.Stress