Return-Path: X-Original-To: apmail-hadoop-mapreduce-user-archive@minotaur.apache.org Delivered-To: apmail-hadoop-mapreduce-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C87097CF1 for ; Fri, 11 Nov 2011 21:04:29 +0000 (UTC) Received: (qmail 99670 invoked by uid 500); 11 Nov 2011 21:04:28 -0000 Delivered-To: apmail-hadoop-mapreduce-user-archive@hadoop.apache.org Received: (qmail 99575 invoked by uid 500); 11 Nov 2011 21:04:28 -0000 Mailing-List: contact mapreduce-user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-user@hadoop.apache.org Delivered-To: mailing list mapreduce-user@hadoop.apache.org Received: (qmail 99567 invoked by uid 99); 11 Nov 2011 21:04:28 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Nov 2011 21:04:28 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of rajesh.putt@gmail.com designates 209.85.216.41 as permitted sender) Received: from [209.85.216.41] (HELO mail-qw0-f41.google.com) (209.85.216.41) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Nov 2011 21:04:20 +0000 Received: by qadc11 with SMTP id c11so5175499qad.14 for ; Fri, 11 Nov 2011 13:03:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=mVytukUaAQe//g0vOeobmmxHPHhOZ1Y4cOhv3b/HHEs=; b=rMldCnBkXBCXUj1lO7hbzWZxTJZZbUdDPUOoo6pJNMT4NyM0tg+UBp8JQF1zrJZCDm 1atYTxZaY4hJD8INa+b8gOmNwzMZps8oXgav9ualF8/U6UfjM9hp/5n+tAeSzhFiE8aM xUmmoUWW287lXL0U43wlKmjBJ7DGaz5tPd+9M= MIME-Version: 1.0 Received: by 10.224.185.210 with SMTP id cp18mr10357715qab.37.1321045420387; Fri, 11 Nov 2011 13:03:40 -0800 (PST) Received: by 10.229.44.211 with HTTP; Fri, 11 Nov 2011 13:03:40 -0800 (PST) Date: Sat, 12 Nov 2011 02:33:40 +0530 Message-ID: Subject: Issue while building hadoop-mapreduce-project in trunk From: rajesh putta To: mapreduce-user@hadoop.apache.org Content-Type: multipart/alternative; boundary=20cf30334a8303ac7504b17bdbc0 X-Virus-Checked: Checked by ClamAV on apache.org --20cf30334a8303ac7504b17bdbc0 Content-Type: text/plain; charset=ISO-8859-1 Hi, When i am trying to build hadoop-mapreduce-project in hadoop trunk i came across this.Please help me out with this.Thanks in advance [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] /home/rajesh/Hadoop-Trunk/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapred/Counters.java:[473,33] incompatible types; inferred type argument(s) org.apache.hadoop.mapreduce.Counter,java.lang.Object do not conform to bounds of type variable(s) C,G found : java.lang.String required: java.lang.String [ERROR] /home/rajesh/Hadoop-Trunk/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapred/Counters.java:[485,36] incompatible types; inferred type argument(s) org.apache.hadoop.mapreduce.Counter,java.lang.Object do not conform to bounds of type variable(s) C,G found : org.apache.hadoop.mapred.Counters required: org.apache.hadoop.mapred.Counters [INFO] 2 errors [INFO] ------------------------------------------------------------- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] hadoop-yarn ....................................... SUCCESS [7.726s] [INFO] hadoop-yarn-api ................................... SUCCESS [45.438s] [INFO] hadoop-yarn-common ................................ SUCCESS [58.722s] [INFO] hadoop-yarn-server ................................ SUCCESS [0.464s] [INFO] hadoop-yarn-server-common ......................... SUCCESS [19.194s] [INFO] hadoop-yarn-server-nodemanager .................... SUCCESS [40.454s] [INFO] hadoop-yarn-server-web-proxy ...................... SUCCESS [12.709s] [INFO] hadoop-yarn-server-resourcemanager ................ SUCCESS [49.082s] [INFO] hadoop-yarn-server-tests .......................... SUCCESS [7.770s] [INFO] hadoop-mapreduce-client ........................... SUCCESS [0.361s] [INFO] hadoop-mapreduce-client-core ...................... FAILURE [34.484s] [INFO] hadoop-yarn-applications .......................... SKIPPED [INFO] hadoop-yarn-applications-distributedshell ......... SKIPPED [INFO] hadoop-yarn-site .................................. SKIPPED [INFO] hadoop-mapreduce-client-common .................... SKIPPED [INFO] hadoop-mapreduce-client-shuffle ................... SKIPPED [INFO] hadoop-mapreduce-client-app ....................... SKIPPED [INFO] hadoop-mapreduce-client-hs ........................ SKIPPED [INFO] hadoop-mapreduce-client-jobclient ................. SKIPPED [INFO] hadoop-mapreduce .................................. SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 4:39.327s [INFO] Finished at: Sat Nov 12 02:22:55 IST 2011 [INFO] Final Memory: 111M/303M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project hadoop-mapreduce-client-core: Compilation failure: Compilation failure: [ERROR] /home/rajesh/Hadoop-Trunk/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapred/Counters.java:[473,33] incompatible types; inferred type argument(s) org.apache.hadoop.mapreduce.Counter,java.lang.Object do not conform to bounds of type variable(s) C,G [ERROR] found : java.lang.String [ERROR] required: java.lang.String [ERROR] /home/rajesh/Hadoop-Trunk/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapred/Counters.java:[485,36] incompatible types; inferred type argument(s) org.apache.hadoop.mapreduce.Counter,java.lang.Object do not conform to bounds of type variable(s) C,G [ERROR] found : org.apache.hadoop.mapred.Counters [ERROR] required: org.apache.hadoop.mapred.Counters [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn -rf :hadoop-mapreduce-client-core Thanks Rajesh Putta Development Engineer Pramati Technologies --20cf30334a8303ac7504b17bdbc0 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi,
When i am trying to build hadoop-mapreduce-project in hadoop trunk i= came across this.Please help me out with this.Thanks in advance

