You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Alan Liang (JIRA)" <ji...@apache.org> on 2011/06/16 21:36:47 UTC

[jira] [Updated] (CASSANDRA-2778) Unable to set compaction strategy in cli using create column family command

     [ https://issues.apache.org/jira/browse/CASSANDRA-2778?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alan Liang updated CASSANDRA-2778:
----------------------------------

    Attachment: 0001-2778-allow-for-dynamic-changes-to-compaction-strateg.patch

> 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
>         Attachments: 0001-2778-allow-for-dynamic-changes-to-compaction-strateg.patch
>
>
> 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