You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Brandon Williams (JIRA)" <ji...@apache.org> on 2011/07/14 20:39:59 UTC

[jira] [Created] (CASSANDRA-2899) cli silently fails when classes are quoted

cli silently fails when classes are quoted
------------------------------------------

                 Key: CASSANDRA-2899
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2899
             Project: Cassandra
          Issue Type: Bug
          Components: Core
            Reporter: Brandon Williams
            Assignee: Pavel Yaskevich
            Priority: Minor


For example: CREATE COLUMN FAMILY autocomplete_meta WITH comparator = 'UTF8Type' AND default_validation_class = 'UTF8Type' AND key_validation_class = 'UTF8Type'

Neither validation class is actually set, but if you remove the quotes everything works.

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

        

[jira] [Updated] (CASSANDRA-2899) cli silently fails when classes are quoted

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

Pavel Yaskevich updated CASSANDRA-2899:
---------------------------------------

    Attachment: CASSANDRA-2899.patch

rebase with cassandra-0.8 (latest commit c3d275800284acca6300595db268ca0c92b9a581)

> cli silently fails when classes are quoted
> ------------------------------------------
>
>                 Key: CASSANDRA-2899
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2899
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>            Reporter: Brandon Williams
>            Assignee: Pavel Yaskevich
>            Priority: Minor
>         Attachments: CASSANDRA-2899.patch
>
>
> For example: CREATE COLUMN FAMILY autocomplete_meta WITH comparator = 'UTF8Type' AND default_validation_class = 'UTF8Type' AND key_validation_class = 'UTF8Type'
> Neither validation class is actually set, but if you remove the quotes everything works.

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

        

[jira] [Updated] (CASSANDRA-2899) cli silently fails when classes are quoted

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

Brandon Williams updated CASSANDRA-2899:
----------------------------------------

    Fix Version/s:     (was: 0.7.7)
                   0.7.8

> cli silently fails when classes are quoted
> ------------------------------------------
>
>                 Key: CASSANDRA-2899
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2899
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 0.7.6, 0.8.1
>            Reporter: Brandon Williams
>            Assignee: Pavel Yaskevich
>            Priority: Minor
>             Fix For: 0.7.8, 0.8.2
>
>         Attachments: CASSANDRA-2899.patch
>
>
> For example: CREATE COLUMN FAMILY autocomplete_meta WITH comparator = 'UTF8Type' AND default_validation_class = 'UTF8Type' AND key_validation_class = 'UTF8Type'
> Neither validation class is actually set, but if you remove the quotes everything works.

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

        

[jira] [Commented] (CASSANDRA-2899) cli silently fails when classes are quoted

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

Hudson commented on CASSANDRA-2899:
-----------------------------------

Integrated in Cassandra-0.7 #529 (See [https://builds.apache.org/job/Cassandra-0.7/529/])
    Allow quoted class names in the cli.
Patch by Pavel Yaskevich, reviewed by brandonwilliams for CASSANDRA-2899

brandonwilliams : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1147210
Files : 
* /cassandra/branches/cassandra-0.7/src/java/org/apache/cassandra/cli/CliClient.java


> cli silently fails when classes are quoted
> ------------------------------------------
>
>                 Key: CASSANDRA-2899
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2899
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 0.7.6, 0.8.1
>            Reporter: Brandon Williams
>            Assignee: Pavel Yaskevich
>            Priority: Minor
>             Fix For: 0.7.8, 0.8.2
>
>         Attachments: CASSANDRA-2899.patch
>
>
> For example: CREATE COLUMN FAMILY autocomplete_meta WITH comparator = 'UTF8Type' AND default_validation_class = 'UTF8Type' AND key_validation_class = 'UTF8Type'
> Neither validation class is actually set, but if you remove the quotes everything works.

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