On Wed, Aug 31, 2011 at 6:56 PM, Stephen McKamey <step...@mckamey.com> wrote: > Is there any way to initialize via thrift cluster configuration properties > (e.g., partitioner)? Do you always have to set these values via the > cassandra.yaml file? I'm trying to programmatically build out all of my > schema so that I can build out a fresh install just by running the app.
You can create keyspaces and column families using Thrift (what we refer to as schema). Cluster configuration is done using cassandra.yaml and friends. There are few of these settings that can be altered with JMX, but they do not persist (and partitioner is not among them). -- Eric Evans Acunu | http://www.acunu.com | @acunu