Return-Path: X-Original-To: apmail-giraph-user-archive@www.apache.org Delivered-To: apmail-giraph-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 19CD0C791 for ; Tue, 16 Jul 2013 16:24:19 +0000 (UTC) Received: (qmail 95142 invoked by uid 500); 16 Jul 2013 16:24:19 -0000 Delivered-To: apmail-giraph-user-archive@giraph.apache.org Received: (qmail 94938 invoked by uid 500); 16 Jul 2013 16:24:17 -0000 Mailing-List: contact user-help@giraph.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@giraph.apache.org Delivered-To: mailing list user@giraph.apache.org Received: (qmail 94924 invoked by uid 99); 16 Jul 2013 16:24:10 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Jul 2013 16:24:10 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,NORMAL_HTTP_TO_IP,RCVD_IN_DNSWL_LOW,SPF_PASS,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of cchiu1@tigers.lsu.edu designates 209.85.216.52 as permitted sender) Received: from [209.85.216.52] (HELO mail-qa0-f52.google.com) (209.85.216.52) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Jul 2013 16:24:03 +0000 Received: by mail-qa0-f52.google.com with SMTP id bv4so542498qab.11 for ; Tue, 16 Jul 2013 09:23:42 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:x-gm-message-state; bh=8ZxjLiuuBlpb1i/LVyrLrYxknoZNsLBhKso5Ah7aNFg=; b=ZbHu6sZSaQlzbGOD9giVYqVV3s1UNpWfmB/UPIepW0BSxDiwg8+ZjCLLJLdleIZ4C4 Rpai4euuY5Af7KEhnzGEuU/kuuy8VHQeFkPkkeKSbVgY3xyVvQBPneUEJjNezQ6CMltm QHjAG4hkutDseuXKiOQdhhvdJWm5/Cq/5p3rFIvlliDxiT4RVanWl4RVN/FxFkjuzaCz L99kd/pAZDMGn/QegMplP8zrkMIgTsVJPtNy57uO++QL1PdTI3Lz+WPD4HGl6x23H3K2 he7hhyb1V5zlsFNlKDl87M9xw9UGfXPiiiloKszNv8R7AJFJRA6tx9BKZgfyMrlJbvXE K/nw== MIME-Version: 1.0 X-Received: by 10.224.171.132 with SMTP id h4mr4195798qaz.98.1373991822223; Tue, 16 Jul 2013 09:23:42 -0700 (PDT) Received: by 10.224.34.16 with HTTP; Tue, 16 Jul 2013 09:23:42 -0700 (PDT) In-Reply-To: References: <51D45C81.9070204@apache.org> Date: Tue, 16 Jul 2013 11:23:42 -0500 Message-ID: Subject: Re: Failed to compile Giraph for Hadoop YARN From: Chui-Hui Chiu To: user@giraph.apache.org Content-Type: multipart/alternative; boundary=001a11c2c0ec7cfefb04e1a366f6 X-Gm-Message-State: ALoCoQlYUFlSZQO5NbI1zyT5rerFO7RiHxdeWWLUFknLbwJgHCTvaGUR+ajpyTSPdkuGURzHnpjn X-Virus-Checked: Checked by ClamAV on apache.org --001a11c2c0ec7cfefb04e1a366f6 Content-Type: text/plain; charset=ISO-8859-1 Hello, The "clean" argument solved my current problem. However, I see more when I go on. On "http://giraph.apache.org/build.html", (1) There're commands for secure and non-secure Hadoop. What are the commands for YARN? (2) What do the compile, package, and test do respectively? Do I have to run each of them? Do I have to run them in order? When I ran "clean package", I saw the following error message. ===== 2013-07-16 11:07:42,383 FATAL [Thread-109] graph.GraphMapper (GraphMapper.java:uncaughtException(112)) - uncaughtException: OverrideExceptionHandler on thread Thread-109, msg = Failed to Start ResourceManager, exiting... org.apache.hadoop.yarn.YarnException: Failed to Start ResourceManager at org.apache.hadoop.yarn.service.CompositeService.start(CompositeService.java:78) at org.apache.hadoop.yarn.server.resourcemanager.ResourceManager.start(ResourceManager.java:567) at org.apache.hadoop.yarn.server.MiniYARNCluster$ResourceManagerWrapper$2.run(MiniYARNCluster.java:164) Caused by: org.apache.hadoop.yarn.YarnException: java.net.BindException: Problem binding to [0.0.0.0:8033] java.net.BindException: Address already in use; For more details see: http://wiki.apache.org/hadoop/BindException at org.apache.hadoop.yarn.factories.impl.pb.RpcServerFactoryPBImpl.getServer(RpcServerFactoryPBImpl.java:139) at org.apache.hadoop.yarn.ipc.HadoopYarnProtoRPC.getServer(HadoopYarnProtoRPC.java:63) at org.apache.hadoop.yarn.ipc.YarnRPC.getServer(YarnRPC.java:52) at org.apache.hadoop.yarn.server.resourcemanager.AdminService.start(AdminService.java:109) at org.apache.hadoop.yarn.service.CompositeService.start(CompositeService.java:68) ... 2 more Caused by: java.net.BindException: Problem binding to [0.0.0.0:8033] java.net.BindException: Address already in use; For more details see: http://wiki.apache.org/hadoop/BindException at org.apache.hadoop.net.NetUtils.wrapException(NetUtils.java:716) at org.apache.hadoop.ipc.Server.bind(Server.java:370) at org.apache.hadoop.ipc.Server$Listener.(Server.java:468) at org.apache.hadoop.ipc.Server.(Server.java:1886) at org.apache.hadoop.ipc.RPC$Server.(RPC.java:982) at org.apache.hadoop.ipc.ProtobufRpcEngine$Server.(ProtobufRpcEngine.java:376) at org.apache.hadoop.ipc.ProtobufRpcEngine.getServer(ProtobufRpcEngine.java:351) at org.apache.hadoop.ipc.RPC.getServer(RPC.java:705) at org.apache.hadoop.yarn.factories.impl.pb.RpcServerFactoryPBImpl.createServer(RpcServerFactoryPBImpl.java:169) at org.apache.hadoop.yarn.factories.impl.pb.RpcServerFactoryPBImpl.getServer(RpcServerFactoryPBImpl.java:132) ... 6 more ===== Does the "package" command start another YARN cluster? On "http://giraph.apache.org/pagerank.html", (1) The last step, "Building and compiling page rank", is missing. (2) I successfully compiled the giraph-examples and have a working Hadoop YARN, how do I run the Page Rank program? Many thanks, Chui-hui On Mon, Jul 15, 2013 at 12:53 PM, Eli Reisman wrote: > I think something else is wrong then, this same build works fine for me. I > think you need to do mvn targets "clean install" the first time, and > "compile" from then on? > > > On Mon, Jul 8, 2013 at 7:45 AM, Chui-Hui Chiu wrote: > >> I run >> >> mvn -Dhadoop.version=2.0.3-alpha -Phadoop_yarn compile >> >> on the source code of the Giraph-1.1.0-SNAPSHOT, which is released on >> 05/21/2013, but still see the following message. >> >> ===== >> >> [INFO] Executed tasks >> [INFO] >> >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] Building Apache Giraph Examples 1.1.0-SNAPSHOT >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] Reactor Summary: >> [INFO] >> [INFO] Apache Giraph Parent .............................. SUCCESS >> [1.335s] >> [INFO] Apache Giraph Core ................................ SUCCESS >> [41.165s] >> [INFO] Apache Giraph Examples ............................ FAILURE >> [0.122s] >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] BUILD FAILURE >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] Total time: 43.270s >> [INFO] Finished at: Mon Jul 08 09:37:16 CDT 2013 >> [INFO] Final Memory: 43M/724M >> [INFO] >> ------------------------------------------------------------------------ >> [ERROR] Failed to execute goal on project giraph-examples: Could not >> resolve dependencies for project >> org.apache.giraph:giraph-examples:jar:1.1.0-SNAPSHOT: Failure to find >> org.apache.giraph:giraph-core:jar:tests:1.1.0-SNAPSHOT in >> http://repo1.maven.org/maven2 was cached in the local repository, >> resolution will not be reattempted until the update interval of central has >> elapsed or updates are forced -> [Help 1] >> >> ===== >> >> When I apply the GIRAPH-688-1.patch, the patch utility reports that the >> patch has applied to the source code. I just compile it. >> >> >> On Thu, Jul 4, 2013 at 11:56 AM, Eli Reisman wrote: >> >>> Yes, glad this was brought up, I'll post to the site wiki with my >>> explicit apologies for not doing it sooner. >>> >>> I posted the most recent "correct" way to build pure-YARN Giraph against >>> any hadoop version on GIRAPH-688 here: >>> >>> https://issues.apache.org/jira/browse/GIRAPH-688 >>> >>> The trick is, you have to put the -D mvn option first, and set the >>> "hadoop.version" Maven var. The versions as seen in "hadoop.version" are >>> -not- the same as the version profiles (-P option) that we build against. >>> So the correct format is: >>> >>> mvn -Dhadoop.version=2.0.3-alpha -Phadoop_yarn clean install >>> >>> if you want to just compile and not create our build products as in your >>> example, replace "clean install" with "compile". -P profile should be >>> "hadoop_yarn" for pure YARN builds, and "hadoop.version" appears as the >>> part of the hadoop version you see on the Apache Hadoop download site, >>> -after- the "hadoop-" part. So "hadoop-2.0.3-alpha" becomes for us >>> "-Dhadoop.version=2.0.3-alpha" >>> >>> To build Giraph so that it can run on a YARN-enabled Hadoop cluster that >>> -also- uses MapReduce v2 as the interface to the cluster (Giraph will still >>> think its running on MapReduce, not YARN) you might do this: >>> >>> mvn -Phadoop_2.0.3 clean install >>> >>> If you want to see how we label build profiles vs. "hadoop.version" in >>> Giraph builds, check our POM.xml files >>> >>> Thanks! Sorry for the confusion, this is a confusing thing since there >>> are 2 ways to "run Giraph on YARN" as detailed above. >>> >>> >>> >>> >>> On Wed, Jul 3, 2013 at 10:16 AM, Avery Ching wrote: >>> >>>> Eli, any thoughts? >>>> >>>> >>>> On 7/3/13 9:27 AM, Chui-Hui Chiu wrote: >>>> >>>>> Hello, >>>>> >>>>> I tried to compile the Giraph-1.1.0-SNAPSHOT for hadoop_2.0.3 or >>>>> hadoop_yarn but all failed. >>>>> >>>>> The error message while the compile command is "mvn -Phadoop_yarn >>>>> compile" is >>>>> ===== >>>>> [INFO] ------------------------------**------------------------------* >>>>> *------------ >>>>> [INFO] Reactor Summary: >>>>> [INFO] >>>>> [INFO] Apache Giraph Parent .............................. SUCCESS >>>>> [1.320s] >>>>> [INFO] Apache Giraph Core ..............................**.. FAILURE >>>>> [12.508s] >>>>> [INFO] Apache Giraph Examples ............................ SKIPPED >>>>> [INFO] ------------------------------**------------------------------* >>>>> *------------ >>>>> [INFO] BUILD FAILURE >>>>> [INFO] ------------------------------**------------------------------* >>>>> *------------ >>>>> [INFO] Total time: 14.473s >>>>> [INFO] Finished at: Wed Jul 03 11:05:44 CDT 2013 >>>>> [INFO] Final Memory: 14M/216M >>>>> [INFO] ------------------------------**------------------------------* >>>>> *------------ >>>>> [ERROR] Failed to execute goal on project giraph-core: Could not >>>>> resolve dependencies for project org.apache.giraph:giraph-core:**jar:1.1.0-SNAPSHOT: >>>>> The following artifacts could not be resolved: org.apache.hadoop:hadoop- >>>>> **common:jar:SET_HADOOP_VERSION_**USING_MVN_DASH_D_OPTION, >>>>> org.apache.hadoop:hadoop-**mapreduce-client-common:jar:** >>>>> SET_HADOOP_VERSION_USING_MVN_**DASH_D_OPTION, >>>>> org.apache.hadoop:hadoop-**mapreduce-client-core:jar:SET_** >>>>> HADOOP_VERSION_USING_MVN_DASH_**D_OPTION, >>>>> org.apache.hadoop:hadoop-yarn-**common:jar:SET_HADOOP_VERSION_**USING_MVN_DASH_D_OPTION, >>>>> org.apache.hadoop:hadoop-yarn-**server-common:jar:SET_HADOOP_** >>>>> VERSION_USING_MVN_DASH_D_**OPTION, org.apache.hadoop:hadoop-yarn-** >>>>> server-resourcemanager:jar:**SET_HADOOP_VERSION_USING_MVN_**DASH_D_OPTION, >>>>> org.apache.hadoop:hadoop-yarn-**server-nodemanager:jar:SET_** >>>>> HADOOP_VERSION_USING_MVN_DASH_**D_OPTION, >>>>> org.apache.hadoop:hadoop-yarn-**server-tests:jar:tests:SET_** >>>>> HADOOP_VERSION_USING_MVN_DASH_**D_OPTION: Could not find artifact >>>>> org.apache.hadoop:hadoop-**common:jar:SET_HADOOP_VERSION_**USING_MVN_DASH_D_OPTION >>>>> in central (http://repo1.maven.org/maven2**) -> [Help 1] >>>>> ===== >>>>> >>>>> >>>>> The error message while the compile command is "mvn -Phadoop_2.0.3 >>>>> compile" is >>>>> ===== >>>>> [INFO] ------------------------------**------------------------------* >>>>> *------------ >>>>> [INFO] Reactor Summary: >>>>> [INFO] >>>>> [INFO] Apache Giraph Parent .............................. SUCCESS >>>>> [12.695s] >>>>> [INFO] Apache Giraph Core ..............................**.. SUCCESS >>>>> [2:10.916s] >>>>> [INFO] Apache Giraph Examples ............................ FAILURE >>>>> [2.286s] >>>>> [INFO] ------------------------------**------------------------------* >>>>> *------------ >>>>> [INFO] BUILD FAILURE >>>>> [INFO] ------------------------------**------------------------------* >>>>> *------------ >>>>> [INFO] Total time: 2:26.530s >>>>> [INFO] Finished at: Wed Jul 03 11:03:25 CDT 2013 >>>>> [INFO] Final Memory: 34M/348M >>>>> [INFO] ------------------------------**------------------------------* >>>>> *------------ >>>>> [ERROR] Failed to execute goal on project giraph-examples: Could not >>>>> resolve dependencies for project org.apache.giraph:giraph-**examples:jar:1.1.0-SNAPSHOT: >>>>> Could not find artifact org.apache.giraph:giraph-core:**jar:tests:1.1.0-SNAPSHOT >>>>> in central (http://repo1.maven.org/maven2**) -> [Help 1] >>>>> ===== >>>>> >>>>> Do I miss anything? >>>>> >>>>> >>>>> I also noticed that my Maven 3 download many files from the maven2 >>>>> folder on a remote server with the following prompt. >>>>> >>>>> Downloading: http://repo1.maven.org/maven2/**org/apache/hadoop/. >>>>> .. >>>>> >>>>> Is this a problem? >>>>> >>>>> >>>>> Thanks, >>>>> Chui-hui >>>>> >>>> >>>> >>> >> > --001a11c2c0ec7cfefb04e1a366f6 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hello,

