Re: Authenticate cassandra-stress with cqlshrc

2019-01-08 Thread Ben Slater
Yep, cassandra-stress doesn’t attempt to use the cqlshrc file. Seems to me it could be convenient so might make a nice contribution to the project. Cheers Ben --- *Ben Slater* *Chief Product Officer*

Re: Authenticate cassandra-stress with cqlshrc

2019-01-08 Thread Arvinder Dhillon
Yes, my cluster is set up to authenticate using PasswordAuthentication(host, user and password are stored in cqlshrc). When I try to run Cassandra-stress without providing user & password on command line, it through authentication error. I expect Cassandra-stress to read cqlshrc file and

Re: Authenticate cassandra-stress with cqlshrc

2019-01-08 Thread Ben Slater
Is your cluster set up to require authentication? I’m a bit unclear about whether you’re trying to connect without passing a user name and password at all (which should just work as the default) or if you’re looking for some mechanism other than the command line to pass the user name / password

Authenticate cassandra-stress with cqlshrc

2019-01-08 Thread Arvinder Dhillon
I'm trying to connect cassandra-stress 3.11.0 without providing user and password option on the comman line. It doesn't seems to be using cqlshrc. Any suggestions please? -Arvinder