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