Re: Error while starting Cassandra for the first time

2015-02-05 Thread Mark Reddy
Hey Krish, If you want to use these config values rather than comment them out, feel free to post a sample of the config that is giving you trouble, I'd be happy to take a look at it and see if I could see where your issue is. The fact that all the config options are directories may be an

Error while starting Cassandra for the first time

2015-02-04 Thread Krish Donald
Hi, I am getting below error: Not able to understand why ?? [csduser@master bin]$ ./cassandra -f CompilerOracle: inline org/apache/cassandra/db/AbstractNativeCell.compareTo (Lorg/apache/cassandra/db/composites/Composite;)I CompilerOracle: inline

Re: Error while starting Cassandra for the first time

2015-02-04 Thread Michael Dykman
I would start looking in /home/csduser/cassandra/conf/cassandra.yaml. Perhaps you could validate the YAML format of that file with an independent tool such as http://yaml-online-parser.appspot.com/ On Wed, Feb 4, 2015 at 5:23 PM, Krish Donald gotomyp...@gmail.com wrote: Hi, I am getting

Re: Error while starting Cassandra for the first time

2015-02-04 Thread Mark Reddy
INFO 22:17:19 Loading settings from file:/home/csduser/cassandra/ conf/cassandra.yaml ERROR 22:17:20 Fatal configuration error org.apache.cassandra.exceptions.ConfigurationException: Invalid yaml You have an malformed cassandra.yaml config file that is resulting in Cassandra not being able

Re: Error while starting Cassandra for the first time

2015-02-04 Thread Krish Donald
I have used the yaml validator but tried to fixed based on error messages , I had to comment data_directories , commitlog_directory and saved_caches directory and after that it worked. Thanks a lot for the help ... On Wed, Feb 4, 2015 at 2:32 PM, Mark Reddy mark.l.re...@gmail.com wrote: INFO