RE: Connecting to Cassandra cluster in AWS from local network

2015-04-21 Thread Matthew Johnson
(newAddress, address.getPort()); } }).build(); Cheers, Matt *From:* Russell Bradberry [mailto:rbradbe...@gmail.com] *Sent:* 20 April 2015 19:06 *To:* user@cassandra.apache.org *Subject:* Re: Connecting to Cassandra cluster in AWS from local network I would

Re: Connecting to Cassandra cluster in AWS from local network

2015-04-20 Thread Alex Popescu
You'll have to configure your nodes to: 1. use AWS internal IPs for inter-node connection (check listen_address) and 2. use the AWS public IP for client-to-node connections (check rpc_address) Depending on the setup, there might be other interesting conf options in cassandra.yaml

Re: Connecting to Cassandra cluster in AWS from local network

2015-04-20 Thread Russell Bradberry
, then one of the solutions outlined in https://datastax-oss.atlassian.net/browse/JAVA-145 may be more appropriate. -Russ From: Alex Popescu Reply-To: user@cassandra.apache.org Date: Monday, April 20, 2015 at 2:00 PM To: user Subject: Re: Connecting to Cassandra cluster in AWS from local

Re: Connecting to Cassandra cluster in AWS from local network

2015-04-20 Thread Jonathan Haddad
Ideally you'll be on the same network, but if you can't be, you'll need to use the public ip in listen_address. On Mon, Apr 20, 2015 at 9:47 AM Matthew Johnson matt.john...@algomi.com wrote: Hi all, I have set up a Cassandra cluster with 2.1.4 on some existing AWS boxes, just as a POC.

Re: Connecting to Cassandra cluster in AWS from local network

2015-04-20 Thread Russell Bradberry
PM To: user@cassandra.apache.org Subject: Re: Connecting to Cassandra cluster in AWS from local network Ideally you'll be on the same network, but if you can't be, you'll need to use the public ip in listen_address. On Mon, Apr 20, 2015 at 9:47 AM Matthew Johnson matt.john...@algomi.com wrote