You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Sylvain Lebresne (Created) (JIRA)" <ji...@apache.org> on 2011/10/18 15:50:10 UTC

[jira] [Created] (CASSANDRA-3374) CQL can't create column with compression or that use leveled compaction

CQL can't create column with compression or that use leveled compaction
-----------------------------------------------------------------------

                 Key: CASSANDRA-3374
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3374
             Project: Cassandra
          Issue Type: Bug
          Components: Core
    Affects Versions: 1.0.0, 0.8.7
            Reporter: Sylvain Lebresne
            Priority: Minor


Looking at CreateColumnFamilyStatement.java, it doesn't seem CQL can create compressed column families, nor define a compaction strategy.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (CASSANDRA-3374) CQL can't create column with compression or that use leveled compaction

Posted by "Pavel Yaskevich (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-3374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pavel Yaskevich updated CASSANDRA-3374:
---------------------------------------

    Attachment:     (was: CASSANDRA-3374.patch)
    
> CQL can't create column with compression or that use leveled compaction
> -----------------------------------------------------------------------
>
>                 Key: CASSANDRA-3374
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3374
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.0.0
>            Reporter: Sylvain Lebresne
>            Assignee: Pavel Yaskevich
>            Priority: Minor
>             Fix For: 1.0.5
>
>         Attachments: CASSANDRA-3374.patch
>
>
> Looking at CreateColumnFamilyStatement.java, it doesn't seem CQL can create compressed column families, nor define a compaction strategy.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (CASSANDRA-3374) CQL can't create column with compression or that use leveled compaction

Posted by "Jonathan Ellis (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-3374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Ellis updated CASSANDRA-3374:
--------------------------------------

       Reviewer: xedin  (was: jbellis)
    Component/s:     (was: Core)
                 API
       Assignee: paul cannon  (was: Pavel Yaskevich)
         Labels: cql  (was: )

No idea. Assigning to Paul to have a look at that part.
                
> CQL can't create column with compression or that use leveled compaction
> -----------------------------------------------------------------------
>
>                 Key: CASSANDRA-3374
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3374
>             Project: Cassandra
>          Issue Type: Bug
>          Components: API
>    Affects Versions: 1.0.0
>            Reporter: Sylvain Lebresne
>            Assignee: paul cannon
>            Priority: Minor
>              Labels: cql
>             Fix For: 1.0.6
>
>         Attachments: CASSANDRA-3374.patch
>
>
> Looking at CreateColumnFamilyStatement.java, it doesn't seem CQL can create compressed column families, nor define a compaction strategy.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CASSANDRA-3374) CQL can't create column with compression or that use leveled compaction

Posted by "paul cannon (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-3374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13196195#comment-13196195 ] 

paul cannon commented on CASSANDRA-3374:
----------------------------------------

+1
                
> CQL can't create column with compression or that use leveled compaction
> -----------------------------------------------------------------------
>
>                 Key: CASSANDRA-3374
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3374
>             Project: Cassandra
>          Issue Type: Bug
>          Components: API
>    Affects Versions: 1.0.0
>            Reporter: Sylvain Lebresne
>            Assignee: Pavel Yaskevich
>            Priority: Minor
>              Labels: cql
>             Fix For: 1.0.8
>
>         Attachments: CASSANDRA-3374-compaction_strategy_class.patch, CASSANDRA-3374.patch
>
>
> Looking at CreateColumnFamilyStatement.java, it doesn't seem CQL can create compressed column families, nor define a compaction strategy.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CASSANDRA-3374) CQL can't create column with compression or that use leveled compaction

Posted by "Jonathan Ellis (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-3374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13195084#comment-13195084 ] 

Jonathan Ellis commented on CASSANDRA-3374:
-------------------------------------------

bq. Was this meant to expose 'compaction_strategy_class' to CQL

Yes
                
> CQL can't create column with compression or that use leveled compaction
> -----------------------------------------------------------------------
>
>                 Key: CASSANDRA-3374
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3374
>             Project: Cassandra
>          Issue Type: Bug
>          Components: API
>    Affects Versions: 1.0.0
>            Reporter: Sylvain Lebresne
>            Assignee: Pavel Yaskevich
>            Priority: Minor
>              Labels: cql
>             Fix For: 1.0.7
>
>         Attachments: CASSANDRA-3374.patch
>
>
> Looking at CreateColumnFamilyStatement.java, it doesn't seem CQL can create compressed column families, nor define a compaction strategy.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (CASSANDRA-3374) CQL can't create column with compression or that use leveled compaction

