Not able to generate gridmix.jar on already compiled version of hadoop
----------------------------------------------------------------------
Key: HADOOP-5648
URL: https://issues.apache.org/jira/browse/HADOOP-5648
Project: Hadoop Core
Issue Type: Bug
Components: benchmarks
Affects Versions: 0.20.0
Reporter: Suman Sehgal
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.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.