I didn't start cassandra as service. I am starting as stand-alone process. Is multiple node setup not supported in stand-alone mode ?
Caused by: org.yaml.snakeyaml.error.YAMLException: Unable to find property 'cluster_name' on class: com.datastax.bdp.config.Config at org.yaml.snakeyaml.introspector.PropertyUtils.getProperty(PropertyUtils.java:132) at org.yaml.snakeyaml.introspector.PropertyUtils.getProperty(PropertyUtils.java:121) Thanks On Mon, Feb 8, 2016 at 10:04 AM, Bhuvan Rawal <bhu1ra...@gmail.com> wrote: > Hi Ted, > > Are you sure the path to yaml is correct? > For me(DSE 4.8.4) it is /etc/dse/cassandra/cassandra.yaml > > On Mon, Feb 8, 2016 at 11:22 PM, Ted Yu <yuzhih...@gmail.com> wrote: > >> Hi, >> I downloaded and expanded DSE 4.8.4 >> >> When I specify the following in resources/dse/conf/dse.yaml : >> >> listen_address: XX.YY >> >> I got: >> INFO 17:43:10 Loading settings from >> file:/home/cassandra/dse-4.8.4/resources/dse/conf/dse.yaml >> Exception in thread "main" java.lang.ExceptionInInitializerError >> at com.datastax.bdp.DseCoreModule.<init>(DseCoreModule.java:43) >> at com.datastax.bdp.DseModule.getRequiredModules(DseModule.java:97) >> at >> com.datastax.bdp.server.AbstractDseModule.configure(AbstractDseModule.java:26) >> ... >> Caused by: org.yaml.snakeyaml.error.YAMLException: Unable to find >> property 'listen_address' on class: com.datastax.bdp.config.Config >> at >> org.yaml.snakeyaml.introspector.PropertyUtils.getProperty(PropertyUtils.java:132) >> at >> org.yaml.snakeyaml.introspector.PropertyUtils.getProperty(PropertyUtils.java:121) >> >> Some hint is appreciated. >> >> If this is not the proper mailing list, please direct me to proper one. >> >> Thanks >> >> >