I am trying to run cassandra-stress from a bash script:
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
I end up with the following error: "URI is not absolute".