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 HU Wenjing A <We...@alcatel-sbell.com.cn> on 2012/06/14 05:01:41 UTC

hadoop source code porblem

Hi all,
I encountered a strange problem while I am trying to build the hadoop source code. I used the command line "ant -file build.xml" to build the source code and all the three parts can be built successfully. Then I tried another way using subversion in eclipse. I first checked out the code using subclipse and then set the ant builder. Before, all the three parts can be built successfully using this method. But today, mapreduce part failed the build with the following information: (I just re-prepared the build environment and this issue appeared)


Buildfile: /root/workspace/mapreduce/build.xml

clover.setup:

clover.info:
        [echo]      Clover not found. Code coverage reports disabled.
        [echo]

clover:

proxy:

ivy-download:
         [get] Getting: http://repo2.maven.org/maven2/org/apache/ivy/ivy/2.1.0/ivy-2.1.0.jar
         [get] To: /root/workspace/mapreduce/ivy/ivy-2.1.0.jar
         [get] Not modified - so not downloaded

ivy-init-dirs:

ivy-probe-antlib:

ivy-init-antlib:

ivy-init:
[ivy:configure] :: Ivy 2.1.0 - 20090925235825 :: http://ant.apache.org/ivy/ ::
[ivy:configure] :: loading settings :: file = /root/workspace/mapreduce/ivy/ivysettings.xml

ivy-resolve-common:

ivy-retrieve-common:
[ivy:cachepath] DEPRECATED: 'ivy.conf.file' is deprecated, use 'ivy.settings.file' instead
[ivy:cachepath] :: loading settings :: file = /root/workspace/mapreduce/ivy/ivysettings.xml

init:
       [touch] Creating /tmp/null1006740846
      [delete] Deleting: /tmp/null1006740846
       [unzip] Expanding: /root/workspace/mapreduce/build/ivy/lib/Hadoop/common/hadoop-hdfs-0.21.0-SNAPSHOT.jar into /root/workspace/mapreduce/build
        [copy] Copying 4 files to /root/workspace/mapreduce/conf
        [copy] Copying /root/workspace/mapreduce/conf/capacity-scheduler.xml.template to /root/workspace/mapreduce/conf/capacity-scheduler.xml
        [copy] Copying /root/workspace/mapreduce/conf/fair-scheduler.xml.template to /root/workspace/mapreduce/conf/fair-scheduler.xml
        [copy] Copying /root/workspace/mapreduce/conf/mapred-queues.xml.template to /root/workspace/mapreduce/conf/mapred-queues.xml
        [copy] Copying /root/workspace/mapreduce/conf/mapred-site.xml.template to /root/workspace/mapreduce/conf/mapred-site.xml
        [copy] Copying 4 files to /root/workspace/mapreduce/build/test/conf
        [copy] Copying /root/workspace/mapreduce/conf/capacity-scheduler.xml.template to /root/workspace/mapreduce/build/test/conf/capacity-scheduler.xml
        [copy] Copying /root/workspace/mapreduce/conf/fair-scheduler.xml.template to /root/workspace/mapreduce/build/test/conf/fair-scheduler.xml
        [copy] Copying /root/workspace/mapreduce/conf/mapred-queues.xml.template to /root/workspace/mapreduce/build/test/conf/mapred-queues.xml
        [copy] Copying /root/workspace/mapreduce/conf/mapred-site.xml.template to /root/workspace/mapreduce/build/test/conf/mapred-site.xml
        [copy] Copying 2 files to /root/workspace/mapreduce/src/contrib
        [copy] Copying /root/workspace/mapreduce/src/contrib/capacity-scheduler/src/java/mapred-queues.xml.template to /root/workspace/mapreduce/src/contrib/capacity-scheduler/src/java/mapred-queues.xml
        [copy] Copying /root/workspace/mapreduce/src/contrib/index/conf/index-config.xml.template to /root/workspace/mapreduce/src/contrib/index/conf/index-config.xml

avro-generate:

compile-mapred-classes:
       [javac] /root/workspace/mapreduce/build.xml:378: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
       [javac] Compiling 22 source files to /root/workspace/mapreduce/build/classes

check-c++-makefiles:

create-c++-pipes-makefile:

create-c++-utils-makefile:

compile-c++-utils:

compile-c++-pipes:

compile-c++:

compile-core:

jar:
         [jar] Building jar: /root/workspace/mapreduce/build/hadoop-mapred-0.21.1-SNAPSHOT.jar
         [jar] Building jar: /root/workspace/mapreduce/build/hadoop-mapred-0.21.1-SNAPSHOT-sources.jar

