Re: cassandra initial script does not take default cluster_name

2012-05-14 Thread Edward Capriolo
yaml is very particular about the difference between cluster_name: mycluster and cluster_name:myfluster It is also very particular about the difference between data_file_directories: - /var/lib/cassandra/data and data_file_directories: - /var/lib/cassandra/data Maybe Cassandra can switch

Re: cassandra initial script does not take default cluster_name

2012-05-14 Thread jk2mhm
aaron morton thelastpickle.com> writes: > > Looks like a formatting error in the yaml file.  > Cheers > > > > - > Aaron Morton > Freelance Developer > aaronmorton > http://www.thelastpickle.com > > > > > On 15/05/2012, at 8:12 AM, jk2mhm wrote: > when I tried to start m

Re: cassandra initial script does not take default cluster_name

2012-05-14 Thread aaron morton
Looks like a formatting error in the yaml file. Cheers - Aaron Morton Freelance Developer @aaronmorton http://www.thelastpickle.com On 15/05/2012, at 8:12 AM, jk2mhm wrote: > when I tried to start my first Cassandra service instance, i got following > error > message, > > J

cassandra initial script does not take default cluster_name

2012-05-14 Thread jk2mhm
when I tried to start my first Cassandra service instance, i got following error message, JavaBean=org.apache.cassandra.config.Config@7c2e1f1f; No single argument constructor found for class [Ljava.lang.String; in "", line 10, column 1: cluster_name: 'testCluster' I have Java 1.6 and set