RE: Small typo in conf/cassandra.yaml

2011-05-10 Thread Gert van der Spoel
> . inside quotations is correct in English.

Caused by: org.yaml.snakeyaml.error.YAMLException: Cannot create
property=commitlog_sync for
JavaBean=org.apache.cassandra.config.Config@1fd5e2; Unable to find enum
value 'batch.' for enum class:
org.apache.cassandra.config.Config$CommitLogSync

That's the point Benoit is trying to make ...

CU,

Gert

> 
> On Tue, May 10, 2011 at 9:06 AM, Benoit Perroud 
> wrote:
> > Hi all,
> >
> > I found out a small typo in cassandra.yaml, which can confuse
> > inattentive copy-paster. Here is the patch.
> >
> >
> > Index: conf/cassandra.yaml
> > ===
> > --- conf/cassandra.yaml (revision 1101465)
> > +++ conf/cassandra.yaml (working copy)
> > @@ -80,7 +80,7 @@
> >  # Size to allow commitlog to grow to before creating a new segment
> >  commitlog_rotation_threshold_in_mb: 128
> >
> > -# commitlog_sync may be either "periodic" or "batch."
> > +# commitlog_sync may be either "periodic" or "batch".
> >  # When in batch mode, Cassandra won't ack writes until the commit log
> >  # has been fsynced to disk.  It will wait up to
> >  # CommitLogSyncBatchWindowInMS milliseconds for other writes, before
> >
> >
> > Kind regards,
> >
> > Benoit.
> >
> 
> 
> 
> --
> Jonathan Ellis
> Project Chair, Apache Cassandra
> co-founder of DataStax, the source for professional Cassandra support
> http://www.datastax.com



RE: 0.7.4 no longer installable?

2011-04-26 Thread Gert van der Spoel
Alternatively you could get the deb file at:
http://www.apache.org/dist/cassandra/debian/pool/main/c/cassandra/

and go for dpkg -i cassandra_0.7.4_all.deb

CU,

Gert



> -Original Message-
> From: Watanabe Maki [mailto:watanabe.m...@gmail.com]
> Sent: dinsdag 26 april 2011 13:46
> To: user@cassandra.apache.org
> Cc: user@cassandra.apache.org
> Subject: Re: 0.7.4 no longer installable?
> 
> How about to download the binary kit manually?
> http://cassandra.apache.org/
> 
> From iPhone
> 
> 
> On 2011/04/26, at 18:55, Luke Biddell  wrote:
> 
> > Chaps,
> >
> > We're using 0.7.4 here and aren't ready to go to 0.8 just yet. If I do
> apt-get install cassandra=0.7.4 on a clean machine it appears to be
> unavailable. Am I doing something wrong?
> >
> > Thanks
> >
> > Luke