Re: specifying listen_address

2016-02-08 Thread Bhuvan Rawal
In either case, these properties should be placed in cassandra.yaml file rather than dse.yaml. You can find it in /resources/cassandra/conf directory. On Mon, Feb 8, 2016 at 11:41 PM, Ted Yu wrote: > I didn't start cassandra as service. > > I am starting as stand-alone process. Is multiple node

Re: specifying listen_address

2016-02-08 Thread Ted Yu
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.introspect

Re: specifying listen_address

2016-02-08 Thread Bhuvan Rawal
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 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 > >

specifying listen_address

2016-02-08 Thread Ted Yu
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