Return-Path: X-Original-To: apmail-cassandra-user-archive@www.apache.org Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 748EC80F3 for ; Thu, 1 Sep 2011 21:28:03 +0000 (UTC) Received: (qmail 54351 invoked by uid 500); 1 Sep 2011 21:28:01 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 54223 invoked by uid 500); 1 Sep 2011 21:28:00 -0000 Mailing-List: contact user-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@cassandra.apache.org Delivered-To: mailing list user@cassandra.apache.org Received: (qmail 54212 invoked by uid 99); 1 Sep 2011 21:28:00 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Sep 2011 21:28:00 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of cjbottaro@onespot.com designates 209.85.212.44 as permitted sender) Received: from [209.85.212.44] (HELO mail-vw0-f44.google.com) (209.85.212.44) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Sep 2011 21:27:53 +0000 Received: by vws12 with SMTP id 12so2193514vws.31 for ; Thu, 01 Sep 2011 14:27:31 -0700 (PDT) MIME-Version: 1.0 Received: by 10.52.73.228 with SMTP id o4mr291912vdv.504.1314912451763; Thu, 01 Sep 2011 14:27:31 -0700 (PDT) Received: by 10.52.188.7 with HTTP; Thu, 1 Sep 2011 14:27:31 -0700 (PDT) Date: Thu, 1 Sep 2011 17:27:31 -0400 Message-ID: Subject: Bulk loader: Got an unknow host from describe_ring From: Christopher Bottaro To: Cassandra Users List Content-Type: multipart/alternative; boundary=bcaec5016295991e3204abe7e998 X-Virus-Checked: Checked by ClamAV on apache.org --bcaec5016295991e3204abe7e998 Content-Type: text/plain; charset=ISO-8859-1 Hello, I'm trying to import data from one Cassandra cluster to another. The old cluster is using ports 7000 and 9160 and the new cluster is using 7001 and 9161. I ran "nodetool -h localhost snapshot" on a node on the old cluster. I then downloaded apache-cassandra-0.8.4-bin.tar.gz, edited conf/cassandra.yaml appropriately for the new cluster, exported CASSANDRA_INCLUDE=bin/cassandra.sh.in (so it doesn't try to use the installed, running Cassandra). When I run sstableloader, I can see that it's connecting to the new cluster (by tailing the logs), but after a few seconds, it gives the error: "Got an unknow host from describe_ring" After banging my head for a while, I scp'ed the snapshotted data to a node on the *new* cluster. I again downloaded apache-cassandra-0.8.4-bin.tar.gz and configured cassandra.yaml there appropriately (with listen_address: 127.0.0.1 so as to not conflict with the Cassandra already running on the node). Running sstableloader resulted in the same error. "nodetool -h localhost ring" shows a healthy cluster. Running that command works both locally and remotely. I can connect to the cluster using cassandra-cli both locally and remotely as well. Any ideas? Thanks for the help. --bcaec5016295991e3204abe7e998 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hello,

I'm trying to import data from one Cassandra = cluster to another. =A0The old cluster is using ports 7000 and 9160 and the= new cluster is using 7001 and 9161. =A0I ran "nodetool -h localhost s= napshot" on a node on the old cluster. =A0I then downloaded apache-cas= sandra-0.8.4-bin.tar.gz, edited conf/cassandra.yaml appropriately for the n= ew cluster, exported CASSANDRA_INCLUDE=3Dbin/cassandra.sh.in (so it doesn't try to use the installed, runni= ng Cassandra).

When I run sstableloader, I can see that it's conne= cting to the new cluster (by tailing the logs), but after a few seconds, it= gives the error: "Got an unknow host from describe_ring"

After banging my head for a while, I scp'ed the sna= pshotted data to a node on the *new* cluster. =A0I again downloaded=A0apach= e-cassandra-0.8.4-bin.tar.gz and configured cassandra.yaml there appropriat= ely (with listen_address: 127.0.0.1 so as to not conflict with the Cassandr= a already running on the node).

Running sstableloader resulted in the same error.
=

"nodetool -h localhost ring" shows a healthy = cluster. =A0Running that command works both locally and remotely. =A0I can = connect to the cluster using cassandra-cli both locally and remotely as wel= l.

Any ideas? =A0Thanks for the help.
--bcaec5016295991e3204abe7e998--