compile-tools:
       [javac] /root/workspace/mapreduce/build.xml:400: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

tools:

compile-contrib:

compile:

check-contrib:

init:
        [echo] contrib: block_forensics

init-contrib:

ivy-download:
         [get] Getting: http://repo2.maven.org/maven2/org/apache/ivy/ivy/2.1.0/ivy-2.1.0.jar
         [get] To: /root/workspace/mapreduce/ivy/ivy-2.1.0.jar
         [get] Not modified - so not downloaded

ivy-probe-antlib:

ivy-init-antlib:

ivy-init:
[ivy:configure] :: loading settings :: file = /root/workspace/mapreduce/ivy/ivysettings.xml

ivy-resolve-common:
 [ivy:resolve] :: resolving dependencies :: org.apache.hadoop#block_forensics;working@master
 [ivy:resolve]   confs: [common]
 [ivy:resolve]   found org.apache.hadoop#hadoop-common;0.21.0-SNAPSHOT in apache-snapshot
 [ivy:resolve]   found commons-cli#commons-cli;1.2 in maven2
 [ivy:resolve]   found xmlenc#xmlenc;0.52 in maven2
 [ivy:resolve]   found commons-httpclient#commons-httpclient;3.1 in maven2
 [ivy:resolve]   found commons-logging#commons-logging;1.0.4 in maven2
 [ivy:resolve]   found commons-codec#commons-codec;1.4 in maven2
 [ivy:resolve]   found commons-net#commons-net;1.4.1 in maven2
 [ivy:resolve]   found oro#oro;2.0.8 in maven2
 [ivy:resolve]   found org.mortbay.jetty#jetty;6.1.14 in maven2
 [ivy:resolve]   found org.mortbay.jetty#jetty-util;6.1.14 in maven2
 [ivy:resolve]   found org.mortbay.jetty#servlet-api-2.5;6.1.14 in maven2
 [ivy:resolve]   found tomcat#jasper-runtime;5.5.12 in maven2
 [ivy:resolve]   found tomcat#jasper-compiler;5.5.12 in maven2
 [ivy:resolve]   found org.mortbay.jetty#jsp-api-2.1;6.1.14 in maven2
 [ivy:resolve]   found org.mortbay.jetty#jsp-2.1;6.1.14 in maven2
 [ivy:resolve]   found org.eclipse.jdt#core;3.1.1 in maven2
 [ivy:resolve]   found ant#ant;1.6.5 in maven2
 [ivy:resolve]   found commons-el#commons-el;1.0 in maven2
 [ivy:resolve]   found net.java.dev.jets3t#jets3t;0.7.1 in maven2
 [ivy:resolve]   found commons-logging#commons-logging;1.1.1 in maven2
 [ivy:resolve]   found net.sf.kosmosfs#kfs;0.3 in maven2
 [ivy:resolve]   found junit#junit;4.8.1 in maven2
 [ivy:resolve]   found hsqldb#hsqldb;1.8.0.10 in maven2
 [ivy:resolve]   found org.apache.hadoop#avro;1.3.2 in maven2
 [ivy:resolve]   found org.codehaus.jackson#jackson-mapper-asl;1.4.2 in maven2
 [ivy:resolve]   found org.codehaus.jackson#jackson-core-asl;1.4.2 in maven2
 [ivy:resolve]   found org.slf4j#slf4j-api;1.5.11 in maven2
 [ivy:resolve]   found com.thoughtworks.paranamer#paranamer;2.2 in maven2
 [ivy:resolve]   found com.thoughtworks.paranamer#paranamer-ant;2.2 in maven2
 [ivy:resolve]   found com.thoughtworks.paranamer#paranamer-generator;2.2 in maven2
 [ivy:resolve]   found com.thoughtworks.qdox#qdox;1.10.1 in maven2
 [ivy:resolve]   found asm#asm;3.2 in maven2
 [ivy:resolve]   found commons-lang#commons-lang;2.5 in maven2
 [ivy:resolve] :: resolution report :: resolve 2474ms :: artifacts dl 17ms
 [ivy:resolve]   :: evicted modules:
 [ivy:resolve]   commons-logging#commons-logging;1.0.4 by [commons-logging#commons-logging;1.1.1] in [common]
 [ivy:resolve]   commons-codec#commons-codec;1.2 by [commons-codec#commons-codec;1.4] in [common]
 [ivy:resolve]   commons-logging#commons-logging;1.0.3 by [commons-logging#commons-logging;1.0.4] in [common]
 [ivy:resolve]   commons-codec#commons-codec;1.3 by [commons-codec#commons-codec;1.4] in [common]
         ---------------------------------------------------------------------
         |                  |            modules            ||   artifacts   |
         |       conf       | number| search|dwnlded|evicted|| number|dwnlded|
         ---------------------------------------------------------------------
         |      common      |   36  |   1   |   0   |   4   ||   32  |   0   |
         ---------------------------------------------------------------------

