Chris Lohfink created CASSANDRA-5781:
----------------------------------------

             Summary: 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
         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:

sstable2json foo-Data.db -k key1 -k key2 -k key3 -k key4
{
key1 : [[]...]key2: [[]...],
key3 : [[]...],
key4 : [[]...]
}




--
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