0
I started studying about Cassandradb, but I am using Windows. When I start the service 'Datastax DDC Server 3.9.0' I get an error. Looking at the logs, you have the error:
Arquivo: datastax_ddc_server-stderr.xxx.log:  
2018-10-19 10:32:28 Commons Daemon procrun stderr initialized  
Invalid yaml: file:/C:/Program%20Files/DataStax-DDC/apache-cassandra/conf/cassandra.yaml  
Error: while scanning a double-quoted scalar; found unknown escape character D(68);  in 'reader', line 168, column 40:  
     ... og_directory: "C:\Program Files\DataStax-DDC\data\commitlog" 
In the archive datastax_ddc_server-stdout.xxx.log:
2018-10-19 10:32:28 Commons Daemon procrun stdout initialized  
INFO  13:32:29 Configuration location: file:/C:/Program%20Files/DataStax-DDC/apache-cassandra/conf/cassandra.yaml  
Exception (org.apache.cassandra.exceptions.ConfigurationException) encountered during startup: Invalid yaml: file:/C:/Program%20Files/DataStax-DDC/apache-cassandra/conf/cassandra.yaml  
Error: while scanning a double-quoted scalar; found unknown escape character D(68);  in 'reader', line 168, column 40:  
         ... og_directory: "C:\Program Files\DataStax-DDC\data\commitlog" 
                                         ^
ERROR 13:32:29 Exception encountered during startup: Invalid yaml: file:/C:/Program%20Files/DataStax-DDC/apache-cassandra/conf/cassandra.yaml
 Error: while scanning a double-quoted scalar; found unknown escape character D(68);  in 'reader', line 168, column 40:
     ... og_directory: "C:\Program Files\DataStax-DDC\data\commitlog"