Re: Which Java on Fedora? Sun's or GNU's?

2010-12-29 Thread Peter Schuller
> Which is best? > Which is preferred? If by "GNU" you mean the gcj stuff, then absolutely no. :) If you mean OpenJDK it's less obvious but I believe the general recommendation is to go with the Sun JVM. -- / Peter Schuller

Re: Which Java on Fedora? Sun's or GNU's?

2010-12-29 Thread Zhu Han
I met with native memory leak with OpenJDK. Still try to figure it out... best regards, hanzhu On Wed, Dec 29, 2010 at 6:11 PM, Peter Schuller wrote: > > Which is best? > > Which is preferred? > > If by "GNU" you mean the gcj stuff, then absolutely no. :) > > If you mean OpenJDK it's less obvi

Re: Which Java on Fedora? Sun's or GNU's?

2010-12-29 Thread Eric Evans
On Wed, 2010-12-29 at 11:11 +0100, Peter Schuller wrote: > > Which is best? > > Which is preferred? > > If by "GNU" you mean the gcj stuff, then absolutely no. :) > > If you mean OpenJDK it's less obvious but I believe the general > recommendation is to go with the Sun JVM. FWIW, I'm using OpenJ

Re: Which Java on Fedora? Sun's or GNU's?

2010-12-29 Thread Eric Evans
On Tue, 2010-12-28 at 19:32 -0700, AJ wrote: > Which is best? > Which is preferred? The RPM depends on "java >= 1.6.0", so you need something that provides that. Maybe someone who uses Redhat can chime in with what exactly? Does Fedora have OpenJDK packages? -- Eric Evans eev...@rackspace.com

Re: Which Java on Fedora? Sun's or GNU's?

2010-12-29 Thread Edward Capriolo
On Wed, Dec 29, 2010 at 10:47 AM, Eric Evans wrote: > On Tue, 2010-12-28 at 19:32 -0700, AJ wrote: >> Which is best? >> Which is preferred? > > The RPM depends on "java >= 1.6.0", so you need something that provides > that.  Maybe someone who uses Redhat can chime in with what exactly? > Does Fedo

Re: Which Java on Fedora? Sun's or GNU's?

2010-12-29 Thread Eric Evans
On Wed, 2010-12-29 at 10:56 -0500, Edward Capriolo wrote: > Cassandra pushes your JVM hard. Do not count on your distro which > might provide versions of things that are 3 months to 2 years old. Come on. If it worked fine 3 months ago, then chances are it will continue to. This is one of the rea

Re: Which Java on Fedora? Sun's or GNU's?

2010-12-29 Thread Edward Capriolo
On Wed, Dec 29, 2010 at 11:29 AM, Eric Evans wrote: > On Wed, 2010-12-29 at 10:56 -0500, Edward Capriolo wrote: >> Cassandra pushes your JVM hard. Do not count on your distro which >> might provide versions of things that are 3 months to 2 years old. > > Come on.  If it worked fine 3 months ago, t

Re: Any GUI for Cassandra database on Windows?

2010-12-29 Thread Patricio Echagüe
The error you mentioned sounds like one of the server/client is using TFramedTransport and the other one TSocket. I saw the same error when that happened. On Mon, Dec 27, 2010 at 9:15 PM, Roshan Dawrani wrote: > Sorry. Will do that. > > I am using Cassandra 0.7.0-rc2. > > I will try this DB clien

Re: Any GUI for Cassandra database on Windows?

2010-12-29 Thread Narendra Sharma
cassandra-gui doesn't work with Cassandra 0.7. It could be due to thrift version difference, api differences or default framed mode. Better to switch to something that works for sure. Thanks, -Naren On Mon, Dec 27, 2010 at 9:15 PM, Roshan Dawrani wrote: > Sorry. Will do that. > > I am using Cass

Re: 0.7RC1 local_quorum -> TimedOutException

2010-12-29 Thread Thor Carpenter
In an attempt to replicate this error on a simpler system I have come across a different error but seemingly related problem. Now I am getting the following exception in system.log. DEBUG [pool-1-thread-3] 2010-12-29 12:10:38,897 CassandraServer.java (line 362) insert ERROR [pool-1-thread-3] 2

can't re-insert row after deleting it?

2010-12-29 Thread mike dooley
things have not been going very well for me today, so maybe there's something that i'm missing, but here is a little test program that just: 1) inserts a single column in a row, 2) deletes the row, 3) re-inserts the row but it seems that the second insert fails to actually insert the data. here i

Re: can't re-insert row after deleting it?

2010-12-29 Thread mike dooley
sorry, i forgot to mention that i am using 0.7-rc2 On Dec 29, 2010, at 7:56 PM, mike dooley wrote: > things have not been going very well for me today, so maybe there's something > that i'm missing, but here is a little test program that just: > > 1) inserts a single column in a row, > 2) delete

