Re: cassandra.yaml

2022-11-02 Thread Erick Ramirez
They are really in mebibytes (MiB). In the upcoming release of Cassandra, the configuration is getting standardised to KiB, MiB, etc, to remove ambiguity (CASSANDRA-15234 [1]). For more info, see Ekaterina Dimitrova's blog post [2]. Cheers! [1] https://issues.apache.org/jira/browse/CASSANDRA-15234

Re: cassandra.yaml configuration for large machines (scale up vs. scale out)

2017-11-04 Thread Jeff Jirsa
SSDs definitely help. I think JBOD works correctly in newer versions (CASSANDRA-6696 that separates data by token, so you dont have to rebuild the whole node, not sure off the top of my head if there's followup tickets). 10GB probably more useful if you use vnodes than single tokens (likely to chan

Re: cassandra.yaml configuration for large machines (scale up vs. scale out)

2017-11-04 Thread James Briggs
> I know that Cassandra is built for scale out on commodity hardware The term "commodity hardware" is not very useful, though the averageserver-class machine bought in 2017 can work. Netflix found that SSD helped greatly with compactions in production.Generally servers use 10 GB networking in 20

Re: cassandra.yaml - Framed transport

2012-01-25 Thread aaron morton
Yup, unframed transport was removed in 0.8.beta 2. I'll fix the comments, thanks. Aaron - Aaron Morton Freelance Developer @aaronmorton http://www.thelastpickle.com On 25/01/2012, at 10:27 PM, Jools Enticknap wrote: > > Hi All, > > I'm currently running 1.0.7, and just notic

RE: Cassandra.yaml

2011-06-21 Thread Vivek Mishra
Thanks Aaron. It is really a great pointer to solution. -Vivek From: aaron morton [mailto:aa...@thelastpickle.com] Sent: Monday, June 20, 2011 12:51 AM To: user@cassandra.apache.org Subject: Re: Cassandra.yaml The change to the remove the calls to DatabaseDecriptor were in this commit on the

Re: Cassandra.yaml

2011-06-19 Thread aaron morton
://www.thelastpickle.com On 17 Jun 2011, at 20:52, Vivek Mishra wrote: > Thanks Aaron. But I tried it with 0.8.0 release only! > > From: aaron morton [mailto:aa...@thelastpickle.com] > Sent: Friday, June 17, 2011 1:55 PM > To: user@cassandra.apache.org > Subject: Re: Cassandra.yaml > &

RE: Cassandra.yaml

2011-06-17 Thread Vivek Mishra
Thanks Aaron. But I tried it with 0.8.0 release only! From: aaron morton [mailto:aa...@thelastpickle.com] Sent: Friday, June 17, 2011 1:55 PM To: user@cassandra.apache.org Subject: Re: Cassandra.yaml sounds like https://issues.apache.org/jira/browse/CASSANDRA-2694 Cheers

Re: Cassandra.yaml

2011-06-17 Thread aaron morton
er.getConnection(Unknown Source) > > > > Ideally it should get it . Not sure what is the issue. > > -Vivek > > -Original Message- > From: Sasha Dolgy [mailto:sdo...@gmail.com] > Sent: Friday, June 17, 2011 1:31 PM > To: user@cassandra.apache.org > Sub

RE: Cassandra.yaml

2011-06-17 Thread Vivek Mishra
age- From: Sasha Dolgy [mailto:sdo...@gmail.com] Sent: Friday, June 17, 2011 1:31 PM To: user@cassandra.apache.org Subject: Re: Cassandra.yaml Hi Vivek, When I write client code in Java, using Hector, I don't specify a cassandra.yaml ... I specify the host(s) and keyspace I want to con

Re: Cassandra.yaml

2011-06-17 Thread Sasha Dolgy
Hi Vivek, When I write client code in Java, using Hector, I don't specify a cassandra.yaml ... I specify the host(s) and keyspace I want to connect to. Alternately, I specify the host(s) and create the keyspace if the one I would like to use doesn't exist (new cluster for example). At no point d

Re: cassandra.yaml

2011-03-02 Thread Aaron Morton
All nodes should have the correct configuration files. With the only difference been the initial token. Aaron On 3/03/2011, at 6:18 AM, A J wrote: > Hello, > I am trying to setup a cluser (for the first time) of a few nodes. Had > a few questions related to that. > > I want the following prop

Re: cassandra.yaml customization per node

2010-12-30 Thread Nate McCall
I've done this before with puppet, but any sort of mainstream configuration management system should work. There will be some management overhead in making sure any token changes make it back into the right server-specific template, but otherwise it's straight forward. On Thu, Dec 30, 2010 at 2:56

Re: cassandra.yaml customization per node

2010-12-30 Thread Jake Luciani
You can specify the location of cassandra.yaml with a url so you can keep your configs in one (redundant place) like S3 or generate them on the fly in a http service... On Thu, Dec 30, 2010 at 3:34 PM, B. Todd Burruss wrote: > how are folks customizing the cassandra.yaml for each node in the c

Re: cassandra.yaml customization per node

2010-12-30 Thread Gary Dusbabek
Funny you should mention that. I just put my half-baked solution to this problem on github today. https://github.com/gdusbabek/cassandra-maker. It generates cassandra.yaml files (and entire config directories too) that are based on the svn defaults. It should be easy to customize it to fit your

Re: cassandra.yaml after a schema import

2010-08-23 Thread Peter Harrison
On Tue, Aug 24, 2010 at 12:28 AM, aaron morton wrote: > I think this may have been discussed before, but I cannot find any reference > to it. Just wanted to confirm how cassandra.yaml is used after the cluster is > initialised. > > Start a clean install of 0.7b1, use jconsole to import the schem

Re: cassandra.yaml after a schema import

2010-08-23 Thread Aaron Morton
Thanks for the explanation, I'll see if I can merge that into the http://wiki.apache.org/cassandra/StorageConfigurationandhttp://wiki.apache.org/cassandra/StorageConfiguration_0.7pagesAaronOn 24 Aug, 2010,at 12:42 AM, Sylvain Lebresne wrote:The cassandra.yaml holds general configuration of cassand

Re: cassandra.yaml after a schema import

2010-08-23 Thread Sylvain Lebresne
The cassandra.yaml holds general configuration of cassandra and the schema definitions. As of 0.7, the schema definition are not need anymore in this file as schema can be defined programatically. Those definition are are ignored by any node that already have schema loaded (hence the warning). But

Re: cassandra.yaml not picked up?

2010-05-18 Thread Stu Hood
Also, when you are testing trunk, please remember to read NEWS.txt, as things change frequently. -Original Message- From: "Nathan McCall" Sent: Tuesday, May 18, 2010 11:36am To: user@cassandra.apache.org Subject: Re: cassandra.yaml not picked up? I came across this the ot

Re: cassandra.yaml not picked up?

2010-05-18 Thread Nathan McCall
I came across this the other day as well. The following FAQ will get you going: http://wiki.apache.org/cassandra/FAQ#no_keyspaces -Nate On Tue, May 18, 2010 at 9:24 AM, Frank Du wrote: > Hey All, > > I tried to run from cassandra trunk source. The keyspace schema has changed > to cassandra.yaml.