Scripts:
#!/bin/bash
$VCOPS_BASE/cassandra/apache-cassandra-2.1.8/bin/cqlsh --ssl --cqlshrc $VCOPS_BASE/user/conf/cassandra/cqlshrc
-e "cql_statement;"
This script is simple but it won't execute when I run it. It just enters the cqlsh shell. I've tried --execute, -f, ... There doesn't seem to be a lot of documentation around cqlsh commands. If anyone can offer up some advice that would be much appreciated.
Thanks