Hi, you can use cassandra-cli / cqlsh with option --file to load the ddl. or cassandra client..http://wiki.apache.org/cassandra/ClientOptions
Jason On Fri, Mar 8, 2013 at 12:43 AM, vck <veesee...@gmail.com> wrote: > Hi, so we are just in the process of setting up dse cassandra to be used > for our services. > At this point, I have manually created the keyspace, cfs, etc and we have > different environments like dev, certification, staging, production. So i > have to manually do this atleast 4 times to set up cassandra on all my envs. > > would you guys recommend a standard way of doing this. say for eg : create > scripts that run the rpm installations, creating CFs, etc. Am not really > aware of what are the standard practices that exist. > > thanks > ~v >