You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Chris Lohfink (JIRA)" <ji...@apache.org> on 2014/04/25 18:00:17 UTC

[jira] [Assigned] (CASSANDRA-5781) Providing multiple keys to sstable2json results in invalid json

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

Chris Lohfink reassigned CASSANDRA-5781:
----------------------------------------

    Assignee: Chris Lohfink

> 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: 1.2.6
>            Reporter: Chris Lohfink
>            Assignee: 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 was sent by Atlassian JIRA
(v6.2#6252)