ivy-retrieve-common:
[ivy:retrieve] :: retrieving :: org.apache.hadoop#block_forensics [sync]
[ivy:retrieve]    confs: [common]
[ivy:retrieve]    0 artifacts copied, 32 already retrieved (0kB/42ms)
[ivy:cachepath] DEPRECATED: 'ivy.conf.file' is deprecated, use 'ivy.settings.file' instead
[ivy:cachepath] :: loading settings :: file = /root/workspace/mapreduce/ivy/ivysettings.xml

compile:
        [echo] contrib: block_forensics
       [javac] /root/workspace/mapreduce/src/contrib/build-contrib.xml:146: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

check-contrib:

init:
        [echo] contrib: capacity-scheduler

init-contrib:

ivy-download:
         [get] Getting: http://repo2.maven.org/maven2/org/apache/ivy/ivy/2.1.0/ivy-2.1.0.jar
         [get] To: /root/workspace/mapreduce/ivy/ivy-2.1.0.jar
         [get] Not modified - so not downloaded

ivy-probe-antlib:

ivy-init-antlib:

ivy-init:
[ivy:configure] :: loading settings :: file = /root/workspace/mapreduce/ivy/ivysettings.xml

ivy-resolve-common:
 [ivy:resolve] :: resolving dependencies :: org.apache.hadoop#capacity-scheduler;working@master
 [ivy:resolve]   confs: [common]
 [ivy:resolve]   found org.apache.hadoop#hadoop-common;0.21.0-SNAPSHOT in apache-snapshot
 [ivy:resolve]   found commons-cli#commons-cli;1.2 in maven2
 [ivy:resolve]   found xmlenc#xmlenc;0.52 in maven2
 [ivy:resolve]   found commons-httpclient#commons-httpclient;3.1 in maven2
 [ivy:resolve]   found commons-codec#commons-codec;1.4 in maven2
 [ivy:resolve]   found commons-net#commons-net;1.4.1 in maven2
 [ivy:resolve]   found oro#oro;2.0.8 in maven2
 [ivy:resolve]   found org.mortbay.jetty#jetty;6.1.14 in maven2
 [ivy:resolve]   found org.mortbay.jetty#jetty-util;6.1.14 in maven2
 [ivy:resolve]   found org.mortbay.jetty#servlet-api-2.5;6.1.14 in maven2
 [ivy:resolve]   found tomcat#jasper-runtime;5.5.12 in maven2
 [ivy:resolve]   found tomcat#jasper-compiler;5.5.12 in maven2
 [ivy:resolve]   found org.mortbay.jetty#jsp-api-2.1;6.1.14 in maven2
 [ivy:resolve]   found org.mortbay.jetty#jsp-2.1;6.1.14 in maven2
 [ivy:resolve]   found org.eclipse.jdt#core;3.1.1 in maven2
 [ivy:resolve]   found ant#ant;1.6.5 in maven2
 [ivy:resolve]   found commons-el#commons-el;1.0 in maven2
 [ivy:resolve]   found net.java.dev.jets3t#jets3t;0.7.1 in maven2
 [ivy:resolve]   found commons-logging#commons-logging;1.1.1 in maven2
 [ivy:resolve]   found net.sf.kosmosfs#kfs;0.3 in maven2
 [ivy:resolve]   found junit#junit;4.8.1 in maven2
 [ivy:resolve]   found hsqldb#hsqldb;1.8.0.10 in maven2
 [ivy:resolve]   found org.apache.hadoop#avro;1.3.2 in maven2
 [ivy:resolve]   found org.codehaus.jackson#jackson-mapper-asl;1.4.2 in maven2
 [ivy:resolve]   found org.codehaus.jackson#jackson-core-asl;1.4.2 in maven2
 [ivy:resolve]   found org.slf4j#slf4j-api;1.5.11 in maven2
 [ivy:resolve]   found com.thoughtworks.paranamer#paranamer;2.2 in maven2
 [ivy:resolve]   found com.thoughtworks.paranamer#paranamer-ant;2.2 in maven2
 [ivy:resolve]   found com.thoughtworks.paranamer#paranamer-generator;2.2 in maven2
 [ivy:resolve]   found com.thoughtworks.qdox#qdox;1.10.1 in maven2
 [ivy:resolve]   found asm#asm;3.2 in maven2
 [ivy:resolve]   found commons-lang#commons-lang;2.5 in maven2
 [ivy:resolve]   found org.apache.hadoop#hadoop-hdfs;0.21.0-SNAPSHOT in apache-snapshot
 [ivy:resolve]   found log4j#log4j;1.2.15 in maven2
 [ivy:resolve] :: resolution report :: resolve 2968ms :: artifacts dl 32ms
 [ivy:resolve]   :: evicted modules:
 [ivy:resolve]   commons-logging#commons-logging;1.0.4 by [commons-logging#commons-logging;1.1.1] in [common]
 [ivy:resolve]   commons-codec#commons-codec;1.2 by [commons-codec#commons-codec;1.4] in [common]
 [ivy:resolve]   commons-logging#commons-logging;1.0.3 by [commons-logging#commons-logging;1.1.1] in [common]
 [ivy:resolve]   commons-codec#commons-codec;1.3 by [commons-codec#commons-codec;1.4] in [common]
         ---------------------------------------------------------------------
         |                  |            modules            ||   artifacts   |
         |       conf       | number| search|dwnlded|evicted|| number|dwnlded|
         ---------------------------------------------------------------------
         |      common      |   38  |   2   |   0   |   4   ||   34  |   0   |
         ---------------------------------------------------------------------

