cql - Cassandra - Column family exists but is not visible via describe or OpsCenter -
cql - Cassandra - Column family exists but is not visible via describe or OpsCenter -
i'm evaluating cassandra upcoming project , trying head around basics.
i have issue when creating column family via cql shell - column family created usable not appear when issue describe command cli tool or when looking @ cluster via datastax opscenter.
i've created keyspace such:
create keyspace testing replication = {'class': 'simplestrategy', 'replication_factor' : 1};
and defined column family as:
create table sampletable( id int primary key, name text, othervalue int );
i can insert , select info sampletable not show describe command or in opscenter.
i can create visible column family using cli command line, or api in fluentcassandra utilize cql approach.
this day 1 cassandra i'm sure i'm missing simple. pointers?
column families created cql3 not show when using thrift api. see next issues more information:
https://issues.apache.org/jira/browse/cassandra-4377 https://issues.apache.org/jira/browse/cassandra-4924
cassandra cql
Comments
Post a Comment