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 6629A43B4 for ; Mon, 6 Jun 2011 04:07:06 +0000 (UTC) Received: (qmail 54825 invoked by uid 500); 6 Jun 2011 04:07:04 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 54461 invoked by uid 500); 6 Jun 2011 04:07:03 -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 54447 invoked by uid 99); 6 Jun 2011 04:07:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Jun 2011 04:07:01 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of nguyen.h.khanh@gmail.com designates 209.85.216.179 as permitted sender) Received: from [209.85.216.179] (HELO mail-qy0-f179.google.com) (209.85.216.179) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Jun 2011 04:06:55 +0000 Received: by qyk7 with SMTP id 7so2237136qyk.10 for ; Sun, 05 Jun 2011 21:06:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=s2gPVemaZRZzT9wF5+0GybjFMfDLEpYrQR5GAQRhvnA=; b=fmeuo2PozAOhZJ0PsghMYLYGDm6ctWdxMyFuguoq5KX9EQYp8AlmDqCdxYU1CTTuf8 sOpGK3Ur909ZCJZPaVqnI94R6je+3tBaJSdgbHv4zzxOaAjkdkGl3w575JxbKv6BaMqb 85lH8lL0ehwAfBiCUuQ0ArpuGQ6qIBiALOqFQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=Yc5C59ejW2NKYLngaEjNuAkVkMUCqNpXWG2xaikMT3yqkYcbz5ouV5YL5WHoYORK17 CKVu3j3nZD3/XcSDh4ge50cSWVUy/BI8gr1MHdXjoTRmixUhH2ZrqMMGYwthHxD8tq1a y6xJFsdfTJUi+X7UPb4jLQ7E5XcZOMKlkNNRI= MIME-Version: 1.0 Received: by 10.224.214.137 with SMTP id ha9mr1570122qab.290.1307333194455; Sun, 05 Jun 2011 21:06:34 -0700 (PDT) Received: by 10.224.80.147 with HTTP; Sun, 5 Jun 2011 21:06:34 -0700 (PDT) In-Reply-To: References: <1307297826627-6442802.post@n2.nabble.com> <1307321082377-6443571.post@n2.nabble.com> Date: Mon, 6 Jun 2011 00:06:34 -0400 Message-ID: Subject: Re: Direct control over where data is stored? From: Khanh Nguyen To: user@cassandra.apache.org Content-Type: text/plain; charset=ISO-8859-1 On Sun, Jun 5, 2011 at 11:26 PM, Maki Watanabe wrote: > getNaturalEndpoints tells you which key will be stored on which nodes, > but we can't force cassandra to store given key to specific nodes. > > maki I'm confused. Didn't you mention previously that I can use OrderPreservingPartitioner to store data to specific nodes? Thanks. -k