[ 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} > <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.2#6252)