Re: Can't Run: Address already in use Error

2010-01-11 Thread Jonathan Ellis
MessagingService uses ports 7000 and 7001 by default, look for port in your configuration file to see what needs to be available On Sun, Jan 10, 2010 at 11:58 PM, Dusty Reagan dustyrea...@gmail.com wrote: Thanks for the reply Jonathan! I've already changed that port # to 3076 instead of 8080.

Re: Can't Run: Address already in use Error

2010-01-11 Thread Eric Evans
On Fri, 2010-01-08 at 19:13 -0600, Dusty Reagan wrote: I'm trying to get Casandra running on Ubuntu 8.04.2 LTS (hardy). I've got it installed but when I try and run it with casandra -f I get some lines of debug info then the following error twice in a row: ERROR - Exception encountered

Re: Data Model Index Text

2010-01-11 Thread ML_Seda
Thanks Drew. That is correct. That would be one of the queries (give me all documents in which a list of terms are present) But not only that, another query would allow users to search for words around a given word. Keying in Michael would have a list of words in all documents after the word

Re: Graduation

2010-01-11 Thread Eric Evans
On Thu, 2010-01-07 at 12:56 -0600, Eric Evans wrote: I think we demonstrably meet the requirements; I believe we are ready to graduate. What does everyone else thing? The response to this was quite favorable and consensus seems to be that we are ready. How many people had a chance to review

Re: Graduation

2010-01-11 Thread Chris Goffinet
I reviewed the resolution Eric, it looks good to me. I have no lingering concerns or feedback. --- Chris Goffinet goffi...@digg.com On Jan 11, 2010, at 11:14 AM, Eric Evans wrote: On Thu, 2010-01-07 at 12:56 -0600, Eric Evans wrote: I think we demonstrably meet the requirements; I

Re: Graduation

2010-01-11 Thread Jonathan Ellis
+1 On Mon, Jan 11, 2010 at 1:14 PM, Eric Evans eev...@rackspace.com wrote: On Thu, 2010-01-07 at 12:56 -0600, Eric Evans wrote: I think we demonstrably meet the requirements; I believe we are ready to graduate. What does everyone else thing? The response to this was quite favorable and

Re: Graduation

2010-01-11 Thread Brandon Williams
On Mon, Jan 11, 2010 at 1:14 PM, Eric Evans eev...@rackspace.com wrote: The response to this was quite favorable and consensus seems to be that we are ready. How many people had a chance to review the draft board resolution that was attached to the original mail (and is attached again to this

Cassandra guarantees reads and writes to be atomic within a single ColumnFamily.

2010-01-11 Thread Ran Tavory
The front page http://incubator.apache.org/cassandra/ states that Cassandra guarantees reads and writes to be atomic within a single ColumnFamily. What exactly does that mean, and where can I learn more about this? It sounds like it means that batch_insert() and batch_mutate() for two different

Re: Can't Run: Address already in use Error

2010-01-11 Thread Dusty Reagan
I think you nailed it Eric! Thanks! Is there a command to see all running instance of Cassandra? Dusty --- http://DustyReagan.com http://Conjunctured.com http://FloatingHeadStudios.com On Mon, Jan 11, 2010 at 9:40 AM, Eric Evans eev...@rackspace.com wrote: On Fri,

Re: Data Model Index Text

2010-01-11 Thread ML_Seda
Is there a particular version of cassandra required for Lucandra to work? It's not able to resolve Cassandra Class, along with a few others. I have trunk cassandra checked out, and Lucandra from github the link provided below. Ian Holsman-3 wrote: Hi ML. this sounds more like a job for

Re: Data Model Index Text

2010-01-11 Thread Jake Luciani
currently uses the 0.4 release series. On Mon, Jan 11, 2010 at 6:21 PM, ML_Seda sonnyh...@gmail.com wrote: Is there a particular version of cassandra required for Lucandra to work? It's not able to resolve Cassandra Class, along with a few others. I have trunk cassandra checked out, and

Re: Data Model Index Text

2010-01-11 Thread ML_Seda
Thanks Jake. I don't see import org.apache.cassandra.service.Cassandra in 0.4 which is referenced in BookmarksDemo.java. Jake Luciani wrote: currently uses the 0.4 release series. On Mon, Jan 11, 2010 at 6:21 PM, ML_Seda sonnyh...@gmail.com wrote: Is there a particular version of

Re: Can fix corrupt file? (Compaction step)

2010-01-11 Thread JKnight JKnight
Dear Mr Jonathan, Did you get the attachment? On Sun, Jan 10, 2010 at 8:59 PM, JKnight JKnight beukni...@gmail.comwrote: The attachment contains data that raise error in compact step. Could you help me to detect the problem? On Fri, Jan 8, 2010 at 3:09 PM, Jonathan Ellis jbel...@gmail.com