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

Dave Brosius resolved CASSANDRA-5781.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.2.7
         Reviewer: dbrosius

committed to cassandra-1.2 as 089f92b1a04cbcc7d391ea7e61d90df56174ad73
                
> Providing multiple keys to sstable2json results in invalid json
> ---------------------------------------------------------------
>
>                 Key: CASSANDRA-5781
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-5781
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Tools
>    Affects Versions: 2.0 beta 1
>            Reporter: Chris Lohfink
>            Priority: Minor
>             Fix For: 1.2.7
>
>         Attachments: patch
>
>
> if you pass multiple keys via the -k parameter to sstable for json the 2nd 
> row will be appended to the end of the first without a comma.  It would look 
> like so:
> {code}
> sstable2json foo-Data.db -k key1 -k key2 -k key3 -k key4
> {
> key1 : [[]...]key2: [[]...],
> key3 : [[]...],
> key4 : [[]...]
> }
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to