Return-Path: Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: (qmail 71135 invoked from network); 14 Jul 2010 03:00:41 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 14 Jul 2010 03:00:41 -0000 Received: (qmail 86407 invoked by uid 500); 14 Jul 2010 03:00:39 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 86246 invoked by uid 500); 14 Jul 2010 03:00: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 86237 invoked by uid 99); 14 Jul 2010 03:00:37 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Jul 2010 03:00:37 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of cheetah100@gmail.com designates 74.125.83.172 as permitted sender) Received: from [74.125.83.172] (HELO mail-pv0-f172.google.com) (74.125.83.172) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Jul 2010 03:00:31 +0000 Received: by pvd12 with SMTP id 12so3043075pvd.31 for ; Tue, 13 Jul 2010 19:59:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=toelnvPSMMqeoMHL+UoKF7ZhD6oFJmKQi1DTEi1E704=; b=O4GWoKBKCAhWEyaqyamFIxGJ61rdHAWQibw17d9QylyQm6c7IgYcOFSlEChhxbs0ZD dsRlkpouIMcbwX/cuRWU4JRLq5HTaKNGZbAHFKjUQG3wH9Cuk9X4cum1ELuGLroBzTBJ z0jPcRHq6eG/OCEulxtHTF++irarF3tFuukpU= 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=ahOuA6o7rQdTFc1mrAAtwzZ8lO9nvmVs/zo4/0gs5L52DE6JqT/yD3ydv99RyXTtgm 4WavyYBBY1tonw8xiCPknfn5AZOa2yXyOg2pvvHuACau3DcbU6wu6E4vMuGKh6Wi9NMj M+nSb6YCJwe7eQIJGHYoFDVmxCmF7bckigeNQ= MIME-Version: 1.0 Received: by 10.142.199.20 with SMTP id w20mr19495732wff.251.1279076349806; Tue, 13 Jul 2010 19:59:09 -0700 (PDT) Received: by 10.142.49.15 with HTTP; Tue, 13 Jul 2010 19:59:09 -0700 (PDT) In-Reply-To: References: Date: Wed, 14 Jul 2010 14:59:09 +1200 Message-ID: Subject: Re: Using Pelops with Cassandra 0.7.X From: Peter Harrison To: user@cassandra.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org On Wed, Jul 14, 2010 at 2:43 PM, Dan Washusen wrote: > http://github.com/danwashusen/pelops/tree/cassandra-0.7.0 Doh - I've just finished making most of the changes for the new API. > p.s. Pelops doesn't have any test coverage and my implicit tests (my app > integration tests) don't touch anywhere near all of the Pelops API. I will need to rectify this with unit tests and integration tests against Cassandra Trunk. > p.s.s. I've made API breaking changes to support the new 0.7.0 API and > Dominic (the original Pelops author) hasn't had reviewed, commented or even > looked at them yet... Perhaps we need to invite to take over the project if he doesn't have time? I've been using it for about a week and like using it with 6.3. I've come across a few issues I'd like to clean up - meaningful error messages for example, with early exit if parameters are wrong/missing. Anyway, I'll check out your branch and see what differences there are with what I've done already.