ivy-retrieve-common:
[ivy:retrieve] :: retrieving :: org.apache.hadoop#capacity-scheduler [sync]
[ivy:retrieve]    confs: [common]
[ivy:retrieve]    0 artifacts copied, 34 already retrieved (0kB/60ms)
[ivy:cachepath] DEPRECATED: 'ivy.conf.file' is deprecated, use 'ivy.settings.file' instead
[ivy:cachepath] :: loading settings :: file = /root/workspace/mapreduce/ivy/ivysettings.xml

compile:
        [echo] contrib: capacity-scheduler
       [javac] /root/workspace/mapreduce/src/contrib/build-contrib.xml:146: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

check-contrib:

init:
        [echo] contrib: datajoin

init-contrib:

ivy-download:
         [get] Getting: http://repo2.maven.org/maven2/org/apache/ivy/ivy/2.1.0/ivy-2.1.0.jar
         [get] To: /root/workspace/mapreduce/ivy/ivy-2.1.0.jar
         [get] Not modified - so not downloaded

ivy-probe-antlib:

ivy-init-antlib:

ivy-init:
[ivy:configure] :: loading settings :: file = /root/workspace/mapreduce/ivy/ivysettings.xml

ivy-resolve-common:
 [ivy:resolve] :: resolving dependencies :: org.apache.hadoop#datajoin;working@master
 [ivy:resolve]   confs: [common]
 [ivy:resolve]   found org.apache.hadoop#hadoop-common;0.21.0-SNAPSHOT in apache-snapshot
 [ivy:resolve]   found commons-cli#commons-cli;1.2 in maven2
 [ivy:resolve]   found xmlenc#xmlenc;0.52 in maven2
 [ivy:resolve]   found commons-httpclient#commons-httpclient;3.1 in maven2
 [ivy:resolve]   found commons-codec#commons-codec;1.4 in maven2
 [ivy:resolve]   found commons-net#commons-net;1.4.1 in maven2
 [ivy:resolve]   found oro#oro;2.0.8 in maven2
 [ivy:resolve]   found org.mortbay.jetty#jetty;6.1.14 in maven2
 [ivy:resolve]   found org.mortbay.jetty#jetty-util;6.1.14 in maven2
 [ivy:resolve]   found org.mortbay.jetty#servlet-api-2.5;6.1.14 in maven2
 [ivy:resolve]   found tomcat#jasper-runtime;5.5.12 in maven2
 [ivy:resolve]   found tomcat#jasper-compiler;5.5.12 in maven2
 [ivy:resolve]   found org.mortbay.jetty#jsp-api-2.1;6.1.14 in maven2
 [ivy:resolve]   found org.mortbay.jetty#jsp-2.1;6.1.14 in maven2
 [ivy:resolve]   found org.eclipse.jdt#core;3.1.1 in maven2
 [ivy:resolve]   found ant#ant;1.6.5 in maven2
 [ivy:resolve]   found commons-el#commons-el;1.0 in maven2
 [ivy:resolve]   found net.java.dev.jets3t#jets3t;0.7.1 in maven2
 [ivy:resolve]   found commons-logging#commons-logging;1.1.1 in maven2
 [ivy:resolve]   found net.sf.kosmosfs#kfs;0.3 in maven2
 [ivy:resolve]   found junit#junit;4.8.1 in maven2
 [ivy:resolve]   found hsqldb#hsqldb;1.8.0.10 in maven2
 [ivy:resolve]   found org.apache.hadoop#avro;1.3.2 in maven2
 [ivy:resolve]   found org.codehaus.jackson#jackson-mapper-asl;1.4.2 in maven2
 [ivy:resolve]   found org.codehaus.jackson#jackson-core-asl;1.4.2 in maven2
 [ivy:resolve]   found org.slf4j#slf4j-api;1.5.11 in maven2
 [ivy:resolve]   found com.thoughtworks.paranamer#paranamer;2.2 in maven2
 [ivy:resolve]   found com.thoughtworks.paranamer#paranamer-ant;2.2 in maven2
 [ivy:resolve]   found com.thoughtworks.paranamer#paranamer-generator;2.2 in maven2
 [ivy:resolve]   found com.thoughtworks.qdox#qdox;1.10.1 in maven2
 [ivy:resolve]   found asm#asm;3.2 in maven2
 [ivy:resolve]   found commons-lang#commons-lang;2.5 in maven2
 [ivy:resolve]   found org.apache.hadoop#hadoop-common-test;0.21.0-SNAPSHOT in apache-snapshot
 [ivy:resolve]   found org.apache.ftpserver#ftplet-api;1.0.0 in maven2
 [ivy:resolve]   found org.apache.mina#mina-core;2.0.0-M5 in maven2
 [ivy:resolve]   found org.apache.ftpserver#ftpserver-core;1.0.0 in maven2
 [ivy:resolve]   found org.apache.ftpserver#ftpserver-deprecated;1.0.0-M2 in maven2
 [ivy:resolve]   found org.apache.hadoop#hadoop-hdfs;0.21.0-SNAPSHOT in apache-snapshot
 [ivy:resolve]   found org.apache.hadoop#hadoop-hdfs-test;0.21.0-SNAPSHOT in apache-snapshot
 [ivy:resolve]   found log4j#log4j;1.2.15 in maven2
 [ivy:resolve] :: resolution report :: resolve 4724ms :: artifacts dl 29ms
 [ivy:resolve]   :: evicted modules:
 [ivy:resolve]   commons-logging#commons-logging;1.0.4 by [commons-logging#commons-logging;1.1.1] in [common]
 [ivy:resolve]   commons-codec#commons-codec;1.2 by [commons-codec#commons-codec;1.4] in [common]
 [ivy:resolve]   commons-logging#commons-logging;1.0.3 by [commons-logging#commons-logging;1.1.1] in [common]
 [ivy:resolve]   commons-codec#commons-codec;1.3 by [commons-codec#commons-codec;1.4] in [common]
 [ivy:resolve]   org.slf4j#slf4j-api;1.5.2 by [org.slf4j#slf4j-api;1.5.11] in [common]
 [ivy:resolve]   org.apache.mina#mina-core;2.0.0-M4 by [org.apache.mina#mina-core;2.0.0-M5] in [common]
 [ivy:resolve]   org.apache.ftpserver#ftplet-api;1.0.0-M2 by [org.apache.ftpserver#ftplet-api;1.0.0] in [common]
 [ivy:resolve]   org.apache.ftpserver#ftpserver-core;1.0.0-M2 by [org.apache.ftpserver#ftpserver-core;1.0.0] in [common]
 [ivy:resolve]   org.apache.mina#mina-core;2.0.0-M2 by [org.apache.mina#mina-core;2.0.0-M5] in [common]
         ---------------------------------------------------------------------
         |                  |            modules            ||   artifacts   |
         |       conf       | number| search|dwnlded|evicted|| number|dwnlded|
         ---------------------------------------------------------------------
         |      common      |   49  |   4   |   0   |   9   ||   40  |   0   |
         ---------------------------------------------------------------------

