Re: Grep for what?

2010-04-05 Thread Jonathan Ellis
Eric added a pid explanation to http://wiki.apache.org/cassandra/RunningCassandra. Hope that helps! On Mon, Apr 5, 2010 at 12:20 PM, JEFFERY SCHMITZ wrote: > Warning this is a newbie question - > > On startup I get > > [r...@marduk bin]# ./cassandra -f > Listening for transport dt_socket at addr

Re: Grep for what?

2010-04-05 Thread Benjamin Black
ps auxww | grep cassandra (and upgrade to 0.6) On Mon, Apr 5, 2010 at 10:20 AM, JEFFERY SCHMITZ wrote: > Warning this is a newbie question - > > On startup I get > > [r...@marduk bin]# ./cassandra -f > Listening for transport dt_socket at address: > INFO - Sampling index for > /var/lib/cas

Re: Naming in sourcecode

2010-04-05 Thread Jonathan Ellis
Table is the old name for Keyspace. I agree that CFs are closer to the traditional use of the "table" concept (which is why we changed it). On Mon, Apr 5, 2010 at 4:49 PM, Morten Wegelbye Nissen wrote: > Hi Sirs, > > I have for CASSANDRA-859 removed the keyspace part from the whole cli > syntax.

Naming in sourcecode

2010-04-05 Thread Morten Wegelbye Nissen
Hi Sirs, I have for CASSANDRA-859 removed the keyspace part from the whole cli syntax. And made i possible to change keyspace. Current keyspace is stored in the client. Natural next step for me is to remove the keyspace part in the server side, So next step was to go for CASSANDRA-714 - this

RE: Grep for what?

2010-04-05 Thread Stu Hood
The actual process is `java`, which should have 'cassandra' as an argument. Make sure to use a variant of `ps` that shows the full command. -Original Message- From: "JEFFERY SCHMITZ" Sent: Monday, April 5, 2010 12:20pm To: dev@cassandra.apache.org Subject: Grep for what? Warning this i

Grep for what?

2010-04-05 Thread JEFFERY SCHMITZ
Warning this is a newbie question - On startup I get [r...@marduk bin]# ./cassandra -f Listening for transport dt_socket at address: INFO - Sampling index for /var/lib/cassandra/data/system/LocationInfo-1-Data.db INFO - Replaying /var/lib/cassandra/commitlog/CommitLog-1270047913578.log INFO

Build failed in Hudson: Cassandra #398

2010-04-05 Thread Apache Hudson Server
See Changes: [eevans] better error handling for authenticators Patch by Roger Schildmeijer; reviewed by eevans for CASSANDRA-935 [jbellis] add ReadRepairChance to CF definition. patch by Matthew Dennis; reviewed by jbellis for