Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 29AAE1072E for ; Fri, 19 Jul 2013 23:14:51 +0000 (UTC) Received: (qmail 17888 invoked by uid 500); 19 Jul 2013 23:14:50 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 17859 invoked by uid 500); 19 Jul 2013 23:14:50 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 17810 invoked by uid 99); 19 Jul 2013 23:14:50 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Jul 2013 23:14:50 +0000 Date: Fri, 19 Jul 2013 23:14:50 +0000 (UTC) From: "Chris Lohfink (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CASSANDRA-5781) Providing multiple keys to sstable2json results in invalid json MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CASSANDRA-5781?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Lohfink updated CASSANDRA-5781: ------------------------------------- Attachment: patch > 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: > {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