Re: WELCOME to user@cassandra.apache.org

2010-12-29 Thread asil klin
Can anyone pass me a pdf copy of Cassandra The Definitive Guide ? Thanks. Asil

Re: can't re-insert row after deleting it?

2010-12-29 Thread Jonathan Ellis
deletes "win" races, so if 3) happens at the same timestamp as 2) then the delete takes precedence. On Wed, Dec 29, 2010 at 9:58 PM, mike dooley wrote: > sorry, i forgot to mention that i am using 0.7-rc2 > > On Dec 29, 2010, at 7:56 PM, mike dooley wrote: > >> things have not been going very wel

Re: WELCOME to user@cassandra.apache.org

2010-12-29 Thread Germán Kondolf
Hmm... what about just paying for it? It cost less than $20 on Amazon for the Kindle version... (http://www.amazon.com/Cassandra-Definitive-Guide-Eben-Hewitt/dp/1449390412). // Germán Kondolf http://twitter.com/germanklf http://code.google.com/p/seide/ // @iPad On 30/12/2010, at 01:26, asil klin

Re: WELCOME to user@cassandra.apache.org

2010-12-29 Thread asil klin
Can't I get it for free from anywhere? I am a student researching on Cassandra datastore and have no economically profitable reasons to buy? If anyone of you could pass me a copy to my email address:* asdk...@gmail.com* Thanks so much ! Asil On Thu, Dec 30, 2010 at 10:10 AM, Germán Kondolf wrot

Re: WELCOME to user@cassandra.apache.org

2010-12-29 Thread Dave Viner
I think you can probably find all the information on the cassandra wiki at http://wiki.apache.org/cassandra/ for free. Dave Viner On Wed, Dec 29, 2010 at 8:51 PM, asil klin wrote: > Can't I get it for free from anywhere? I am a student researching on > Cassandra datastore and have no economica

Re: WELCOME to user@cassandra.apache.org

2010-12-29 Thread David G. Boney
You are asking someone to essentially steal from the author of the book so you can benefit. The person who sends the book to you would be engaged in theft of intellectual property and you would engaged in receiving stolen goods. - Sincerely, David G. Boney dbon...@semanticartifacts.co

Re: WELCOME to user@cassandra.apache.org

2010-12-29 Thread Shashank Tiwari
As a book author myself I can only say that the least you can do to respect an author's work is to buy a copy. If you can't afford one, borrow one from a library. Please start with the wiki and all the information online and use this group to ask the questions you have. There are a lot of helpful

Re: WELCOME to user@cassandra.apache.org

2010-12-29 Thread asil klin
Sorry all ..specially Shashank... I should not have asked somthing like this... I am really sorry for hurting you all . I would buy one if I need it.. On Thu, Dec 30, 2010 at 10:35 AM, Shashank Tiwari wrote: > As a book author myself I can only say that the least you can do to respect > an a

Re: WELCOME to user@cassandra.apache.org

2010-12-29 Thread Adrian Cockcroft
The book is available via safarionline.com - many educational institutions have group memberships and there is a free trial for individuals. It's run by the publishers and the authors get paid. There is a nosql training video there as well. Adrian On Dec 29, 2010, at 8

Re: WELCOME to user@cassandra.apache.org

2010-12-29 Thread Shashank Tiwari
No worries. Enjoy learning Cassandra. There is a ton of free information on the web. Seriously! On Wed, Dec 29, 2010 at 9:10 PM, asil klin wrote: > Sorry all ..specially Shashank... I should not have asked somthing like > this... I am really sorry for hurting you all . > I would buy one if I

Re: WELCOME to user@cassandra.apache.org

2010-12-29 Thread Adrian Cockcroft
Of course that should be safaribooksonline.com – A Joint Venture between O'Reilly and Pearson Publishing - unless you want to visit some Giraffes… From: Netflix mailto:acockcr...@netflix.com>> Reply-To: "user@cassandra.apache.org" mailto:user@cassandra.apache.or

Query Regarding $PATH/contrib/client_only/ClientOnlyExample.java

2010-12-29 Thread Paramjeet Singh Bawa
Hi list, I am recently working with Casandra. Through my little affort I got this java ClientOnlyExample.java file. (This file come along with Cassandra code check out). I am using this Client because this do not make socket call with Cassandra . As per comment written in the file, this file d

Re: Which Java on Fedora? Sun's or GNU's?

2010-12-29 Thread Zhu Han
Eric, Do you use the default GC settings? Can you show me the openJDK version by "java -version"? Thank you! If everything is the same, I suspect I need to upgrade the kernel. best regards, hanzhu On Wed, Dec 29, 2010 at 11:44 PM, Eric Evans wrote: > On Wed, 2010-12-29 at 11:11 +0100, Peter