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 0C87C110D9 for ; Mon, 7 Jul 2014 22:07:35 +0000 (UTC) Received: (qmail 60212 invoked by uid 500); 7 Jul 2014 22:07:34 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 60103 invoked by uid 500); 7 Jul 2014 22:07:34 -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 59814 invoked by uid 500); 7 Jul 2014 22:07:34 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 59781 invoked by uid 99); 7 Jul 2014 22:07:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Jul 2014 22:07:34 +0000 Date: Mon, 7 Jul 2014 22:07:34 +0000 (UTC) From: "Hari Sankar Sivarama Subramaniyan (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Work started] (HIVE-7354) windows:Need to set hbase jars in hadoop classpath explicitly 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-7354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on HIVE-7354 started by Hari Sankar Sivarama Subramaniyan. > windows:Need to set hbase jars in hadoop classpath explicitly > ------------------------------------------------------------- > > Key: HIVE-7354 > URL: https://issues.apache.org/jira/browse/HIVE-7354 > Project: Hive > Issue Type: Bug > Reporter: Hari Sankar Sivarama Subramaniyan > Assignee: Hari Sankar Sivarama Subramaniyan > Attachments: HIVE-7354.1.patch > > > n windows, when I run following hive-hbase integration test without setting hbase jars in hadoop classpath, it fails with ClassNotFoundException: > drop table if exists hbase_1; > create table hbase_1(key string, age int) stored by 'org.apache.hadoop.hive.hbase.HBaseStorageHandler' with serdeproperties ( "hbase.columns.mapping" = "info:age"); > insert overwrite table hbase_1 select name, SUM(age) from studenttab10k group by name; > However, in linux this test works even if jars are not explicitly added in hadoop_classpath. > On windows, tests work fine if I add necessary hbase jars in classpath. -- This message was sent by Atlassian JIRA (v6.2#6252)