Return-Path: Delivered-To: apmail-hadoop-hive-dev-archive@minotaur.apache.org Received: (qmail 30732 invoked from network); 15 Aug 2010 21:36:44 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 15 Aug 2010 21:36:44 -0000 Received: (qmail 90909 invoked by uid 500); 15 Aug 2010 21:36:43 -0000 Delivered-To: apmail-hadoop-hive-dev-archive@hadoop.apache.org Received: (qmail 90872 invoked by uid 500); 15 Aug 2010 21:36:43 -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 90848 invoked by uid 99); 15 Aug 2010 21:36:43 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 Aug 2010 21:36:43 +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; Sun, 15 Aug 2010 21:36:40 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7FLaJhX008406 for ; Sun, 15 Aug 2010 21:36:19 GMT Message-ID: <8983001.357041281908179182.JavaMail.jira@thor> Date: Sun, 15 Aug 2010 17:36:19 -0400 (EDT) From: "Basab Maulik (JIRA)" To: hive-dev@hadoop.apache.org Subject: [jira] Updated: (HIVE-1512) Need to get hive_hbase-handler to work with hbase versions 0.20.4 0.20.5 and cloudera CDH3 version In-Reply-To: <31752620.170411280966836379.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-1512?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Basab Maulik updated HIVE-1512: ------------------------------- Attachment: HIVE-1512.2.patch This patch allows the HBase handler to work with both the hbase 0.20.x/ zookeeper 3.2.2 libraries and the hbase 0.89.0 snapshot / zk 3.3.1 libraries. The patch changes code to use HBase client API's which are not deprecated or removed in 0.89.0. Primarily we consistently use a column family / column qualifier pair for HBase client api's instead of ":" colon-separated form allowed in the 0.20.x apis. Tests pass with 0.20.3, 0.20.5 / zk 3.2.2 and 0.89.0 snapshot / zk 3.3.1. > Need to get hive_hbase-handler to work with hbase versions 0.20.4 0.20.5 and cloudera CDH3 version > --------------------------------------------------------------------------------------------------- > > Key: HIVE-1512 > URL: https://issues.apache.org/jira/browse/HIVE-1512 > Project: Hadoop Hive > Issue Type: Improvement > Components: HBase Handler > Affects Versions: 0.7.0 > Reporter: Jimmy Hu > Assignee: Basab Maulik > Fix For: 0.7.0 > > Attachments: HIVE-1512.2.patch, HIVE-1512.patch > > Original Estimate: 48h > Remaining Estimate: 48h > > the current trunk hive_hbase-handler only works with hbase 0.20.3, we need to get it to work with hbase versions 0.20.4 0.20.5 and cloudera CDH3 version -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.