Re: sstable2json hangs for authenticated keyspace?

2013-12-04 Thread Josh Dzielak
Thanks Rob. Bug filed. https://issues.apache.org/jira/browse/CASSANDRA-6450 On Monday, December 2, 2013 at 1:06 PM, Robert Coli wrote: > On Fri, Nov 29, 2013 at 4:11 PM, Josh Dzielak (mailto:j...@keen.io)> wrote: > > Having an issue with sstable2json. It appears to hang when I run it against

Re: sstable2json hangs for authenticated keyspace?

2013-12-02 Thread Robert Coli
On Fri, Nov 29, 2013 at 4:11 PM, Josh Dzielak wrote: > Having an issue with sstable2json. It appears to hang when I run it > against an SSTable that's part of a keyspace with authentication turned on. > Running it against any other keyspace works, and as far as I can tell the > only difference be

Re: sstable2json had random behavior

2013-01-22 Thread William Oberman
No, I have the other files unfortunately and I had it fail once and succeed every time after. I'm tracking the "external information" of sstable2json more carefully now (exit status, stdout, stderr), so hopefully if it happens again I can be more help. will On Tue, Jan 22, 2013 at 3:38 PM, aaro

Re: sstable2json had random behavior

2013-01-22 Thread aaron morton
William, If the solution from Binh works for you can you please submit a ticket to https://issues.apache.org/jira/browse/CASSANDRA The error message could be better if that is the case. Cheers - Aaron Morton Freelance Cassandra Developer New Zealand @aaronmorto

Re: sstable2json had random behavior

2013-01-21 Thread Binh Nguyen
Hi William, I also saw this one before but it always happened in my case when I have only Data and Index files. The problem goes away when I have all another files (Compression, Filter...) On Mon, Jan 21, 2013 at 11:36 AM, William Oberman wrote: > I'm running 1.1.6 from the datastax repo. > > I

Re: sstable2json and resurrected rows

2012-04-02 Thread Jonas Borgström
On 2012-03-31 08:45 , Zhu Han wrote: Did you hit the bug here? https://issues.apache.org/jira/browse/CASSANDRA-4054 Yes looks like it. But what confuses me most is not the sstable2json bug but why the major compaction does not replace the deleted row data with a tombstone. Is that a bug or

Re: sstable2json and resurrected rows

2012-03-30 Thread Zhu Han
Did you hit the bug here? https://issues.apache.org/jira/browse/CASSANDRA-4054 best regards, 坚果云 , 最简捷易用的云存储 无限空间, 文件同步, 备份和分享! 2012/3/30 Jonas Borgström > Let me rephrase my question: > > Is it true that deleted rows will still be present in the sstable after a > m

Re: sstable2json and resurrected rows

2012-03-30 Thread Jonas Borgström
Let me rephrase my question: Is it true that deleted rows will still be present in the sstable after a major compaction with 1.0.8 (not just tombstones)? Or did I mess up my test below? / Jonas On 2012-03-28 10:23 , Jonas Borgström wrote: Hi all, I've noticed a change in behavior between

Re: sstable2json timestamp format

2012-03-02 Thread Lele Gaifax
It turns out to be a pycassa 1.5.0 issue, solved by the just released 1.5.1: https://github.com/pycassa/pycassa/blob/681905ce1037a130d8fed37ea9bd41e2a4fe8bbd/CHANGES Sorry for the noise. Thank you Tyler! bye, lele. -- nickname: Lele Gaifax | Quando vivrò di quello che ho pensato ieri real: Eman

Re: sstable2json weirdness

2011-09-30 Thread Jonathan Ellis
It's possible we have a paging bug in sstable2json. On Fri, Sep 30, 2011 at 10:29 AM, Scott Fines wrote: > Hi all, > I've been messing with sstable2json as a means of mass-exporting some data > (mainly for backups, but also for some convenience trickery on an individual > nodes' data). However, I

Re: sstable2json

2011-04-24 Thread Subrahmanya Harve
Thanks Edward. Thats a good idea. Regards, smh. On Sat, Apr 23, 2011 at 11:04 AM, Edward Capriolo wrote: > On Fri, Apr 22, 2011 at 9:07 PM, Jonathan Ellis wrote: > > No. > > > > On Fri, Apr 22, 2011 at 3:22 PM, Subrahmanya Harve > > wrote: > >> Hi, > >> > >> Is there a tool similar to sstable

Re: sstable2json

2011-04-23 Thread Edward Capriolo
On Fri, Apr 22, 2011 at 9:07 PM, Jonathan Ellis wrote: > No. > > On Fri, Apr 22, 2011 at 3:22 PM, Subrahmanya Harve > wrote: >> Hi, >> >> Is there a tool similar to sstable2json that can be used to convert data in >> commitlog to json? Or does sstable2json let us read the commitlog as well? >> >>

Re: sstable2json

2011-04-22 Thread Jonathan Ellis
No. On Fri, Apr 22, 2011 at 3:22 PM, Subrahmanya Harve wrote: > Hi, > > Is there a tool similar to sstable2json that can be used to convert data in > commitlog to json? Or does sstable2json let us read the commitlog as well? > > Regards, > smh. > -- Jonathan Ellis Project Chair, Apache Cassan

Re: sstable2json not loading CLASSPATH properly?

2011-03-13 Thread Jason Harvey
It actually *is* in the default source, just not in the ubuntu package. I sent a message over to the package maintainer about it. Cheers, Jason On Mar 13, 3:22 am, Norman Maurer wrote: > What about creating a bugreport and attach the needed changes. I bet > cassandra devs love contributions

Re: sstable2json not loading CLASSPATH properly?

2011-03-13 Thread Norman Maurer
What about creating a bugreport and attach the needed changes. I bet cassandra devs love contributions Bye Norman 2011/3/13, Jason Harvey : > nvm, I found the problem. Sstable2json and json2sstable require a > log4j-tools properties file. I created one and all was well. I guess > that should

Re: sstable2json not loading CLASSPATH properly?

2011-03-12 Thread Jason Harvey
nvm, I found the problem. Sstable2json and json2sstable require a log4j-tools properties file. I created one and all was well. I guess that should be added to the default install packages. Cheers, Jason On Sat, Mar 12, 2011 at 12:09 AM, Jason Harvey wrote: > Sstable2json always spits out the fol

Re: sstable2json for SuperCounter CF not working

2011-02-01 Thread Jonathan Ellis
Counters are not yet supported in sstable2json. (More generally, trunk is not expected to be stable at this point in the development cycle.) On Tue, Feb 1, 2011 at 11:32 AM, Narendra Sharma wrote: > Version: Cassandra 0.7.1 (build from trunk) > > Setup: > - Cluster of 2 nodes (Say A and B) > - H

Re: sstable2json and key ordering

2010-06-28 Thread Jonathan Ellis
Yes. On Sat, Jun 26, 2010 at 12:53 AM, Todd Nine wrote: > Hi all, >   I'm having a lot of problems getting Lucandra to correctly handle numeric > document fields.   After examining the keys it has written to the CF, I > believe it may be an issue of column ordering by bytes.  After dumping the >