Posted by "Jonathan Ellis (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-3374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Ellis updated CASSANDRA-3374:
--------------------------------------

    Fix Version/s:     (was: 1.0.1)
                   1.0.2
    
> CQL can't create column with compression or that use leveled compaction
> -----------------------------------------------------------------------
>
>                 Key: CASSANDRA-3374
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3374
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.0.0
>            Reporter: Sylvain Lebresne
>            Assignee: Pavel Yaskevich
>            Priority: Minor
>             Fix For: 1.0.2
>
>
> Looking at CreateColumnFamilyStatement.java, it doesn't seem CQL can create compressed column families, nor define a compaction strategy.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Reopened] (CASSANDRA-3374) CQL can't create column with compression or that use leveled compaction

Posted by "paul cannon (Reopened) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-3374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

paul cannon reopened CASSANDRA-3374:
------------------------------------


Was this meant to expose 'compaction_strategy_class' to CQL, as well as compaction_strategy_options? It's added here as a valid option, but it doesn't actually do anything, and it appears there is no other possible way to set CFMetaData.compactionStrategyClass from CQL.
                
> CQL can't create column with compression or that use leveled compaction
> -----------------------------------------------------------------------
>
>                 Key: CASSANDRA-3374
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3374
>             Project: Cassandra
>          Issue Type: Bug
>          Components: API
>    Affects Versions: 1.0.0
>            Reporter: Sylvain Lebresne
>            Assignee: Pavel Yaskevich
>            Priority: Minor
>              Labels: cql
>             Fix For: 1.0.7
>
>         Attachments: CASSANDRA-3374.patch
>
>
> Looking at CreateColumnFamilyStatement.java, it doesn't seem CQL can create compressed column families, nor define a compaction strategy.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (CASSANDRA-3374) CQL can't create column with compression or that use leveled compaction

Posted by "Pavel Yaskevich (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-3374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pavel Yaskevich updated CASSANDRA-3374:
---------------------------------------

    Attachment:     (was: CASSANDRA-3374.patch)
    
> CQL can't create column with compression or that use leveled compaction
> -----------------------------------------------------------------------
>
>                 Key: CASSANDRA-3374
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3374
>             Project: Cassandra
>          Issue Type: Bug
>          Components: API
>    Affects Versions: 1.0.0
>            Reporter: Sylvain Lebresne
>            Assignee: Pavel Yaskevich
>            Priority: Minor
>              Labels: cql
>             Fix For: 1.0.7
>
>
> Looking at CreateColumnFamilyStatement.java, it doesn't seem CQL can create compressed column families, nor define a compaction strategy.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CASSANDRA-3374) CQL can't create column with compression or that use leveled compaction

Posted by "Jonathan Ellis (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-3374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13175068#comment-13175068 ] 

Jonathan Ellis commented on CASSANDRA-3374:
-------------------------------------------

The python driver bug is fixed, are we good to go for this patch?
                
> CQL can't create column with compression or that use leveled compaction
> -----------------------------------------------------------------------
>
>                 Key: CASSANDRA-3374
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3374
>             Project: Cassandra
>          Issue Type: Bug
>          Components: API
>    Affects Versions: 1.0.0
>            Reporter: Sylvain Lebresne
>            Assignee: paul cannon
>            Priority: Minor
>              Labels: cql
>             Fix For: 1.0.7
>
>         Attachments: CASSANDRA-3374.patch
>
>
> Looking at CreateColumnFamilyStatement.java, it doesn't seem CQL can create compressed column families, nor define a compaction strategy.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CASSANDRA-3374) CQL can't create column with compression or that use leveled compaction

Posted by "Sylvain Lebresne (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-3374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13143146#comment-13143146 ] 

Sylvain Lebresne commented on CASSANDRA-3374:
---------------------------------------------

I think we want to support the strategy options and compaction options generically. This would make maintenance easier as we won't have to update this each time we add a new option, but more importantly if it's not generic, it means one cannot use a custom compressor or compaction strategy having options. I understand this complicate matters because the parser probably needs to be updated accordingly, but I believe we'd better bite the bullet now.

It would also be nice to add index_type support and to update the CQL doc.
                
> CQL can't create column with compression or that use leveled compaction
> -----------------------------------------------------------------------
>
>                 Key: CASSANDRA-3374
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3374
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.0.0
>            Reporter: Sylvain Lebresne
>            Assignee: Pavel Yaskevich
>            Priority: Minor
>             Fix For: 1.0.2
>
>         Attachments: CASSANDRA-3374.patch
>
>
> Looking at CreateColumnFamilyStatement.java, it doesn't seem CQL can create compressed column families, nor define a compaction strategy.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Issue Comment Edited] (CASSANDRA-3374) CQL can't create column with compression or that use leveled compaction

Posted by "Pavel Yaskevich (Issue Comment Edited) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-3374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13158535#comment-13158535 ] 

Pavel Yaskevich edited comment on CASSANDRA-3374 at 11/28/11 4:25 PM:
----------------------------------------------------------------------

CQLsh fails with "Unmatched named substitution: 'sstable_compressor' not given for CREATE COLUMNFAMILY cf ( KEY text PRIMARY KEY ) WITH compression_parameters:sstable_compressor = 'SnappyCompressor' and compression_parameters:chunk_size_in_kb = 16 and comparator = ascii;"... Tested with raw thrift call - works as excepted. 

Jonathan do you have any idea how to fix that cqlsh problem?
                
      was (Author: xedin):
    CQLsh fails with "Unmatched named substitution: 'sstable_compressor' not given for CREATE COLUMNFAMILY cf ( KEY text PRIMARY KEY ) WITH compression_parameters:sstable_compressor = 'SnappyCompressor' and compression_parameters:chunk_size_in_kb = 16 and comparator = ascii;"... Tested with raw thrift call - works as excepted. 

Jonathan do you have any idea to to fix that?
                  
> CQL can't create column with compression or that use leveled compaction
> -----------------------------------------------------------------------
>
>                 Key: CASSANDRA-3374
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3374
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.0.0
>            Reporter: Sylvain Lebresne
>            Assignee: Pavel Yaskevich
>            Priority: Minor
>             Fix For: 1.0.5
>
>         Attachments: CASSANDRA-3374.patch
>
>
> Looking at CreateColumnFamilyStatement.java, it doesn't seem CQL can create compressed column families, nor define a compaction strategy.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (CASSANDRA-3374) CQL can't create column with compression or that use leveled compaction

Posted by "Pavel Yaskevich (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-3374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pavel Yaskevich updated CASSANDRA-3374:
---------------------------------------

    Attachment: CASSANDRA-3374-compaction_strategy_class.patch

it had that option but never actually bothered to set it :)
                
> CQL can't create column with compression or that use leveled compaction
> -----------------------------------------------------------------------
>
>                 Key: CASSANDRA-3374
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3374
>             Project: Cassandra
>          Issue Type: Bug
>          Components: API
>    Affects Versions: 1.0.0
>            Reporter: Sylvain Lebresne
>            Assignee: Pavel Yaskevich
>            Priority: Minor
>              Labels: cql
>             Fix For: 1.0.8
>
>         Attachments: CASSANDRA-3374-compaction_strategy_class.patch, CASSANDRA-3374.patch
>
>
> Looking at CreateColumnFamilyStatement.java, it doesn't seem CQL can create compressed column families, nor define a compaction strategy.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (CASSANDRA-3374) CQL can't create column with compression or that use leveled compaction

Posted by "Pavel Yaskevich (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-3374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pavel Yaskevich updated CASSANDRA-3374:
---------------------------------------

    Reviewer: jbellis  (was: xedin)
    Assignee: Pavel Yaskevich  (was: paul cannon)
    
> CQL can't create column with compression or that use leveled compaction
> -----------------------------------------------------------------------
>
>                 Key: CASSANDRA-3374
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3374
>             Project: Cassandra
>          Issue Type: Bug
>          Components: API
>    Affects Versions: 1.0.0
>            Reporter: Sylvain Lebresne
>            Assignee: Pavel Yaskevich
>            Priority: Minor
>              Labels: cql
>             Fix For: 1.0.7
>
>         Attachments: CASSANDRA-3374.patch
>
>
> Looking at CreateColumnFamilyStatement.java, it doesn't seem CQL can create compressed column families, nor define a compaction strategy.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CASSANDRA-3374) CQL can't create column with compression or that use leveled compaction

