Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.20.0
-
None
-
Reviewed
Description
Not able to generate gridmix.jar for gridmix2 on compiled version of hadoop (which is untarred from hadoop binary) as builld.xml tries to find build directory in hadoop-home but "build" directory is not present on this path.
Following error is displayed :
Buildfile: build.xml
init:
[mkdir] Created dir: <hadoop-home>/src/benchmarks/gridmix2/build
[mkdir] Created dir: <hadoop-home>/src/benchmarks/gridmix2/dist
compile:
[javac] Compiling 3 source files to <hadoop-home>/src/benchmarks/gridmix2/build
BUILD FAILED
<hadoop-home>/src/benchmarks/gridmix2/build.xml:28: <hadoop-home>/build not found.