Return-Path: Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: (qmail 74393 invoked from network); 10 Sep 2010 01:38:57 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 10 Sep 2010 01:38:57 -0000 Received: (qmail 59994 invoked by uid 500); 10 Sep 2010 01:38:56 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 59914 invoked by uid 500); 10 Sep 2010 01:38:55 -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 59906 invoked by uid 99); 10 Sep 2010 01:38:55 -0000 Received: from Unknown (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Sep 2010 01:38:55 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=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 static.void.dev@gmail.com designates 209.85.210.44 as permitted sender) Received: from [209.85.210.44] (HELO mail-pz0-f44.google.com) (209.85.210.44) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Sep 2010 01:38:31 +0000 Received: by pzk6 with SMTP id 6so971025pzk.31 for ; Thu, 09 Sep 2010 18:38:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=3ykaB5655kEj10nHTeEd/SGYTaRzXLcR19w+nPzwBrQ=; b=JXvDvNfCkgLHeg2n1EqPXLxSQKDo0k+u7OCjc85RV6FBNtMaX1bRQlYAld9vXt/7V0 GfC+0YZk1EvJ+4gmnuxx8YxK5/1Ui64s0J+hGdy5ZlVm8o7CZAE+pApJX3FAELNa1GO1 B8KfoXkXzSE0a+EpgV3w/R1di+3xGlA90oPLw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=VDgP6+niLRgqml+d8p8V0SDbR6OXpnb7spWrbtbbKVuPTPdUGdF+wN1+dcTc0o4wDg MO/k9oM76Wm/3qqxjFL1HfaVIg8Z9QDOhbk5hXitlQ4j8Ks7grlu6+3h45yqgKJt38pm u8dchZGcd+pWQr6TbXV6QJvlQDPJuqyqMvsVg= Received: by 10.114.56.18 with SMTP id e18mr126314waa.34.1284082687821; Thu, 09 Sep 2010 18:38:07 -0700 (PDT) Received: from 204.sub-75-210-160.myvzw.com (204.sub-75-210-160.myvzw.com [75.210.160.204]) by mx.google.com with ESMTPS id s5sm3392159wak.12.2010.09.09.18.38.05 (version=SSLv3 cipher=RC4-MD5); Thu, 09 Sep 2010 18:38:07 -0700 (PDT) Message-ID: <4C898BFB.2090608@gmail.com> Date: Thu, 09 Sep 2010 18:38:03 -0700 From: Mark User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.9) Gecko/20100825 Lightning/1.0b2 Thunderbird/3.1.3 MIME-Version: 1.0 To: user@cassandra.apache.org Subject: Cassandra & Pig Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Does anyone know of any good tutorials for using Pig with Cassandra? I am trying do a basic load: rows = LOAD 'cassandra://Foo/Bar' USING CassandraStorage(); but i keep getting this error. ERROR 1070: Could not resolve CassandraStorage using imports: [, org.apache.pig.builtin., org.apache.pig.impl.builtin.] Where is this class.. Cassandra or Pig? More importantly how do I register it with Pig? Thanks!