Posted by "paul cannon (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-3374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13167663#comment-13167663 ] 

paul cannon commented on CASSANDRA-3374:
----------------------------------------

This is due to a bug in the python driver: http://code.google.com/a/apache-extras.org/p/cassandra-dbapi2/issues/detail?id=11

Also, changes like this should probably include the relevant changes to the CQL doc at doc/cql/CQL.textile.

I'll look at making those changes if I have a few moments.
                
> CQL can't create column with compression or that use leveled compaction
> -----------------------------------------------------------------------
>
>                 Key: CASSANDRA-3374
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3374
>             Project: Cassandra
>          Issue Type: Bug
>          Components: API
>    Affects Versions: 1.0.0
>            Reporter: Sylvain Lebresne
>            Assignee: paul cannon
>            Priority: Minor
>              Labels: cql
>             Fix For: 1.0.6
>
>         Attachments: CASSANDRA-3374.patch
>
>
> Looking at CreateColumnFamilyStatement.java, it doesn't seem CQL can create compressed column families, nor define a compaction strategy.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CASSANDRA-3374) CQL can't create column with compression or that use leveled compaction

Posted by "T Jake Luciani (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-3374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13132022#comment-13132022 ] 

T Jake Luciani commented on CASSANDRA-3374:
-------------------------------------------

There is also no way to specify a index_type
                
> CQL can't create column with compression or that use leveled compaction
> -----------------------------------------------------------------------
>
>                 Key: CASSANDRA-3374
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3374
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.0.0
>            Reporter: Sylvain Lebresne
>            Assignee: Pavel Yaskevich
>            Priority: Minor
>             Fix For: 1.0.1
>
>
> Looking at CreateColumnFamilyStatement.java, it doesn't seem CQL can create compressed column families, nor define a compaction strategy.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CASSANDRA-3374) CQL can't create column with compression or that use leveled compaction

Posted by "Jonathan Ellis (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-3374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13143330#comment-13143330 ] 

Jonathan Ellis commented on CASSANDRA-3374:
-------------------------------------------

I thought we'd use the syntax we use for replication strategy options.
                
> CQL can't create column with compression or that use leveled compaction
> -----------------------------------------------------------------------
>
>                 Key: CASSANDRA-3374
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3374
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.0.0
>            Reporter: Sylvain Lebresne
>            Assignee: Pavel Yaskevich
>            Priority: Minor
>             Fix For: 1.0.2
>
>         Attachments: CASSANDRA-3374.patch
>
>
> Looking at CreateColumnFamilyStatement.java, it doesn't seem CQL can create compressed column families, nor define a compaction strategy.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CASSANDRA-3374) CQL can't create column with compression or that use leveled compaction

Posted by "paul cannon (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-3374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13175619#comment-13175619 ] 

paul cannon commented on CASSANDRA-3374:
----------------------------------------

+1
                
> CQL can't create column with compression or that use leveled compaction
> -----------------------------------------------------------------------
>
>                 Key: CASSANDRA-3374
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3374
>             Project: Cassandra
>          Issue Type: Bug
>          Components: API
>    Affects Versions: 1.0.0
>            Reporter: Sylvain Lebresne
>            Assignee: Pavel Yaskevich
>            Priority: Minor
>              Labels: cql
>             Fix For: 1.0.7
>
>         Attachments: CASSANDRA-3374.patch
>
>
> Looking at CreateColumnFamilyStatement.java, it doesn't seem CQL can create compressed column families, nor define a compaction strategy.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (CASSANDRA-3374) CQL can't create column with compression or that use leveled compaction

Posted by "Jonathan Ellis (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-3374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Ellis updated CASSANDRA-3374:
--------------------------------------

    Fix Version/s:     (was: 1.0.7)
                   1.0.8
    
> CQL can't create column with compression or that use leveled compaction
> -----------------------------------------------------------------------
>
>                 Key: CASSANDRA-3374
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3374
>             Project: Cassandra
>          Issue Type: Bug
>          Components: API
>    Affects Versions: 1.0.0
>            Reporter: Sylvain Lebresne
>            Assignee: Pavel Yaskevich
>            Priority: Minor
>              Labels: cql
>             Fix For: 1.0.8
>
>         Attachments: CASSANDRA-3374.patch
>
>
> Looking at CreateColumnFamilyStatement.java, it doesn't seem CQL can create compressed column families, nor define a compaction strategy.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (CASSANDRA-3374) CQL can't create column with compression or that use leveled compaction

Posted by "Sylvain Lebresne (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-3374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sylvain Lebresne updated CASSANDRA-3374:
----------------------------------------

    Fix Version/s: 1.0.1
    
> CQL can't create column with compression or that use leveled compaction
> -----------------------------------------------------------------------
>
>                 Key: CASSANDRA-3374
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3374
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 0.8.7, 1.0.0
>            Reporter: Sylvain Lebresne
>            Priority: Minor
>             Fix For: 1.0.1
>
>
> Looking at CreateColumnFamilyStatement.java, it doesn't seem CQL can create compressed column families, nor define a compaction strategy.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (CASSANDRA-3374) CQL can't create column with compression or that use leveled compaction

Posted by "Pavel Yaskevich (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-3374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pavel Yaskevich updated CASSANDRA-3374:
---------------------------------------

    Attachment: CASSANDRA-3374.patch

rebased patch. everything works as expected with cql fixed!
                
> CQL can't create column with compression or that use leveled compaction
> -----------------------------------------------------------------------
>
>                 Key: CASSANDRA-3374
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3374
>             Project: Cassandra
>          Issue Type: Bug
>          Components: API
>    Affects Versions: 1.0.0
>            Reporter: Sylvain Lebresne
>            Assignee: paul cannon
>            Priority: Minor
>              Labels: cql
>             Fix For: 1.0.7
>
>         Attachments: CASSANDRA-3374.patch
>
>
> Looking at CreateColumnFamilyStatement.java, it doesn't seem CQL can create compressed column families, nor define a compaction strategy.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CASSANDRA-3374) CQL can't create column with compression or that use leveled compaction

Posted by "Pavel Yaskevich (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-3374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13143160#comment-13143160 ] 

Pavel Yaskevich commented on CASSANDRA-3374:
--------------------------------------------

If Jonathan says that we can support compound options like 'compression:<something>' in CREATE TABLE I'm not against it.
                
> CQL can't create column with compression or that use leveled compaction
> -----------------------------------------------------------------------
>
>                 Key: CASSANDRA-3374
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3374
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.0.0
>            Reporter: Sylvain Lebresne
>            Assignee: Pavel Yaskevich
>            Priority: Minor
>             Fix For: 1.0.2
>
>         Attachments: CASSANDRA-3374.patch
>
>
> Looking at CreateColumnFamilyStatement.java, it doesn't seem CQL can create compressed column families, nor define a compaction strategy.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (CASSANDRA-3374) CQL can't create column with compression or that use leveled compaction

Posted by "Pavel Yaskevich (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-3374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pavel Yaskevich updated CASSANDRA-3374:
---------------------------------------

    Reviewer: thepaul  (was: jbellis)
    
> CQL can't create column with compression or that use leveled compaction
> -----------------------------------------------------------------------
>
>                 Key: CASSANDRA-3374
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3374
>             Project: Cassandra
>          Issue Type: Bug
>          Components: API
>    Affects Versions: 1.0.0
>            Reporter: Sylvain Lebresne
>            Assignee: Pavel Yaskevich
>            Priority: Minor
>              Labels: cql
>             Fix For: 1.0.7
>
>         Attachments: CASSANDRA-3374.patch
>
>
> Looking at CreateColumnFamilyStatement.java, it doesn't seem CQL can create compressed column families, nor define a compaction strategy.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CASSANDRA-3374) CQL can't create column with compression or that use leveled compaction

Posted by "Pavel Yaskevich (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-3374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13143336#comment-13143336 ] 

Pavel Yaskevich commented on CASSANDRA-3374:
--------------------------------------------

ok, I will modify patch to support that then.
                
> CQL can't create column with compression or that use leveled compaction
> -----------------------------------------------------------------------
>
>                 Key: CASSANDRA-3374
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3374
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.0.0
>            Reporter: Sylvain Lebresne
>            Assignee: Pavel Yaskevich
>            Priority: Minor
>             Fix For: 1.0.2
>
>         Attachments: CASSANDRA-3374.patch
>
>
> Looking at CreateColumnFamilyStatement.java, it doesn't seem CQL can create compressed column families, nor define a compaction strategy.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (CASSANDRA-3374) CQL can't create column with compression or that use leveled compaction

