Return-Path: Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: (qmail 92284 invoked from network); 27 Jan 2011 08:45:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 27 Jan 2011 08:45:42 -0000 Received: (qmail 95319 invoked by uid 500); 27 Jan 2011 08:45:40 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 95233 invoked by uid 500); 27 Jan 2011 08:45:37 -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 95217 invoked by uid 99); 27 Jan 2011 08:45:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Jan 2011 08:45:36 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [208.113.200.5] (HELO homiemail-a82.g.dreamhost.com) (208.113.200.5) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Jan 2011 08:45:30 +0000 Received: from homiemail-a82.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a82.g.dreamhost.com (Postfix) with ESMTP id D6C4A28205F for ; Thu, 27 Jan 2011 00:45:08 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=thelastpickle.com; h=content-type :mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to; q=dns; s= thelastpickle.com; b=oRw2WIfRLYh3uC4lXo3mLjeQJ0081CxuqiPfzpR4bYW omQTR/HT6jAOeeywNzs5BuoN/rBbBqtxix4gYnTi22PdNp0qKB2qFX0LLQey5/vx eXhoLlwSaPxclQlkMNoRkS8/Jv8uAE53/ME9z8CShwQjbEvS5LvHHJj/voMC+Qlg = DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=thelastpickle.com; h= content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to; s= thelastpickle.com; bh=QgvkVP3SpFgcblevHCmIM/c7E5c=; b=llXAflPmz3 GK7/mZ2L0Mfd70R+Ukg4bfRNaPG2aMbjFZFNWMHJk6oQ1seQcxGzoVMUrb9xK7B9 GYXyo/Aovook0MTFCG0bZdYWwG97j9YHT776mqEZJXsaDSmvR3T1T0A8aFzUfsXc MWXU3a3VDjzH8u53UPu2c8K8nvSXCL2Jk= Received: from [10.0.1.150] (121-73-157-230.cable.telstraclear.net [121.73.157.230]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: aaron@thelastpickle.com) by homiemail-a82.g.dreamhost.com (Postfix) with ESMTPSA id 8956228205D for ; Thu, 27 Jan 2011 00:45:08 -0800 (PST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1082) Subject: Re: Generating tokens for Cassandra cluster with ByteOrderedPartitioner From: aaron morton In-Reply-To: Date: Thu, 27 Jan 2011 21:45:06 +1300 Content-Transfer-Encoding: quoted-printable Message-Id: <2C21F768-0647-4B07-9180-98B849D75263@thelastpickle.com> References: To: user@cassandra.apache.org X-Mailer: Apple Mail (2.1082) You will need to understand the possible range of key values your = application will create, and then split those up to balance the load = around your cluster.=20 In general the RandomPartitioner is a good first step. Why are you going = with the ByteOrderedPartioner ?=20 Aaron On 27 Jan 2011, at 20:35, Matthew Tovbin wrote: > Hey, >=20 > Can anyone suggest me how to manually generate tokens for Cassandra = 0.7.0 cluster, while ByteOrderedPartitioner is being used? >=20 > Thanks in advance. >=20 > --=20 > Best regards, > Matthew Tovbin.