Re: Connecting to a remote cassandra node..

2013-09-30 Thread Krishna Chaitanya
Thanks... On Sep 30, 2013 12:35 PM, "Aaron Morton" wrote: > See the comments for rpc_address and listen_address in the yaml file. > These control which interfaces the server binds to. > > If you leave them as blank and DNS is correctly setup they will bind to > the correct address. > > If you set

Re: Connecting to a remote cassandra node..

2013-09-30 Thread Aaron Morton
See the comments for rpc_address and listen_address in the yaml file. These control which interfaces the server binds to. If you leave them as blank and DNS is correctly setup they will bind to the correct address. If you set them to 0.0.0.0 they will bind to all interfaces, you should not do

Re: Connecting to a remote cassandra node..

2013-09-27 Thread Krishna Chaitanya
Thank you...but cant we dynamically connect to any system instead of changing the .yaml file each time?? I want to take the input from the user regarding the host and port that he wants to use...Thanks. On Sep 27, 2013 1:38 PM, "Kais Ahmed" wrote: > hello, > > you have to check listen_address in

Re: Connecting to a remote cassandra node..

2013-09-27 Thread Kais Ahmed
hello, you have to check listen_address in cassandra.yaml, change the localhost value by the ip of the machine and restart cassandra 2013/9/27 Krishna Chaitanya > Hello, > I am relatively new to cassandra. I am using a library called > libQtCassandra for accesing the cassandra databa