Return-Path: Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: (qmail 60016 invoked from network); 8 Jul 2010 15:47:50 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 8 Jul 2010 15:47:50 -0000 Received: (qmail 22970 invoked by uid 500); 8 Jul 2010 15:47:48 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 22943 invoked by uid 500); 8 Jul 2010 15:47:48 -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 22931 invoked by uid 99); 8 Jul 2010 15:47:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Jul 2010 15:47:48 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of th.heller@gmail.com designates 209.85.161.44 as permitted sender) Received: from [209.85.161.44] (HELO mail-fx0-f44.google.com) (209.85.161.44) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Jul 2010 15:47:41 +0000 Received: by fxm1 with SMTP id 1so550938fxm.31 for ; Thu, 08 Jul 2010 08:46:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:content-type; bh=qGDrVSKsX/ZmXawGwRbJxs7HBU1DmTH8vI3d7Nqra90=; b=YnNlKhfBwFYoWI+W1dOG/HG9o+vsGGNvOck1ufbMiTIv3iDxQhG09nT0qq5uhh3Qer hEP7/gFVdvif8LT/DePEFk8XaclxzBMU4ZYUzEdK4j8AfKhuDID7wxojjJIILsmBW5ft cLRStSbySdjFBQt/NRff2vxGTP7jHfkTUUoNE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; b=T0AGKM2tqnbXksEbJ/rC77QO+bzttpCs7tEco9hDvEFx2YEybYmjHfWWrkB4mZEwmw PEf2nGCZA6YK2wbOLUefsyuHCnJSA0dVgyL19Tg2KoslU8djmJ1NEmcGy4+JPmZrNIYo 0Epnuhbu98/353Tk2RliCw/0BwLpCXqzzEZ28= MIME-Version: 1.0 Received: by 10.239.179.201 with SMTP id e9mr865412hbg.172.1278603980996; Thu, 08 Jul 2010 08:46:20 -0700 (PDT) Sender: th.heller@gmail.com Received: by 10.239.172.207 with HTTP; Thu, 8 Jul 2010 08:46:20 -0700 (PDT) In-Reply-To: <4C357C88.4030706@nutanix.com> References: <4C357C88.4030706@nutanix.com> Date: Thu, 8 Jul 2010 17:46:20 +0200 X-Google-Sender-Auth: SbhsWean3Sjxr6K6KwsN_hHZtsc Message-ID: Subject: Re: Reading all rows in a column family in parallel From: Thomas Heller To: user@cassandra.apache.org, bnc@nutanix.com Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org Hey, > .... Is > this possible in 0.6.0? (Note: for the next startToken, I was just planning > on computing the MD5 digest of the last key directly since I'm accessing > Cassandra through Thrift.) Can't speak for 0.6.0 but it works for 0.6.3. Just implemented this in ruby (minus the parallel part). Cheers, /thomas