We did setup for cassandra 2.0.1 but int ADS basic components itself are not working for cassandra 2.0.1
e.g we can create a table in cassandra but then can not perform rest of basic opearions,
when we check logs we can see number of exceptions getting generated.Only user module is working fine.
Where as on version 1.2.8 and 1.2.10 every thing is working as per design.
I am attaching log file here in which Exceptions are loged.
![]() |
24 KB
CQL changes in 2.0: http://www.datastax.com/dev/blog/cql-in-cassandra-2-0
CQL 2.0 system tables: http://www.datastax.com/documentation/cql/3.1/webhelp/index.html#cql/cql_using/use_query_system_c.html#concept_ds_ww4_1nc_zj
Columns "id" and "key_alias" have been removed from schema_columnfamilies in Cassandra 2.0. Removed those two columns from our metadata query.
Columns "id" and "key_alias" have been removed from schema_columnfamilies in Cassandra 2.0. Removed those two columns from our metadata query.
If this is the only change required to support Cassandra 2.x, we can then back port this fix to v14.
If this is the only change required to support Cassandra 2.x, we can then back port this fix to v14.
Issue #10313 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
Fixed Build ADS 14.0.3-4 |
No time estimate |
1 issue link |
relates to #10186
Issue #10186Table Properties does not work in Apache Cassandra 1.2.9 |
CQL changes in 2.0: http://www.datastax.com/dev/blog/cql-in-cassandra-2-0
CQL 2.0 system tables: http://www.datastax.com/documentation/cql/3.1/webhelp/index.html#cql/cql_using/use_query_system_c.html#concept_ds_ww4_1nc_zj