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 0B827932C for ; Wed, 2 May 2012 15:08:24 +0000 (UTC) Received: (qmail 40163 invoked by uid 500); 2 May 2012 15:08:21 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 40132 invoked by uid 500); 2 May 2012 15:08:21 -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 40123 invoked by uid 99); 2 May 2012 15:08:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 May 2012 15:08:21 +0000 X-ASF-Spam-Status: No, hits=-0.5 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jeremy.hanna1234@gmail.com designates 209.85.216.44 as permitted sender) Received: from [209.85.216.44] (HELO mail-qa0-f44.google.com) (209.85.216.44) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 May 2012 15:08:16 +0000 Received: by qadz3 with SMTP id z3so2886351qad.10 for ; Wed, 02 May 2012 08:07:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to:x-mailer; bh=dNBVqTnNn9KsGNbNv7kNJBBhTvzg4f7MVEKUq+qHDqM=; b=wouItZXISS2IBAw/nG34wLhKI2jVNPtwNXlmEq5m0ne3n0Ln1pai4hcbttjCqme/Rr Wr/iuLYvdIfXoclnF3KNsjoknalq5Bl9Go2WMvseeygNVhh2e7vJ8cUvN0WpZyUznvd9 lFgiPZWaTm/TR19/ziynRK9Pg7C4rhswIifK62WetY1ES536TSLRCkif5lNGk90eEWZo yitQtgvIzDv54r8QGRNOqoMYKXCgqQy2pXwlGOpFof4qUmXsp+kh4UQa/7FJQ2B+bTV5 7OpF8XdZDa/1mRnGOoE6okTUBxPciP5JCTY4syclDp6d0CfX+SMQxXOJ/OLKV8Z1I9sM 3Ewg== Received: by 10.229.136.7 with SMTP id p7mr7607178qct.52.1335971275530; Wed, 02 May 2012 08:07:55 -0700 (PDT) Received: from ip-10-8-0-26.ec2.internal (ec2-23-21-72-1.compute-1.amazonaws.com. [23.21.72.1]) by mx.google.com with ESMTPS id ch15sm3645387qab.18.2012.05.02.08.07.52 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 02 May 2012 08:07:53 -0700 (PDT) Content-Type: text/plain; charset=iso-8859-1 Mime-Version: 1.0 (Apple Message framework v1257) Subject: Re: Source for Cassandra Pig and Hive From: Jeremy Hanna In-Reply-To: Date: Wed, 2 May 2012 10:07:49 -0500 Content-Transfer-Encoding: quoted-printable Message-Id: <37BEEF1B-56B5-4B6D-9979-376754748748@gmail.com> References: To: user@cassandra.apache.org X-Mailer: Apple Mail (2.1257) X-Virus-Checked: Checked by ClamAV on apache.org The hive support is going to be integrated into the main source tree = with this ticket: https://issues.apache.org/jira/browse/CASSANDRA-4131 You can go to https://github.com/riptano/hive to find the = CassandraStorageHandler right now though. For 1.0.8, the CassandraStorage class for the Pig support was still in = contrib/pig in the Cassandra source download. For 1.1, as you found, it = was integrated into the main source tree for Cassandra alongside the = rest of the hadoop related classes. On May 1, 2012, at 6:12 PM, rk vishu wrote: > Hello All, >=20 > could anyone of you point me to the source for >=20 > org.apache.cassandra.hadoop.pig.CassandraStorage > and > org.apache.hadoop.hive.cassandra.CassandraStorageHandler >=20 > for cassandra 1.0.8 ? >=20 > i found pig's loaded class for 1.1.0-beta in=20 > = http://grepcode.com/file/repo1.maven.org/maven2/org.apache.cassandra/cassa= ndra-all/1.1.0-beta1/org/apache/cassandra/hadoop/pig/CassandraStorage.java= ?av=3Df >=20 > but cannot find 1.0.8 compatible version? Cannot find Hive's SerDe for = any version. >=20 > Any help in this aspect is appreciated. >=20 > -R >=20 >=20 >=20 >=20 >=20 >=20