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 B196B10A13 for ; Thu, 6 Mar 2014 16:29:01 +0000 (UTC) Received: (qmail 82434 invoked by uid 500); 6 Mar 2014 16:28:52 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 81960 invoked by uid 500); 6 Mar 2014 16:28:46 -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 81355 invoked by uid 500); 6 Mar 2014 16:28:45 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 81349 invoked by uid 99); 6 Mar 2014 16:28:45 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Mar 2014 16:28:45 +0000 Date: Thu, 6 Mar 2014 16:28:44 +0000 (UTC) From: "Ashutosh Chauhan (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HIVE-6446) Ability to specify hadoop.bin.path from command line -D 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-6446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashutosh Chauhan updated HIVE-6446: ----------------------------------- Resolution: Fixed Fix Version/s: 0.14.0 Status: Resolved (was: Patch Available) Committed to trunk. Thanks, Remus! > Ability to specify hadoop.bin.path from command line -D > ------------------------------------------------------- > > Key: HIVE-6446 > URL: https://issues.apache.org/jira/browse/HIVE-6446 > Project: Hive > Issue Type: Bug > Components: Build Infrastructure > Reporter: Remus Rusanu > Assignee: Remus Rusanu > Priority: Minor > Fix For: 0.14.0 > > Attachments: HIVE-6446.1.patch, HIVE-6446.2.patch > > > the surefire plugin configures hadoop.bin.path as a system property: > {code} > ${basedir}/${hive.path.to.root}/testutils/hadoop > {code} > On Windows testing, this should be: > {code} > ${basedir}/${hive.path.to.root}/testutils/hadoop.cmd > {code} > Additionally, it would be useful to be able to specify the Hadoop CLI location from -D mvn command line. -- This message was sent by Atlassian JIRA (v6.2#6252)