Fwd: Failure when setting up cassandra in cluster

2016-08-22 Thread Raimund Klein
Hello all, Sorry for reposting this, but I didn't receive any response. Can someone help please? -- Forwarded message -- From: Raimund Klein Date: 2016-08-15 12:07 GMT+01:00 Subject: Failure when setting up cassandra in cluster To: user@cassandra.apache.org

Re: Preferred IP is NULL

2016-08-22 Thread Paulo Motta
What snitch are you using? If GPFS you need to enable the prefer_local=true flag (this is automatic on EC2MRS). 2016-08-21 22:24 GMT-03:00 Anuj Wadehra : > Hi Paulo, > > I am aware of CASSANDRA-9748. It says that Cassandra only listens at > listen_address and not

Re: Support/Consulting companies

2016-08-22 Thread Andres de la Peña
http://www.stratio.com/ On 2016-08-19 20:02 (+0100), Roxy Ubi wrote: > Howdy, > > I'm looking for a list of support or consulting companies that provide > contracting services related to Cassandra. Is there a comprehensive list > somewhere? Alternatively could you folks

Re: Failure when setting up cassandra in cluster

2016-08-22 Thread Ryan Svihla
instead of 127.0.0.1 have you tried just passing the IP of the one of the nodes. On Mon, Aug 22, 2016 at 9:45 AM Raimund Klein wrote: > Hello all, > > Sorry for reposting this, but I didn't receive any response. Can someone > help please? > > -- Forwarded message

Re: Failure when setting up cassandra in cluster

2016-08-22 Thread Carlos Rolo
If Ryan answer doesn't help, post Cassandra version. There is a bug with cql and some python version that would lead to that error. Also, please post "nodetool status". Regards, Carlos Juzarte Rolo Cassandra Consultant / Datastax Certified Architect / Cassandra MVP Pythian - Love your data

Re: Failure when setting up cassandra in cluster

2016-08-22 Thread Raimund Klein
Hi guys, Thanks for the responses. I'm running the cqlsh commands directly on one of the nodes, so should that really make a difference? Anyway, as for Carlos' questions: - We're using Cassandra 2.2.6. - nodetool status on first node: Datacenter: datacenter1 ===

Re: Failure when setting up cassandra in cluster

2016-08-22 Thread Riccardo Ferrari
Hi that's very likely because of: > > empty the listen_address entry and # Leaving it blank leaves it up to InetAddress.getLocalHost(). This # will always do the Right Thing _if_ the node is properly configured # (hostname, name resolution, etc), and the Right Thing is to use the # address

Re: Support/Consulting companies

2016-08-22 Thread Carlos Rolo
https://www.pythian.com/ Regards, Carlos Juzarte Rolo Cassandra Consultant / Datastax Certified Architect / Cassandra MVP Pythian - Love your data rolo@pythian | Twitter: @cjrolo | Skype: cjr2k3 | Linkedin: *linkedin.com/in/carlosjuzarterolo * Mobile:

[ANN]: Cert management with self-signed CA for Cassandra (and presumably other Java stuff)

2016-08-22 Thread Eric Evans
Hi, The topic of configuring encryption comes up fairly often, so I thought I'd make available to others what we use at the Wikimedia Foundation. https://github.com/eevans/cassandra-ca-manager It allows you to define a self-signed root CA, along with keys and certs for each of your machines in

Re: Support/Consulting companies

2016-08-22 Thread SmartCat - Scott Hirleman
https://www.smartcat.io/ I'll throw our name in the ring; 2 C* MVPs and counting :) On Mon, Aug 22, 2016 at 7:54 AM, Andres de la Peña wrote: > http://www.stratio.com/ > > > On 2016-08-19 20:02 (+0100), Roxy Ubi wrote: > > Howdy, > > > > I'm looking

Re: [ANN]: Cert management with self-signed CA for Cassandra (and presumably other Java stuff)

2016-08-22 Thread Jake Farrell
Great idea Eric Any reason to not include this in the docs/operating or as a utility in repo to make it easier for end users to find all information in one place? Know this has come up on other projects and we always fall into the same search/reply trap as well -Jake On Monday, August 22, 2016,

Re: Preferred IP is NULL

2016-08-22 Thread Anuj Wadehra
We are using PropertyFileSnitch. ThanksAnuj Sent from Yahoo Mail on Android On Mon, 22 Aug, 2016 at 7:09 PM, Paulo Motta wrote: What snitch are you using? If GPFS you need to enable the prefer_local=true flag (this is automatic on EC2MRS). 2016-08-21 22:24