On my Mac, I am using cqlsh version 5.0.1
On my Ubuntu, I am also on cqlsh 5.0.1
(both queried with which cqlsh
)
I run the following command on both boxes (both have a cassandra instance locally)
cqlsh --request-timeout=30 -k authks 127.0.0.1 -e "copy users to 'users.tmp.csv' with escape='\"' and null='null' and maxrequests=2 and INGESTRATE=10000 and CHUNKSIZE=200;
On Mac it works. On Ubuntu, I get the following error:
cqlsh: error: no such option: --request-timeout
What can I do to fix this?