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
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', '':
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