Issue Details (XML | Word | Printable)

Key: HADOOP-6141
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Hong Tang
Reporter: Hong Tang
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Hadoop Common

hadoop 0.20 branch "test-patch" is broken

Created: 10/Jul/09 10:22 PM   Updated: 11/Jul/09 12:21 AM
Return to search
Component/s: build
Affects Version/s: 0.20.0
Fix Version/s: 0.20.1

Time Tracking:
Not Specified

File Attachments:
  Size
Text File Licensed for inclusion in ASF works hadoop-6141.patch 2009-07-10 11:23 PM Hong Tang 5 kB

Hadoop Flags: Reviewed
Resolution Date: 11/Jul/09 12:21 AM


 Description  « Hide
There were two problems found in src/test/bin/test-patch.sh while I am doing the backporting of TFile patch (HADOOP-3315):
  • java5.home and forrest.home is not defined for the ant command in pre-build stage, which leads to the following error message (in file trunkJavacWarnings.txt):
    java5.check:
    
    BUILD FAILED
    /home/htang/workspace/test-patch/branch-0.20/build.xml:891: 'java5.home' is not defined.  Forrest requires Java 5.  Please pass -Djava5.home=<base of Java 5 distribution> to Ant on the command-line.
  • When referring 10-th argument from the command line, it should use "${10}" instead of "$10" (which is $1 with a zero appended).


 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Hong Tang made changes - 10/Jul/09 11:23 PM
Field Original Value New Value
Attachment hadoop-6141.patch [ 12413172 ]
Hong Tang made changes - 10/Jul/09 11:25 PM
Fix Version/s 0.20.0 [ 12313438 ]
Status Open [ 1 ] Patch Available [ 10002 ]
Tsz Wo (Nicholas), SZE made changes - 11/Jul/09 12:21 AM
Resolution Fixed [ 1 ]
Fix Version/s 0.20.0 [ 12313438 ]
Fix Version/s 0.20.1 [ 12313866 ]
Hadoop Flags [Reviewed]
Status Patch Available [ 10002 ] Resolved [ 5 ]