Return-Path: X-Original-To: apmail-crunch-dev-archive@www.apache.org Delivered-To: apmail-crunch-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4174310484 for ; Wed, 4 Dec 2013 15:06:41 +0000 (UTC) Received: (qmail 77143 invoked by uid 500); 4 Dec 2013 15:06:39 -0000 Delivered-To: apmail-crunch-dev-archive@crunch.apache.org Received: (qmail 77043 invoked by uid 500); 4 Dec 2013 15:06:37 -0000 Mailing-List: contact dev-help@crunch.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@crunch.apache.org Delivered-To: mailing list dev@crunch.apache.org Received: (qmail 76831 invoked by uid 500); 4 Dec 2013 15:06:36 -0000 Delivered-To: apmail-incubator-crunch-dev@incubator.apache.org Received: (qmail 76735 invoked by uid 99); 4 Dec 2013 15:06:35 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Dec 2013 15:06:35 +0000 Date: Wed, 4 Dec 2013 15:06:35 +0000 (UTC) From: "Chao Shi (JIRA)" To: crunch-dev@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CRUNCH-308) Upgrade to Hadoop 2.2.0 and HBase 0.96 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CRUNCH-308?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13838962#comment-13838962 ] Chao Shi commented on CRUNCH-308: --------------------------------- Great work, Josh! I like the hack on PType. Just to make sure if I understand this correctly: no serialization will happen in our code when using KeyValue/Mutation with the output target directly (as this is handled by the MR framework). If we write them to a SeqFile target, it will call the ptype serialization function, i.e. HBaseTypes#MapOutFn. Am I right? I think I will need to have closer look on this patch. :) > Upgrade to Hadoop 2.2.0 and HBase 0.96 > -------------------------------------- > > Key: CRUNCH-308 > URL: https://issues.apache.org/jira/browse/CRUNCH-308 > Project: Crunch > Issue Type: Bug > Reporter: Josh Wills > Attachments: CRUNCH-HBASE96.patch > > > As discussed on dev@crunch, we should update Crunch to run against the new mainline releases of Hadoop (2.2.0) and HBase (0.96). > There isn't a good way to maintain a shim between HBase 0.94 and HBase 0.96 due to a number of API changes, so this change means that support for HBase 0.94 will remain in the 0.8.x sequence of Crunch releases, and 0.96 will be the supported version from 0.9.0 onwards. -- This message was sent by Atlassian JIRA (v6.1#6144)