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 38BD7EA5C for ; Wed, 13 Feb 2013 11:36:18 +0000 (UTC) Received: (qmail 95237 invoked by uid 500); 13 Feb 2013 11:36:17 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 95088 invoked by uid 500); 13 Feb 2013 11:36: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 95062 invoked by uid 500); 13 Feb 2013 11:36:15 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 95058 invoked by uid 99); 13 Feb 2013 11:36:15 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Feb 2013 11:36:15 +0000 Date: Wed, 13 Feb 2013 11:36:15 +0000 (UTC) From: "Guido Serra aka Zeph (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=13577501#comment-13577501 ] Guido Serra aka Zeph commented on HIVE-2379: -------------------------------------------- btw... this is enough to fix it: {code} hive.aux.jars.path file:///usr/lib/hive/lib/hbase.jar,file:///usr/lib/hive/lib/hive-hbase-handler-0.9.0-cdh4.1.2.jar {code} from Cloudera Manager into Hive Client Configuration Safety Valve for hive-site.xml > 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 > Attachments: HIVE-2379.D7347.1.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