The "clean" argument s= olved my current problem. =A0However, I see more when I go on.
(1) There're commands for secure and non-secure Hadoop. =A0What ar= e the commands for YARN?
(2) What do the compile, package, and te= st do respectively? =A0Do I have to run each of them? =A0Do I have to run t= hem in order?
When I ran "clean package", I saw the following error messag= e.
=3D=3D=3D=3D=3D
2013-07-16 11:07:42,383 FATAL [= Thread-109] graph.GraphMapper (GraphMapper.java:uncaughtException(112)) - u= ncaughtException: OverrideExceptionHandler on thread Thread-109, msg =3D Fa= iled to Start ResourceManager, exiting...
org.apache.hadoop.yarn.YarnException: Failed to Start ResourceManager<= /div>
at org.apache.= hadoop.yarn.service.CompositeService.start(CompositeService.java:78)
<= div> at org.apache.hadoop.yar= n.server.resourcemanager.ResourceManager.start(ResourceManager.java:567)
at org.apache.ha= doop.yarn.server.MiniYARNCluster$ResourceManagerWrapper$2.run(MiniYARNClust= er.java:164)
Caused by: org.apache.hadoop.yarn.YarnException: java.net.BindExceptio= n: Problem binding to [0.0.0.0:8033] ja= va.net.BindException: Address already in use; For more details see: =A0http://wiki.apache.org/= hadoop/BindException
at org.apache.hadoo= p.yarn.factories.impl.pb.RpcServerFactoryPBImpl.getServer(RpcServerFactoryP= BImpl.java:139)
at org.apache.hadoop.yarn.ipc.HadoopYarnProtoRPC.getServer(HadoopYarnProt= oRPC.java:63)
at org.apache.hadoo= p.yarn.ipc.YarnRPC.getServer(YarnRPC.java:52)
at org.apache.hadoop.yarn.server.resourcema= nager.AdminService.start(AdminService.java:109)
at org.apache.hadoo= p.yarn.service.CompositeService.start(CompositeService.java:68)
<= span class=3D"" style=3D"white-space:pre"> ... 2 more
Caus= ed by: java.net.BindException: Problem binding to [0.0.0.0:8033] java.net.BindException: Address already in use; F= or more details see: =A0http://wiki.apache.org/hadoop/BindException
at org.apache.hadoo= p.net.NetUtils.wrapException(NetUtils.java:716)
at org.apache.hadoop.ipc.Server.bind(Serv= er.java:370)
at org.apache.hadoo= p.ipc.Server$Listener.<init>(Server.java:468)
at org.apache.hadoop.ipc.Server.<= ;init>(Server.java:1886)
at org.apache.hadoo= p.ipc.RPC$Server.<init>(RPC.java:982)
at org.apache.hadoop.ipc.ProtobufRpcEngine$Se= rver.<init>(ProtobufRpcEngine.java:376)
at org.apache.hadoo= p.ipc.ProtobufRpcEngine.getServer(ProtobufRpcEngine.java:351)
at org.apache.hadoop.ipc.RP= C.getServer(RPC.java:705)
at org.apache.hadoo= p.yarn.factories.impl.pb.RpcServerFactoryPBImpl.createServer(RpcServerFacto= ryPBImpl.java:169)
at org.apache.hadoop.yarn.factories.impl.pb.RpcServerFactoryPBImpl.get= Server(RpcServerFactoryPBImpl.java:132)
... 6 more
=3D=3D=3D=3D=3D
Does the "package" command star= t another YARN cluster?