ivy-retrieve-common:
[ivy:retrieve] :: retrieving :: org.apache.hadoop#datajoin [sync]
[ivy:retrieve]    confs: [common]
[ivy:retrieve]    0 artifacts copied, 40 already retrieved (0kB/12ms)
[ivy:cachepath] DEPRECATED: 'ivy.conf.file' is deprecated, use 'ivy.settings.file' instead
[ivy:cachepath] :: loading settings :: file = /root/workspace/mapreduce/ivy/ivysettings.xml

compile:
        [echo] contrib: datajoin
       [javac] /root/workspace/mapreduce/src/contrib/build-contrib.xml:146: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

check-contrib:

init:
        [echo] contrib: dynamic-priority

init-contrib:

ivy-download:
         [get] Getting: http://repo2.maven.org/maven2/org/apache/ivy/ivy/2.1.0/ivy-2.1.0.jar
         [get] To: /root/workspace/mapreduce/ivy/ivy-2.1.0.jar
         [get] Not modified - so not downloaded

ivy-probe-antlib:

ivy-init-antlib:

ivy-init:
[ivy:configure] :: loading settings :: file = /root/workspace/mapreduce/ivy/ivysettings.xml

ivy-resolve-common:
 [ivy:resolve] :: resolving dependencies :: org.apache.hadoop#dynamic-priority;working@master
 [ivy:resolve]   confs: [common]
 [ivy:resolve]   found org.apache.hadoop#hadoop-common;0.21.0-SNAPSHOT in apache-snapshot
 [ivy:resolve]   found commons-cli#commons-cli;1.2 in maven2
 [ivy:resolve]   found xmlenc#xmlenc;0.52 in maven2
 [ivy:resolve]   found commons-httpclient#commons-httpclient;3.1 in maven2
 [ivy:resolve]   found commons-codec#commons-codec;1.4 in maven2
 [ivy:resolve]   found commons-net#commons-net;1.4.1 in maven2
 [ivy:resolve]   found oro#oro;2.0.8 in maven2
 [ivy:resolve]   found org.mortbay.jetty#jetty;6.1.14 in maven2
 [ivy:resolve]   found org.mortbay.jetty#jetty-util;6.1.14 in maven2
 [ivy:resolve]   found org.mortbay.jetty#servlet-api-2.5;6.1.14 in maven2
 [ivy:resolve]   found tomcat#jasper-runtime;5.5.12 in maven2
 [ivy:resolve]   found tomcat#jasper-compiler;5.5.12 in maven2
 [ivy:resolve]   found org.mortbay.jetty#jsp-api-2.1;6.1.14 in maven2
 [ivy:resolve]   found org.mortbay.jetty#jsp-2.1;6.1.14 in maven2
 [ivy:resolve]   found org.eclipse.jdt#core;3.1.1 in maven2
 [ivy:resolve]   found ant#ant;1.6.5 in maven2
 [ivy:resolve]   found commons-el#commons-el;1.0 in maven2
 [ivy:resolve]   found net.java.dev.jets3t#jets3t;0.7.1 in maven2
 [ivy:resolve]   found commons-logging#commons-logging;1.1.1 in maven2
 [ivy:resolve]   found net.sf.kosmosfs#kfs;0.3 in maven2
 [ivy:resolve]   found junit#junit;4.8.1 in maven2
 [ivy:resolve]   found hsqldb#hsqldb;1.8.0.10 in maven2
 [ivy:resolve]   found org.apache.hadoop#avro;1.3.2 in maven2
 [ivy:resolve]   found org.codehaus.jackson#jackson-mapper-asl;1.4.2 in maven2
 [ivy:resolve]   found org.codehaus.jackson#jackson-core-asl;1.4.2 in maven2
 [ivy:resolve]   found org.slf4j#slf4j-api;1.5.11 in maven2
 [ivy:resolve]   found com.thoughtworks.paranamer#paranamer;2.2 in maven2
 [ivy:resolve]   found com.thoughtworks.paranamer#paranamer-ant;2.2 in maven2
 [ivy:resolve]   found com.thoughtworks.paranamer#paranamer-generator;2.2 in maven2
 [ivy:resolve]   found com.thoughtworks.qdox#qdox;1.10.1 in maven2
 [ivy:resolve]   found asm#asm;3.2 in maven2
 [ivy:resolve]   found commons-lang#commons-lang;2.5 in maven2
 [ivy:resolve]   found log4j#log4j;1.2.15 in maven2
 [ivy:resolve] :: resolution report :: resolve 1256ms :: artifacts dl 34ms
 [ivy:resolve]   :: evicted modules:
 [ivy:resolve]   commons-logging#commons-logging;1.0.4 by [commons-logging#commons-logging;1.1.1] in [common]
 [ivy:resolve]   commons-codec#commons-codec;1.2 by [commons-codec#commons-codec;1.4] in [common]
 [ivy:resolve]   commons-logging#commons-logging;1.0.3 by [commons-logging#commons-logging;1.1.1] in [common]
 [ivy:resolve]   commons-codec#commons-codec;1.3 by [commons-codec#commons-codec;1.4] in [common]
         ---------------------------------------------------------------------
         |                  |            modules            ||   artifacts   |
         |       conf       | number| search|dwnlded|evicted|| number|dwnlded|
         ---------------------------------------------------------------------
         |      common      |   37  |   1   |   0   |   4   ||   33  |   0   |
         ---------------------------------------------------------------------

