cassandra-stress: URI is not absolute 错误

cassandra-stress: URI is not absolute error

我正在尝试从 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 is not absolute"。

同意我对这个问题的经验。

确保文件名拼写正确。

我正在接受 DataStax 培训 atm,遇到了同样的错误。 我将 cqlstress.yaml 拼写为 csqlstress.yaml "URI is not absolute" 错误。