the os.name string on Mac OS contains spaces, which causes the c++ compilation
to fail
--------------------------------------------------------------------------------------
Key: HADOOP-1934
URL: https://issues.apache.org/jira/browse/HADOOP-1934
Project: Hadoop
Issue Type: Bug
Components: pipes
Affects Versions: 0.14.1
Reporter: Owen O'Malley
Assignee: Owen O'Malley
Fix For: 0.15.0
The os.name contains spaces, which means that the build.platform contains
spaces, which leads to mis-parsed commands from ant. By using sed, we can
replace the spaces with underscores.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.