ivy-retrieve-common:
[ivy:retrieve] :: retrieving :: org.apache.hadoop#dynamic-priority [sync]
[ivy:retrieve]    confs: [common]
[ivy:retrieve]    0 artifacts copied, 33 already retrieved (0kB/9ms)
[ivy:cachepath] DEPRECATED: 'ivy.conf.file' is deprecated, use 'ivy.settings.file' instead
[ivy:cachepath] :: loading settings :: file = /root/workspace/mapreduce/ivy/ivysettings.xml

compile:
        [echo] contrib: dynamic-priority
       [javac] /root/workspace/mapreduce/src/contrib/build-contrib.xml:146: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

check-contrib:

init:
        [echo] contrib: eclipse-plugin

init-contrib:

ivy-download:
         [get] Getting: http://repo2.maven.org/maven2/org/apache/ivy/ivy/2.1.0/ivy-2.1.0.jar
         [get] To: /root/workspace/mapreduce/ivy/ivy-2.1.0.jar
         [get] Not modified - so not downloaded

ivy-probe-antlib:

ivy-init-antlib:

ivy-init:
[ivy:configure] :: loading settings :: file = /root/workspace/mapreduce/ivy/ivysettings.xml

ivy-resolve-common:
 [ivy:resolve] :: resolving dependencies :: org.apache.hadoop#eclipse-plugin;working@master
 [ivy:resolve]   confs: [common]
 [ivy:resolve]   found org.apache.hadoop#hadoop-common;0.21.0-SNAPSHOT in apache-snapshot
 [ivy:resolve]   found commons-cli#commons-cli;1.2 in maven2
 [ivy:resolve]   found xmlenc#xmlenc;0.52 in maven2
 [ivy:resolve]   found commons-httpclient#commons-httpclient;3.1 in maven2
 [ivy:resolve]   found commons-codec#commons-codec;1.4 in maven2
 [ivy:resolve]   found commons-net#commons-net;1.4.1 in maven2
 [ivy:resolve]   found oro#oro;2.0.8 in maven2
 [ivy:resolve]   found org.mortbay.jetty#jetty;6.1.14 in maven2
 [ivy:resolve]   found org.mortbay.jetty#jetty-util;6.1.14 in maven2
 [ivy:resolve]   found org.mortbay.jetty#servlet-api-2.5;6.1.14 in maven2
 [ivy:resolve]   found tomcat#jasper-runtime;5.5.12 in maven2
 [ivy:resolve]   found tomcat#jasper-compiler;5.5.12 in maven2
 [ivy:resolve]   found org.mortbay.jetty#jsp-api-2.1;6.1.14 in maven2
 [ivy:resolve]   found org.mortbay.jetty#jsp-2.1;6.1.14 in maven2
 [ivy:resolve]   found org.eclipse.jdt#core;3.1.1 in maven2
 [ivy:resolve]   found ant#ant;1.6.5 in maven2
 [ivy:resolve]   found commons-el#commons-el;1.0 in maven2
 [ivy:resolve]   found net.java.dev.jets3t#jets3t;0.7.1 in maven2
 [ivy:resolve]   found commons-logging#commons-logging;1.1.1 in maven2
 [ivy:resolve]   found net.sf.kosmosfs#kfs;0.3 in maven2
 [ivy:resolve]   found junit#junit;4.8.1 in maven2
 [ivy:resolve]   found hsqldb#hsqldb;1.8.0.10 in maven2
 [ivy:resolve]   found org.apache.hadoop#avro;1.3.2 in maven2
 [ivy:resolve]   found org.codehaus.jackson#jackson-mapper-asl;1.4.2 in maven2
 [ivy:resolve]   found org.codehaus.jackson#jackson-core-asl;1.4.2 in maven2
 [ivy:resolve]   found org.slf4j#slf4j-api;1.5.11 in maven2
 [ivy:resolve]   found com.thoughtworks.paranamer#paranamer;2.2 in maven2
 [ivy:resolve]   found com.thoughtworks.paranamer#paranamer-ant;2.2 in maven2
 [ivy:resolve]   found com.thoughtworks.paranamer#paranamer-generator;2.2 in maven2
 [ivy:resolve]   found com.thoughtworks.qdox#qdox;1.10.1 in maven2
 [ivy:resolve]   found asm#asm;3.2 in maven2
 [ivy:resolve]   found commons-lang#commons-lang;2.5 in maven2
 [ivy:resolve]   found org.apache.hadoop#hadoop-hdfs;0.21.0-SNAPSHOT in apache-snapshot
 [ivy:resolve]   found log4j#log4j;1.2.15 in maven2
 [ivy:resolve] :: resolution report :: resolve 2014ms :: artifacts dl 32ms
 [ivy:resolve]   :: evicted modules:
 [ivy:resolve]   commons-logging#commons-logging;1.0.4 by [commons-logging#commons-logging;1.1.1] in [common]
 [ivy:resolve]   commons-codec#commons-codec;1.2 by [commons-codec#commons-codec;1.4] in [common]
 [ivy:resolve]   commons-logging#commons-logging;1.0.3 by [commons-logging#commons-logging;1.1.1] in [common]
 [ivy:resolve]   commons-codec#commons-codec;1.3 by [commons-codec#commons-codec;1.4] in [common]
         ---------------------------------------------------------------------
         |                  |            modules            ||   artifacts   |
         |       conf       | number| search|dwnlded|evicted|| number|dwnlded|
         ---------------------------------------------------------------------
         |      common      |   38  |   2   |   0   |   4   ||   34  |   0   |
         ---------------------------------------------------------------------

