[ http://issues.apache.org/jira/browse/HADOOP-715?page=all ]
Arun C Murthy updated HADOOP-715:
---------------------------------
Attachment: HADOOP-715_20061114.patch
Here is a simple fix...
I've also renamed the 'hadoop.log.dir' variable in ant to 'test.log.dir' since
it is used only in the 'test' target for consistency and to ensure people don't
get confused.
> build.xml sets up wrong 'hadoop.log.dir' property for 'ant test'
> ----------------------------------------------------------------
>
> Key: HADOOP-715
> URL: http://issues.apache.org/jira/browse/HADOOP-715
> Project: Hadoop
> Issue Type: Bug
> Components: test
> Affects Versions: 0.8.0
> Reporter: Arun C Murthy
> Assigned To: Arun C Murthy
> Fix For: 0.9.0
>
> Attachments: HADOOP-715_20061114.patch
>
>
> build.xml - line nos. 329-331
> <sysproperty key="hadoop.log.dir" value="${hadoop.log.dir}"/>
> <sysproperty key="test.src.dir" value="${test.src.dir}"/>
> <sysproperty key="hadoop.log.dir" value="."/>
> wrongly overrides 'hadoop.log.dir' causing it to be setup incorrectly.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira