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 846979E04 for ; Fri, 13 Jan 2012 18:15:35 +0000 (UTC) Received: (qmail 19994 invoked by uid 500); 13 Jan 2012 18:15:33 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 19916 invoked by uid 500); 13 Jan 2012 18:15:32 -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 19907 invoked by uid 99); 13 Jan 2012 18:15:32 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Jan 2012 18:15:32 +0000 X-ASF-Spam-Status: No, hits=-0.5 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of jeremy.hanna1234@gmail.com designates 209.85.216.44 as permitted sender) Received: from [209.85.216.44] (HELO mail-qw0-f44.google.com) (209.85.216.44) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Jan 2012 18:15:24 +0000 Received: by qabg14 with SMTP id g14so918189qab.10 for ; Fri, 13 Jan 2012 10:15:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to:x-mailer; bh=m+BTyuAK+D1WEqYOTRNxXVxAV/+ZYtZTvF7FYsIVgoM=; b=IvKnbOo45sAYebV4OkHzevFWzwaYHHXKQje0XsVVLxk7DZc9+X5K/kOU2wG4LCm9Vm 3oGkO0wlq31541prm7bGImjfSpWzYE2Cqy4t/Hvk1LtRtaPKGfX5c5PdEE7GC5qZPGNL e7q60sQK5GbZtRpFcUgATd1fjz7KI+5L65vLs= Received: by 10.224.98.2 with SMTP id o2mr3284305qan.74.1326478504009; Fri, 13 Jan 2012 10:15:04 -0800 (PST) Received: from ip-192-168-1-5.ec2.internal (ec2-107-22-185-40.compute-1.amazonaws.com. [107.22.185.40]) by mx.google.com with ESMTPS id el3sm17958792qab.8.2012.01.13.10.15.02 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 13 Jan 2012 10:15:02 -0800 (PST) Content-Type: text/plain; charset=iso-8859-1 Mime-Version: 1.0 (Apple Message framework v1251.1) Subject: Re: Installing C* on EC2 From: Jeremy Hanna In-Reply-To: Date: Fri, 13 Jan 2012 12:14:59 -0600 Content-Transfer-Encoding: quoted-printable Message-Id: <40ACCF4F-7C79-44BE-AA1F-A3E10BFF8417@gmail.com> References: To: user@cassandra.apache.org X-Mailer: Apple Mail (2.1251.1) X-Virus-Checked: Checked by ClamAV on apache.org On Jan 12, 2012, at 6:36 PM, Mohit Anchlia wrote: > What's the best way to install C*? Any good links? http://www.slideshare.net/mattdennis/cassandra-on-ec2 has some = interesting points that aren't immediately obvious - it's mdennis in the = cassandra irc channel if you had any questions about the slides. One = thing that bit us using the property file snitch was that striping = across availability zones as racks - you need to round robin AZs (or = racks) in token order or you wind up with data hotspots because of how = the network topology strategy works when choosing the location of = replicas. > Is it better to just create instances and install rpms on it first, > just like regular cluster and then create image from it? I am assuming > it's possible. > Are there any known issues when running C* on EC2? > How do other C* users deal with instance failures when using local > storage on EC2 since local storage is gone at that point? Launch new > instance and run repair?