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 BAE1610CE5 for ; Mon, 8 Jul 2013 22:23:50 +0000 (UTC) Received: (qmail 85746 invoked by uid 500); 8 Jul 2013 22:23:49 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 85677 invoked by uid 500); 8 Jul 2013 22:23:49 -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 85621 invoked by uid 500); 8 Jul 2013 22:23:49 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 85598 invoked by uid 99); 8 Jul 2013 22:23:49 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Jul 2013 22:23:49 +0000 Date: Mon, 8 Jul 2013 22:23:49 +0000 (UTC) From: "Eugene Koifman (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HIVE-4824) make TestWebHCatE2e run w/o requiring installing external hadoop MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Eugene Koifman created HIVE-4824: ------------------------------------ Summary: make TestWebHCatE2e run w/o requiring installing external hadoop Key: HIVE-4824 URL: https://issues.apache.org/jira/browse/HIVE-4824 Project: Hive Issue Type: Bug Affects Versions: 0.12.0 Reporter: Eugene Koifman Assignee: Eugene Koifman Currently WebHCat will use hive/build/dist/hcatalog/bin/hcat to execute DDL commands, which in turn uses Hadoop Jar command. This in turn requires that HADOOP_HOME env var be defined and point to an existing Hadoop install. Need to see we can apply hive/testutils/hadoop idea here to make WebHCat not depend on external hadoop. This will make Unit tests better/easier to write and make dev/test cycle simpler. -- 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