Return-Path: X-Original-To: apmail-hive-dev-archive@www.apache.org Delivered-To: apmail-hive-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 99EC2F0C9 for ; Fri, 26 Apr 2013 01:49:15 +0000 (UTC) Received: (qmail 83174 invoked by uid 500); 26 Apr 2013 01:49:15 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 83101 invoked by uid 500); 26 Apr 2013 01:49:15 -0000 Mailing-List: contact dev-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hive.apache.org Delivered-To: mailing list dev@hive.apache.org Received: (qmail 83089 invoked by uid 500); 26 Apr 2013 01:49:14 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 83086 invoked by uid 99); 26 Apr 2013 01:49:14 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Apr 2013 01:49:14 +0000 Date: Fri, 26 Apr 2013 01:49:14 +0000 (UTC) From: "Nick Dimiduk (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HIVE-2379) Hive/HBase integration could be improved 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/HIVE-2379?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13642501#comment-13642501 ] Nick Dimiduk commented on HIVE-2379: ------------------------------------ I'm working off of 0.11.0. > Hive/HBase integration could be improved > ---------------------------------------- > > Key: HIVE-2379 > URL: https://issues.apache.org/jira/browse/HIVE-2379 > Project: Hive > Issue Type: Bug > Components: CLI, Clients, HBase Handler > Affects Versions: 0.7.1, 0.8.0, 0.9.0 > Reporter: Roman Shaposhnik > Assignee: Navis > Priority: Critical > Fix For: 0.12.0 > > Attachments: HIVE-2379.D7347.1.patch, HIVE-2379.D7347.2.patch, HIVE-2379.D7347.3.patch > > > For now any Hive/HBase queries would require the following jars to be explicitly added via hive's add jar command: > add jar /usr/lib/hive/lib/hbase-0.90.1-cdh3u0.jar; > add jar /usr/lib/hive/lib/hive-hbase-handler-0.7.0-cdh3u0.jar; > add jar /usr/lib/hive/lib/zookeeper-3.3.1.jar; > add jar /usr/lib/hive/lib/guava-r06.jar; > the longer term solution, perhaps, should be to have the code at submit time call hbase's > TableMapREduceUtil.addDependencyJar(job, HBaseStorageHandler.class) to ship it in distributedcache. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira