You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Brock Noland (JIRA)" <ji...@apache.org> on 2014/02/17 17:02:21 UTC

[jira] [Commented] (HIVE-6446) Ability to specify hadoop.bin.path from command line -D

    [ https://issues.apache.org/jira/browse/HIVE-6446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13903334#comment-13903334 ] 

Brock Noland commented on HIVE-6446:
------------------------------------

+1 pending tests

> 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
>         Attachments: HIVE-6446.1.patch, HIVE-6446.2.patch
>
>
> the surefire plugin configures hadoop.bin.path as a system property:
> {code}
> <hadoop.bin.path>${basedir}/${hive.path.to.root}/testutils/hadoop</hadoop.bin.path>
> {code}
> On Windows testing, this should be: 
> {code}
> <hadoop.bin.path>${basedir}/${hive.path.to.root}/testutils/hadoop.cmd</hadoop.bin.path>
> {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.1.5#6160)