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
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