On "http://giraph.apache.org/p= agerank.html",
(1) The last step, "Building and compiling page rank", is mi= ssing.
(2) I successfully compiled the giraph-examples and have a= working Hadoop YARN, how do I run the Page Rank program?

Many thanks,
Chui-hui


On Mon, Jul 15, 2013 at 12:53 PM, = Eli Reisman <apache.mailbox@gmail.com> wrote:
I think something else is w= rong then, this same build works fine for me. I think you need to do mvn ta= rgets "clean install" the first time, and "compile" fro= m then on?


On Mon, Jul 8, 2013 at 7:45 AM, Chui-Hui= Chiu <cchiu1@tigers.lsu.edu> wrote:
I run

mvn -Dhadoop.version=3D2.0.3-alph= a -Phadoop_yarn compile

on the source code of = the Giraph-1.1.0-SNAPSHOT, which is released on 05/21/2013, but still see t= he following message.

=3D=3D=3D=3D=3D

[INFO] Executed= tasks
[INFO] =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0= =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 = =A0 =A0 =A0 =A0 =A0=A0
[INFO] -----------------------------------= -------------------------------------
[INFO] Building Apache Giraph Examples 1.1.0-SNAPSHOT
[INFO]= ------------------------------------------------------------------------
[INFO] ------------------------------------------------------= ------------------
[INFO] Reactor Summary:
[INFO]=A0
[INFO] Apa= che Giraph Parent .............................. SUCCESS [1.335s]
[INFO] Apache Giraph Core ................................ SUCCESS [41.165= s]
[INFO] Apache Giraph Examples ............................ FAILURE [0.= 122s]
[INFO] -----------------------------------------------= -------------------------
[INFO] BUILD FAILURE
[INFO] ---------------------------------------------------------------= ---------
[INFO] Total time: 43.270s
[INFO] Finished at: Mon Jul= 08 09:37:16 CDT 2013
[INFO] Final Memory: 43M/724M
[IN= FO] -----------------------------------------------------------------------= -
[ERROR] Failed to execute goal on project giraph-examples: Could not r= esolve dependencies for project org.apache.giraph:giraph-examples:jar:1.1.0= -SNAPSHOT: Failure to find org.apache.giraph:giraph-core:jar:tests:1.1.0-SN= APSHOT in http:= //repo1.maven.org/maven2 was cached in the local repository, resolution= will not be reattempted until the update interval of central has elapsed o= r updates are forced -> [Help 1]

