Remus Rusanu created HIVE-6446:
----------------------------------
Summary: 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
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 testsing, 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)