Re: cassandra non-super user login fails but super user works

2017-10-24 Thread Sam Tunnicliffe
Thanks, > > Meg Mara > > > > *From:* Justin Cameron [mailto:jus...@instaclustr.com] > *Sent:* Sunday, October 22, 2017 6:21 PM > *To:* user@cassandra.apache.org > *Subject:* Re: cassandra non-super user login fails but super user works > > > > Try setting

RE: cassandra non-super user login fails but super user works

2017-10-23 Thread Meg Mara
Subject: Re: cassandra non-super user login fails but super user works Try setting the replication factor of the system_auth keyspace to the number of nodes in your cluster. ALTER KEYSPACE system_auth WITH replication = {'class': 'NetworkTopologyStrategy', '': 

Re: cassandra non-super user login fails but super user works

2017-10-22 Thread Justin Cameron
Try setting the replication factor of the system_auth keyspace to the number of nodes in your cluster. ALTER KEYSPACE system_auth WITH replication = {'class': 'NetworkTopologyStrategy', '': ''}; On Sun, 22 Oct 2017 at 20:06 Who Dadddy wrote: > Anyone seen this before? Pretty basic setup, super