scylladb / scylla-ami

7 stars 29 forks source link

cqlsh does not connect to scylla IP by default #8

Closed tzach closed 8 years ago

tzach commented 8 years ago

When launching Cassandra AMI, cqlsh without any parameter works. With Scylla AMI (0.13.2), only cqlsh internal-ip works

penberg commented 8 years ago

We could override the default configuration by adding this in the ~/.cassandra/cqlshrc file:

[connection]
hostname = <internal-ip>
syuu1228 commented 8 years ago

I'm not sure why but it doesn't happen on latest build.

syuu1228 commented 8 years ago

Please close this.