From user-return-26460-apmail-cassandra-user-archive=cassandra.apache.org@cassandra.apache.org Thu May 24 20:40:05 2012 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 17B8EC71E for ; Thu, 24 May 2012 20:40:05 +0000 (UTC) Received: (qmail 18706 invoked by uid 500); 24 May 2012 20:40:02 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 18683 invoked by uid 500); 24 May 2012 20:40:02 -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 18674 invoked by uid 99); 24 May 2012 20:40:02 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 May 2012 20:40:02 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of driftx@gmail.com designates 209.85.212.178 as permitted sender) Received: from [209.85.212.178] (HELO mail-wi0-f178.google.com) (209.85.212.178) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 May 2012 20:39:55 +0000 Received: by wibhn6 with SMTP id hn6so165517wib.7 for ; Thu, 24 May 2012 13:39:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; bh=Vao9h9Oko+VkDYoe5ud/BzeusqdaXkx65a5dIEQNq5Y=; b=S9ZwFM5ZUm5Kk2l6cjyghoBbBkeiJ+e4TXljDJVU6AjB7WpBfyFk33kLayVs93g0Yl qNxxcyHR03QdAJ7tzTKoDD50BA+MoPlxYIY4WdIaYWD1rjF655G1Nc+kocowCbyO62VT aEjg7llTe6BuX7v2M7lZBb5aQuQUBokjEkoUkjztAOYHnmx1PH6l0PfuoD43uloKb6P/ Cjmq3S3p5mvVOifzYbB0yHJn3rw+dFQclKgYfuI6KFcZsBXzxRYI+9CR2Frei7i4xZlV X0o5AW5I54HZcQ/TwSwXkfWOZawk2JXF2uk5rxV24O+33KP635iJyntWry317EODHoB1 QOkg== Received: by 10.216.205.5 with SMTP id i5mr412044weo.6.1337891974863; Thu, 24 May 2012 13:39:34 -0700 (PDT) MIME-Version: 1.0 Received: by 10.216.47.67 with HTTP; Thu, 24 May 2012 13:39:14 -0700 (PDT) In-Reply-To: References: From: Brandon Williams Date: Thu, 24 May 2012 15:39:14 -0500 Message-ID: Subject: Re: Migrating from a windows cluster to a linux cluster. To: user@cassandra.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On Thu, May 24, 2012 at 3:36 PM, Henrik Schr=F6der wrot= e: >> That sounds fine, with the caveat that you can't run sstableloader >> from a machine running Cassandra before 1.1, so copying the sstables >> manually (assuming both clusters are the same size and have the same >> tokens) might be better. > > > Why is version 1.1 required for sstableloader? We're running 1.0.x on bot= h > clusters, but we can of course upgrade if that's required. Before 1.1 sstableloader is a fat client, and thus can't coexist with an existing Cassandra instance on the same machine. -Brandon