You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-dev@hadoop.apache.org by "Iyappan Srinivasan (JIRA)" <ji...@apache.org> on 2009/06/24 13:01:07 UTC

[jira] Created: (MAPREDUCE-659) gridmix2 not compiling under mapred module trunk/src/benchmarks/gridmix2

gridmix2 not compiling under mapred module trunk/src/benchmarks/gridmix2 
-------------------------------------------------------------------------

                 Key: MAPREDUCE-659
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-659
             Project: Hadoop Map/Reduce
          Issue Type: Bug
          Components: build
         Environment: latest trunk
            Reporter: Iyappan Srinivasan


When build is tried in gridmix2, it fails

trunk/src/benchmarks/gridmix2 $ ant
Buildfile: build.xml

init:

compile:
    [javac] Compiling 3 source files to /home/iyappans/new_trunk1/mapreduce/trunk/src/benchmarks/gridmix2/build
    [javac] /home/iyappans/new_trunk1/mapreduce/trunk/src/benchmarks/gridmix2/src/java/org/apache/hadoop/mapred/GridMixRunner.java:40: package org.apache.hadoop.streaming does not exist
    [javac] import org.apache.hadoop.streaming.StreamJob;
    [javac]                                   ^
    [javac] /home/iyappans/new_trunk1/mapreduce/trunk/src/benchmarks/gridmix2/src/java/org/apache/hadoop/mapred/GridMixRunner.java:123: cannot find symbol
    [javac] symbol: variable StreamJob
    [javac]         JobConf jobconf = StreamJob.createJob(args);
    [javac]                           ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] 2 errors

BUILD FAILED
/home/iyappans/new_trunk1/mapreduce/trunk/src/benchmarks/gridmix2/build.xml:27: Compile failed; see the compiler error output for details.

Total time: 1 second


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.