[ERROR] COMPILATION ERROR :
[INFO] -----------------------------------= --------------------------
[ERROR] /home/rajesh/Hadoop-Trunk/trunk/hadoop-mapreduce-project/hadoop-map= reduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/= mapred/Counters.java:[473,33] incompatible types; inferred type argument(s)= org.apache.hadoop.mapreduce.Counter,java.lang.Object do not conform to bou= nds of type variable(s) C,G
found=A0=A0 : <C,G>java.lang.String
required: java.lang.String
= [ERROR] /home/rajesh/Hadoop-Trunk/trunk/hadoop-mapreduce-project/hadoop-map= reduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/= mapred/Counters.java:[485,36] incompatible types; inferred type argument(s)= org.apache.hadoop.mapreduce.Counter,java.lang.Object do not conform to bou= nds of type variable(s) C,G
found=A0=A0 : <C,G>org.apache.hadoop.mapred.Counters
required: org= .apache.hadoop.mapred.Counters
[INFO] 2 errors
[INFO] --------------= -----------------------------------------------
[INFO] -----------------= -------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] hadoop-yarn ..................= ..................... SUCCESS [7.726s]
[INFO] hadoop-yarn-api ..........= ......................... SUCCESS [45.438s]
[INFO] hadoop-yarn-common ..= .............................. SUCCESS [58.722s]
[INFO] hadoop-yarn-server ................................ SUCCESS [0.464s]=
[INFO] hadoop-yarn-server-common ......................... SUCCESS [19.= 194s]
[INFO] hadoop-yarn-server-nodemanager .................... SUCCESS= [40.454s]
[INFO] hadoop-yarn-server-web-proxy ...................... SUCCESS [12.709s= ]
[INFO] hadoop-yarn-server-resourcemanager ................ SUCCESS [49= .082s]
[INFO] hadoop-yarn-server-tests .......................... SUCCES= S [7.770s]
[INFO] hadoop-mapreduce-client ........................... SUCCESS [0.361s]=
[INFO] hadoop-mapreduce-client-core ...................... FAILURE [34.= 484s]
[INFO] hadoop-yarn-applications .......................... SKIPPED=
[INFO] hadoop-yarn-applications-distributedshell ......... SKIPPED
[INFO= ] hadoop-yarn-site .................................. SKIPPED
[INFO] had= oop-mapreduce-client-common .................... SKIPPED
[INFO] hadoop-m= apreduce-client-shuffle ................... SKIPPED
[INFO] hadoop-mapreduce-client-app ....................... SKIPPED
[INFO= ] hadoop-mapreduce-client-hs ........................ SKIPPED
[INFO] had= oop-mapreduce-client-jobclient ................. SKIPPED
[INFO] hadoop-m= apreduce .................................. SKIPPED
[INFO] --------------------------------------------------------------------= ----
[INFO] BUILD FAILURE
[INFO] ------------------------------------= ------------------------------------
[INFO] Total time: 4:39.327s
[INFO] Finished at: Sat Nov 12 02:22:55 IST 2011
[INFO] Final Memory: 11= 1M/303M
[INFO] ---------------------------------------------------------= ---------------
[ERROR] Failed to execute goal org.apache.maven.plugins:= maven-compiler-plugin:2.3.2:compile (default-compile) on project hadoop-map= reduce-client-core: Compilation failure: Compilation failure:
[ERROR] /home/rajesh/Hadoop-Trunk/trunk/hadoop-mapreduce-project/hadoop-map= reduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/= mapred/Counters.java:[473,33] incompatible types; inferred type argument(s)= org.apache.hadoop.mapreduce.Counter,java.lang.Object do not conform to bou= nds of type variable(s) C,G
[ERROR] found=A0=A0 : <C,G>java.lang.String
[ERROR] required: java= .lang.String
[ERROR] /home/rajesh/Hadoop-Trunk/trunk/hadoop-mapreduce-pr= oject/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/or= g/apache/hadoop/mapred/Counters.java:[485,36] incompatible types; inferred = type argument(s) org.apache.hadoop.mapreduce.Counter,java.lang.Object do no= t conform to bounds of type variable(s) C,G
[ERROR] found=A0=A0 : <C,G>org.apache.hadoop.mapred.Counters
[ERRO= R] required: org.apache.hadoop.mapred.Counters
[ERROR] -> [Help 1][ERROR]
[ERROR] To see the full stack trace of the errors, re-run Mave= n with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[= ERROR]
[ERROR] For more information about the errors and possible solut= ions, please read the following articles:
[ERROR] [Help 1] http:/= /cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build= with the command
[ERROR]=A0=A0 mvn <goals> -rf :hadoop-mapreduce-= client-core


Thanks
Rajesh Putta
Development Engineer
P= ramati Technologies
--20cf30334a8303ac7504b17bdbc0--