Re: creation of yaml-configuration from existing Config-object fails

2013-04-03 Thread aaron morton
Compare the yaml file you created with the default one, something is different. Cheers - Aaron Morton Freelance Cassandra Consultant New Zealand @aaronmorton http://www.thelastpickle.com On 3/04/2013, at 12:17 AM, Heinrich Götzger wrote: > Hello, > > I try to read, edit, wri

creation of yaml-configuration from existing Config-object fails

2013-04-02 Thread Heinrich Götzger
Hello, I try to read, edit, write and re-read a cassandra-yaml-config file programmatically, but this unfortunately does not work as expected: Here is my example: /* start */ package com.fue; import java.io.*; import org.apache.cassandra.config.*; import org.apache.cassandra.utils.SkipNullR