ivy-retrieve-common:
[ivy:retrieve] :: retrieving :: org.apache.hadoop#eclipse-plugin [sync]
[ivy:retrieve]    confs: [common]
[ivy:retrieve]    0 artifacts copied, 34 already retrieved (0kB/9ms)
[ivy:cachepath] DEPRECATED: 'ivy.conf.file' is deprecated, use 'ivy.settings.file' instead
[ivy:cachepath] :: loading settings :: file = /root/workspace/mapreduce/ivy/ivysettings.xml

compile:
        [echo] contrib: eclipse-plugin
       [javac] /root/workspace/mapreduce/src/contrib/eclipse-plugin/build.xml:62: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
       [javac] Compiling 45 source files to /root/workspace/mapreduce/build/contrib/eclipse-plugin/classes
       [javac] /root/workspace/mapreduce/src/contrib/eclipse-plugin/src/java/org/apache/hadoop/eclipse/launch/HadoopApplicationLaunchShortcut.java:35: cannot find symbol
       [javac] symbol  : class JavaApplicationLaunchShortcut
       [javac] location: package org.eclipse.jdt.internal.debug.ui.launcher
       [javac] import org.eclipse.jdt.internal.debug.ui.launcher.JavaApplicationLaunchShortcut;
       [javac]                                                  ^
       [javac] /root/workspace/mapreduce/src/contrib/eclipse-plugin/src/java/org/apache/hadoop/eclipse/launch/HadoopApplicationLaunchShortcut.java:49: cannot find symbol
       [javac] symbol: class JavaApplicationLaunchShortcut
       [javac]     JavaApplicationLaunchShortcut {
       [javac]     ^
       [javac] /root/workspace/mapreduce/src/contrib/eclipse-plugin/src/java/org/apache/hadoop/eclipse/launch/HadoopApplicationLaunchShortcut.java:66: cannot find symbol
       [javac] symbol  : variable super
       [javac] location: class org.apache.hadoop.eclipse.launch.HadoopApplicationLaunchShortcut
       [javac]         super.findLaunchConfiguration(type, configType);
       [javac]         ^
       [javac] /root/workspace/mapreduce/src/contrib/eclipse-plugin/src/java/org/apache/hadoop/eclipse/launch/HadoopApplicationLaunchShortcut.java:60: method does not override or implement a method from a supertype
       [javac]   @Override
       [javac]   ^
       [javac] Note: Some input files use or override a deprecated API.
       [javac] Note: Recompile with -Xlint:deprecation for details.
       [javac] Note: Some input files use unchecked or unsafe operations.
       [javac] Note: Recompile with -Xlint:unchecked for details.
       [javac] 4 errors

BUILD FAILED
/root/workspace/mapreduce/build.xml:416: The following error occurred while executing this line:
/root/workspace/mapreduce/src/contrib/build.xml:30: The following error occurred while executing this line:
/root/workspace/mapreduce/src/contrib/eclipse-plugin/build.xml:62: Compile failed; see the compiler error output for details.

Total time: 39 seconds



Could someone give me any suggestion about this issue?
Thank you in advance!  : )

Thanks & best regards,
Wenjing