=3D=3D=3D=3D=3D

Wh= en I apply the GIRAPH-688-1.patch, the patch utility reports that the patch= has applied to the source code. =A0I just compile it.


On Thu, Jul 4, 2013 at 11:56 AM, Eli Rei= sman <apache.mailbox@gmail.com> wrote:
Yes, glad this was brought up, I'll post to the site w= iki with my explicit apologies for not doing it sooner.

= I posted the most recent "correct" way to build pure-YARN Giraph = against any hadoop version on GIRAPH-688 here:



mvn -Dhadoop.version=3D2.0.3-alpha -Phadoop_yarn clean = install

if you want to just compile and not create= our build products as in your example, replace "clean install" w= ith "compile". -P profile should be "hadoop_yarn" for p= ure YARN builds, and "hadoop.version" appears as the part of the = hadoop version you see on the Apache Hadoop download site, -after- the &quo= t;hadoop-" part. So "hadoop-2.0.3-alpha" becomes for us &quo= t;-Dhadoop.version=3D2.0.3-alpha"

To build Giraph so that it can run on a YARN-enabled Ha= doop cluster that -also- uses MapReduce v2 as the interface to the cluster = (Giraph will still think its running on MapReduce, not YARN) you might do t= his:

mvn -Phadoop_2.0.3 clean install

