Return-Path: Delivered-To: apmail-incubator-cassandra-user-archive@minotaur.apache.org Received: (qmail 41982 invoked from network); 25 Aug 2009 02:44:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 25 Aug 2009 02:44:35 -0000 Received: (qmail 77337 invoked by uid 500); 25 Aug 2009 02:45:00 -0000 Delivered-To: apmail-incubator-cassandra-user-archive@incubator.apache.org Received: (qmail 77305 invoked by uid 500); 25 Aug 2009 02:45:00 -0000 Mailing-List: contact cassandra-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cassandra-user@incubator.apache.org Delivered-To: mailing list cassandra-user@incubator.apache.org Received: (qmail 77288 invoked by uid 99); 25 Aug 2009 02:45:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Aug 2009 02:45:00 +0000 X-ASF-Spam-Status: No, hits=-1.0 required=10.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of goffinet@digg.com designates 64.191.203.36 as permitted sender) Received: from [64.191.203.36] (HELO mail.digg.com) (64.191.203.36) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Aug 2009 02:44:49 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.digg.com (Postfix) with ESMTP id A34F0A85046; Mon, 24 Aug 2009 19:44:28 -0700 (PDT) X-Virus-Scanned: amavisd-new at d242.digg.internal Received: from mail.digg.com ([127.0.0.1]) by localhost (mail.digg.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id BQg8xtGww39o; Mon, 24 Aug 2009 19:44:26 -0700 (PDT) Received: from [10.2.16.222] (diggstage01.digg.com [64.191.203.34]) by mail.digg.com (Postfix) with ESMTP id 79609A85040; Mon, 24 Aug 2009 19:44:26 -0700 (PDT) From: Chris Goffinet Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Subject: Cassandra + Hadoop + BMT Date: Mon, 24 Aug 2009 19:44:26 -0700 Message-Id: Cc: cassandra-dev@incubator.apache.org To: cassandra-user@incubator.apache.org Mime-Version: 1.0 (Apple Message framework v1075.2) X-Mailer: Apple Mail (2.1075.2) X-Virus-Checked: Checked by ClamAV on apache.org Hi Guys This is long overdue but I have posted a very rough rough example (with Digg stuff removed) for getting BMT working with Cassandra. Patches are coming next up for the JIRA tickets. I'll try to get a more generic map/reduce job finished by end of the week that integrates Hive output. http://github.com/lenn0x/Cassandra-Hadoop-BMT/tree/master -Chris