Return-Path: Delivered-To: apmail-pig-dev-archive@www.apache.org Received: (qmail 15659 invoked from network); 24 Feb 2011 09:01:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 24 Feb 2011 09:01:05 -0000 Received: (qmail 83722 invoked by uid 500); 24 Feb 2011 09:01:05 -0000 Delivered-To: apmail-pig-dev-archive@pig.apache.org Received: (qmail 83594 invoked by uid 500); 24 Feb 2011 09:01:02 -0000 Mailing-List: contact dev-help@pig.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@pig.apache.org Delivered-To: mailing list dev@pig.apache.org Received: (qmail 83573 invoked by uid 500); 24 Feb 2011 09:01:01 -0000 Delivered-To: apmail-hadoop-pig-dev@hadoop.apache.org Received: (qmail 83569 invoked by uid 99); 24 Feb 2011 09:01:01 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Feb 2011 09:01:01 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Feb 2011 09:00:59 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 95FC81B4537 for ; Thu, 24 Feb 2011 09:00:38 +0000 (UTC) Date: Thu, 24 Feb 2011 09:00:38 +0000 (UTC) From: "Dmitriy V. Ryaboy (JIRA)" To: pig-dev@hadoop.apache.org Message-ID: <996063665.13061.1298538038610.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] Updated: (PIG-1680) Pig 0.8 HBaseStorage may not against HBase 0.89 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/PIG-1680?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dmitriy V. Ryaboy updated PIG-1680: ----------------------------------- Attachment: PIG-1680.3.patch I think this is ready to commit; note that there is a binary dependency (hbase-0.90.0-tests.jar). > Pig 0.8 HBaseStorage may not against HBase 0.89 > ----------------------------------------------- > > Key: PIG-1680 > URL: https://issues.apache.org/jira/browse/PIG-1680 > Project: Pig > Issue Type: Task > Components: impl > Affects Versions: 0.8.0 > Reporter: George P. Stathis > Assignee: Dmitriy V. Ryaboy > Fix For: 0.9.0 > > Attachments: PIG-1680.3.patch, PIG_1680.patch, PIG_1680.patch, PIG_1680.patch, apply-PIG-1680-patch-0.8.0.sh, apply-PIG-1680-patch.sh, pig-0.8.0-hbase-0.89.SNAPSHOT.patch, pig-hbase-0.89.SNAPSHOT.patch > > > HBaseStorage is currently coded against the hbase 0.20.6 API. The hbase 0.89 API deprecates some methods and outright removes some others which causes HBaseStorage to no longer compile. > It is unclear whether one can run an HBase 0.20.6 client against a running 0.89 hbase instance. In my experience, it does not work. Therefore, HBaseStorage has to be compiled against 0.89. > Attached is a proposed patch to make 0.8.0 trunk compatible with hbase 0.89 as well as a script to help automate the upgrade. -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira