Return-Path: Delivered-To: apmail-hadoop-hive-dev-archive@minotaur.apache.org Received: (qmail 77878 invoked from network); 1 Jul 2010 20:21:45 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 1 Jul 2010 20:21:45 -0000 Received: (qmail 52719 invoked by uid 500); 1 Jul 2010 20:21:45 -0000 Delivered-To: apmail-hadoop-hive-dev-archive@hadoop.apache.org Received: (qmail 52652 invoked by uid 500); 1 Jul 2010 20:21:44 -0000 Mailing-List: contact hive-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hive-dev@hadoop.apache.org Delivered-To: mailing list hive-dev@hadoop.apache.org Received: (qmail 52644 invoked by uid 99); 1 Jul 2010 20:21:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Jul 2010 20:21:44 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Jul 2010 20:21:42 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o61KDoD6001454 for ; Thu, 1 Jul 2010 20:13:50 GMT Message-ID: <33096397.159811278015230633.JavaMail.jira@thor> Date: Thu, 1 Jul 2010 16:13:50 -0400 (EDT) From: "John Sichi (JIRA)" To: hive-dev@hadoop.apache.org Subject: [jira] Commented: (HIVE-1434) Cassandra Storage Handler In-Reply-To: <6554127.51321277432749469.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HIVE-1434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12884397#action_12884397 ] John Sichi commented on HIVE-1434: ---------------------------------- Hey Ed, If you take a look at HIVE-1229, Basab has been helping us clean up the API dependencies, and we have been successful in moving some stuff over to mapreduce from mapred. (I had done some of that already in HiveHFileOutputFormat in order to get it to work, e.g. by making up my own TaskAttemptContext instance wrapping a Progressable.) I think you may be able to do the same. As a whole, we can't drop the pre-0.20 dependencies from Hive yet, but for the HBase Handler, we made the restriction that it only builds with Hadoop 0.20 and later, so you can do the same for Cassandra. > Cassandra Storage Handler > ------------------------- > > Key: HIVE-1434 > URL: https://issues.apache.org/jira/browse/HIVE-1434 > Project: Hadoop Hive > Issue Type: New Feature > Reporter: Edward Capriolo > Assignee: Edward Capriolo > Attachments: hive-1434-1.txt > > > Add a cassandra storage handler. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.