Posted by "Jonathan Ellis (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-3374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Ellis updated CASSANDRA-3374:
--------------------------------------

    Affects Version/s:     (was: 0.8.7)
             Assignee: Pavel Yaskevich
    
> CQL can't create column with compression or that use leveled compaction
> -----------------------------------------------------------------------
>
>                 Key: CASSANDRA-3374
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3374
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.0.0
>            Reporter: Sylvain Lebresne
>            Assignee: Pavel Yaskevich
>            Priority: Minor
>             Fix For: 1.0.1
>
>
> Looking at CreateColumnFamilyStatement.java, it doesn't seem CQL can create compressed column families, nor define a compaction strategy.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (CASSANDRA-3374) CQL can't create column with compression or that use leveled compaction

Posted by "Pavel Yaskevich (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-3374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pavel Yaskevich updated CASSANDRA-3374:
---------------------------------------

    Attachment:     (was: CASSANDRA-3374.patch)
    
> CQL can't create column with compression or that use leveled compaction
> -----------------------------------------------------------------------
>
>                 Key: CASSANDRA-3374
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3374
>             Project: Cassandra
>          Issue Type: Bug
>          Components: API
>    Affects Versions: 1.0.0
>            Reporter: Sylvain Lebresne
>            Assignee: paul cannon
>            Priority: Minor
>              Labels: cql
>             Fix For: 1.0.7
>
>
> Looking at CreateColumnFamilyStatement.java, it doesn't seem CQL can create compressed column families, nor define a compaction strategy.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (CASSANDRA-3374) CQL can't create column with compression or that use leveled compaction

Posted by "Pavel Yaskevich (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-3374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pavel Yaskevich updated CASSANDRA-3374:
---------------------------------------

    Attachment: CASSANDRA-3374.patch

patch adds update to CQL.doc
                
> CQL can't create column with compression or that use leveled compaction
> -----------------------------------------------------------------------
>
>                 Key: CASSANDRA-3374
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3374
>             Project: Cassandra
>          Issue Type: Bug
>          Components: API
>    Affects Versions: 1.0.0
>            Reporter: Sylvain Lebresne
>            Assignee: Pavel Yaskevich
>            Priority: Minor
>              Labels: cql
>             Fix For: 1.0.7
>
>         Attachments: CASSANDRA-3374.patch
>
>
> Looking at CreateColumnFamilyStatement.java, it doesn't seem CQL can create compressed column families, nor define a compaction strategy.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (CASSANDRA-3374) CQL can't create column with compression or that use leveled compaction

Posted by "Pavel Yaskevich (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-3374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pavel Yaskevich updated CASSANDRA-3374:
---------------------------------------

    Attachment: CASSANDRA-3374.patch
    
> CQL can't create column with compression or that use leveled compaction
> -----------------------------------------------------------------------
>
>                 Key: CASSANDRA-3374
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3374
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.0.0
>            Reporter: Sylvain Lebresne
>            Assignee: Pavel Yaskevich
>            Priority: Minor
>             Fix For: 1.0.5
>
>         Attachments: CASSANDRA-3374.patch
>
>
> Looking at CreateColumnFamilyStatement.java, it doesn't seem CQL can create compressed column families, nor define a compaction strategy.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (CASSANDRA-3374) CQL can't create column with compression or that use leveled compaction

Posted by "Pavel Yaskevich (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-3374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pavel Yaskevich updated CASSANDRA-3374:
---------------------------------------

    Attachment: CASSANDRA-3374.patch
    
> CQL can't create column with compression or that use leveled compaction
> -----------------------------------------------------------------------
>
>                 Key: CASSANDRA-3374
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3374
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.0.0
>            Reporter: Sylvain Lebresne
>            Assignee: Pavel Yaskevich
>            Priority: Minor
>             Fix For: 1.0.2
>
>         Attachments: CASSANDRA-3374.patch
>
>
> Looking at CreateColumnFamilyStatement.java, it doesn't seem CQL can create compressed column families, nor define a compaction strategy.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira