Hello,
May I know what column name to use in this CLI ?
create column family notification_activities_by_time
with column_type = 'Standard'
and comparator = 'TimeUUIDType'
and default_validation_class = 'TimeUUIDType'
and key_validation_class = 'BytesType'
and column_metadata=[{column_name:shard, validation_class:AsciiType, index_type:KEYS}]
and rows_cached = 0.0
and row_cache_save_period = 0
and row_cache_keys_to_save = 2147483647
and keys_cached = 200000.0
and key_cache_save_period = 14400
and read_repair_chance = 1.0
and gc_grace = 864000
and min_compaction_threshold = 4
and max_compaction_threshold = 32
and replicate_on_write = true
and row_cache_provider = 'ConcurrentLinkedHashCacheProvider'
and compaction_strategy = 'org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy'
and comment = 'All notification activity timeuuids sorted by time';
I am getting this when I try to run above command using cassandra-cli ...
Line 8 => java.lang.RuntimeException: org.apache.cassandra.db.marshal.MarshalException: unable to coerce 'shard' to version 1 UUID
Thanks
Naga Vijay
