You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Pavel Yaskevich (JIRA)" <ji...@apache.org> on 2010/10/08 18:08:31 UTC

[jira] Updated: (CASSANDRA-1583) add ColumnDef support to cli

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

Pavel Yaskevich updated CASSANDRA-1583:
---------------------------------------

    Attachment: CASSANDRA-1583.patch

Example:

create column family KS2 with column_metadata=[{ column_name:Hello, validation_class:IntegerType, index_type:0, index_name:IdxName }, { column_name:'other name', validation_class:LongType }]

Help about "create column family" is updated.

> add ColumnDef support to cli
> ----------------------------
>
>                 Key: CASSANDRA-1583
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1583
>             Project: Cassandra
>          Issue Type: New Feature
>          Components: Tools
>    Affects Versions: 0.7.1
>            Reporter: Jonathan Ellis
>            Assignee: Pavel Yaskevich
>         Attachments: CASSANDRA-1583.patch
>
>
> currently "create columnfamily" supports setting values on the CfDef struct, but the column_metadata field is a set of ColumnDef structs and the cli does not know how to parse these.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.