Unable to set compaction strategy in cli using create column family command
---------------------------------------------------------------------------

                 Key: CASSANDRA-2778
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2778
             Project: Cassandra
          Issue Type: Bug
          Components: Core
            Reporter: Alan Liang
            Assignee: Alan Liang


The following command does not set compaction strategy and its options:
{code}
create column family Standard1
    with comparator = BytesType
    and compaction_strategy = 
'org.apache.cassandra.db.compaction.TimestampBucketedCompactionStrategy'
    and compaction_strategy_options = [{max_sstable_size:504857600, 
retention_in_seconds:60}];
{code}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to