If you want to see how we label build profiles vs. "hadoop.version&= quot; in Giraph builds, check our POM.xml files

Thanks! Sorry for the confusion, this is a confusing th= ing since there are 2 ways to "run Giraph on YARN" as detailed ab= ove.




On Wed, Jul 3, 2013 at 10:16 AM, Avery C= hing <aching@apache.org> wrote:
Eli, any thoughts?


On 7/3/13 9:27 AM, Chui-Hui Chiu wrote:
Hello,

I tried to compile the Giraph-1.1.0-SNAPSHOT for hadoop_2.0.3 or hadoop_yar= n but all failed.

The error message while the compile command is "mvn -Phadoop_yarn comp= ile" is
=3D=3D=3D=3D=3D
[INFO] ------------------------------------------------------------<= u>------------
[INFO] Reactor Summary:
[INFO]
[INFO] Apache Giraph Parent .............................. SUCCESS [1.320s]=
[INFO] Apache Giraph Core ................................ FAILURE [= 12.508s]
[INFO] Apache Giraph Examples ............................ SKIPPED
[INFO] ------------------------------------------------------------<= u>------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------<= u>------------
[INFO] Total time: 14.473s
[INFO] Finished at: Wed Jul 03 11:05:44 CDT 2013
[INFO] Final Memory: 14M/216M
[INFO] ------------------------------------------------------------<= u>------------
[ERROR] Failed to execute goal on project giraph-core: Could not resolve de= pendencies for project org.apache.giraph:giraph-core:jar:1.1.0-SNAPS= HOT: The following artifacts could not be resolved: org.apache.hadoop:hadoo= p-common:jar:SET_HADOOP_VERSION_USING_MVN_DASH_D_OPTION, org.= apache.hadoop:hadoop-mapreduce-client-common:jar:SET_HADOOP_V= ERSION_USING_MVN_DASH_D_OPTION, org.apache.hadoop:hadoop-mapr= educe-client-core:jar:SET_HADOOP_VERSION_USING_MVN_DASH_D_OPT= ION, org.apache.hadoop:hadoop-yarn-common:jar:SET_HADOOP_VERSION_= USING_MVN_DASH_D_OPTION, org.apache.hadoop:hadoop-yarn-server-co= mmon:jar:SET_HADOOP_VERSION_USING_MVN_DASH_D_OPTION, org.apac= he.hadoop:hadoop-yarn-server-resourcemanager:jar:SET_HADOOP_V= ERSION_USING_MVN_DASH_D_OPTION, org.apache.hadoop:hadoop-yarn-server-nodemanager:jar:SET_HADOOP_VERSION_USING_MVN_DASH_D_O= PTION, org.apache.hadoop:hadoop-yarn-server-tests:jar:tests:SET_<= /u>HADOOP_VERSION_USING_MVN_DASH_D_OPTION: Could not find artifact o= rg.apache.hadoop:hadoop-common:jar:SET_HADOOP_VERSION_USING_M= VN_DASH_D_OPTION in central (http://repo1.maven.org/maven2) -> [Help 1]
=3D=3D=3D=3D=3D


The error message while the compile command is "mvn -Phadoop_2.0.3 com= pile" is
=3D=3D=3D=3D=3D
[INFO] ------------------------------------------------------------<= u>
------------
[INFO] Reactor Summary:
[INFO]
[INFO] Apache Giraph Parent .............................. SUCCESS [12.695s= ]
[INFO] Apache Giraph Core ................................ SUCCESS [= 2:10.916s]
[INFO] Apache Giraph Examples ............................ FAILURE [2.286s]=
[INFO] ------------------------------------------------------------<= u>
------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------<= u>------------
[INFO] Total time: 2:26.530s
[INFO] Finished at: Wed Jul 03 11:03:25 CDT 2013
[INFO] Final Memory: 34M/348M
[INFO] ------------------------------------------------------------<= u>------------
[ERROR] Failed to execute goal on project giraph-examples: Could not resolv= e dependencies for project org.apache.giraph:giraph-examples:jar:1.1= .0-SNAPSHOT: Could not find artifact org.apache.giraph:giraph-core:j= ar:tests:1.1.0-SNAPSHOT in central (http://repo1.maven.org/maven2) -> [Help = 1]
=3D=3D=3D=3D=3D

Do I miss anything?


I also noticed that my Maven 3 download many files from the maven2 folder o= n a remote server with the following prompt.

Downloading: http://repo1.maven.org/maven2/org/apache/hadoop/.<= /a>..

Is this a problem?


Thanks,
Chui-hui





--001a11c2c0ec7cfefb04e1a366f6--