Return-Path: X-Original-To: apmail-hadoop-common-user-archive@www.apache.org Delivered-To: apmail-hadoop-common-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 8F473104D4 for ; Tue, 4 Mar 2014 07:21:40 +0000 (UTC) Received: (qmail 10487 invoked by uid 500); 4 Mar 2014 07:21:33 -0000 Delivered-To: apmail-hadoop-common-user-archive@hadoop.apache.org Received: (qmail 10382 invoked by uid 500); 4 Mar 2014 07:21:32 -0000 Mailing-List: contact user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hadoop.apache.org Delivered-To: mailing list user@hadoop.apache.org Received: (qmail 10374 invoked by uid 99); 4 Mar 2014 07:21:32 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Mar 2014 07:21:32 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of azuryyyu@gmail.com designates 209.85.216.171 as permitted sender) Received: from [209.85.216.171] (HELO mail-qc0-f171.google.com) (209.85.216.171) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Mar 2014 07:21:25 +0000 Received: by mail-qc0-f171.google.com with SMTP id x13so3758874qcv.16 for ; Mon, 03 Mar 2014 23:21:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=IHInCVS10IsC4ZcY0Ol+ZIRApOmBrHkVxFt45IfkurI=; b=YFktUtoa3msZbYk++XLWEocL6dXRr3yluJl2S/i2CU2Ld/8n5OeL/oAWwuwgkqe/O1 /FM6YDC9/DuPvCQ38S/5tMcESDRhtxbym9xbJjTu8rc7/vBgtsawkQoN1E7qAt9KHONb mh+PEvT5/bI1CYKvDptVql/y8DtniIOwITTMIZEdz8bkB2SkyJYqJ2XP0h0wzp7x5orX uwPa7ZAs4IVn+VUoKYnZs/2/U0JVtnjjNNoSBClJHR74o8AndifsFe9Sq+EvDYRtJcHp 1GZIqG0RLjP+J1TgqqdOaNuXWDmkTKR5aKnxN9M28RT0a2u4jRnzuujpAJLPMmgxZkEC H+hQ== MIME-Version: 1.0 X-Received: by 10.224.22.65 with SMTP id m1mr154087qab.103.1393917664187; Mon, 03 Mar 2014 23:21:04 -0800 (PST) Received: by 10.140.27.161 with HTTP; Mon, 3 Mar 2014 23:21:04 -0800 (PST) In-Reply-To: References: <0F119A24-5D4B-4EFA-A081-B7408BC6D447@gmail.com> Date: Tue, 4 Mar 2014 15:21:04 +0800 Message-ID: Subject: Re: Unable to export hadoop trunk into eclipse From: Azuryy Yu To: "user@hadoop.apache.org" Content-Type: multipart/alternative; boundary=047d7bdca376385ce004f3c2bf8b X-Virus-Checked: Checked by ClamAV on apache.org --047d7bdca376385ce004f3c2bf8b Content-Type: text/plain; charset=ISO-8859-1 Have you installed protobuf on your computer? https://code.google.com/p/protobuf/downloads/list On Tue, Mar 4, 2014 at 3:08 PM, nagarjuna kanamarlapudi < nagarjuna.kanamarlapudi@gmail.com> wrote: > Hi Ted, > > I didn't do that earlier. > > Now , I did it > mvn:eclipse eclipse > and tried importing the projects same into eclipse. Now, this is throwing > the following errors > > > 1. No marketplace entries found to handle Execution compile-protoc, in > hadoop-common/pom.xml in Eclipse. Please see Help for more information. > 2. No marketplace entries found to handle Execution compile-protoc, in > hadoop-hdfs/src/contrib/bkjournal/pom.xml in Eclipse. Please see Help for > more information. > > > Any idea ?? > > > On Tue, Mar 4, 2014 at 10:59 AM, Ted Yu wrote: > >> Have you run the following command under the root of your workspace ? >> >> mvn eclipse:eclipse >> >> On Mar 3, 2014, at 9:18 PM, nagarjuna kanamarlapudi < >> nagarjuna.kanamarlapudi@gmail.com> wrote: >> >> Hi, >> I checked out the hadoop trunck from >> http://svn.apache.org/repos/asf/hadoop/common/trunk. >> >> I set up protobuf-2.5.0 and then did mvn build. >> mvn clean install -DskipTests .. worked well. Maven build was Successful. >> >> So, I tried importing the project into eclipse. >> >> It is showing errors in pom.xml of hadoop-common project. Below are the >> errors .. Can some one help me here ? >> >> Plugin execution not covered by lifecycle configuration: >> org.apache.hadoop:hadoop-maven-plugins: >> 3.0.0-SNAPSHOT:version-info (execution: version-info, phase: >> generate-resources >> >> >> The error is at line 299 of pom.xml in hadoop-common project. >> >> >> >> version-info >> generate-resources >> >> version-info >> >> >> >> ${basedir}/src/main >> >> java/**/*.java >> proto/**/*.proto >> >> >> >> >> >> >> There are multiple projects which failed of that error, hadoop-common is >> one such project. >> >> Regards, >> Nagarjuna K >> >> > --047d7bdca376385ce004f3c2bf8b Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Have you installed protobuf on your computer?



On Tue, Mar 4= , 2014 at 3:08 PM, nagarjuna kanamarlapudi <nagarjuna.kana= marlapudi@gmail.com> wrote:
Hi Ted,

I didn't do that earlier.

Now , I did it
mvn:eclipse ecl= ipse
=A0and tried importing the projects same into eclipse. Now, this is throwin= g the following errors


1. No marketplace entries found to handle Execution compile-protoc,= in hadoop-common/pom.xml in Eclipse.=A0 Please see Help for more informati= on.
2. No marketplace entries found to handle Execution compile-protoc, = in hadoop-hdfs/src/contrib/bkjournal/pom.xml in Eclipse.=A0 Please see Help= for more information.


Any idea=A0 ??


<= div class=3D"gmail_quote">On Tue, Mar 4, 2014 at 10:59 AM, Ted Yu <yuzhi= hong@gmail.com> wrote:
Have you run the foll= owing command under the root of your workspace ?

m= vn eclipse:eclipse=A0

On Mar 3, 2014, at 9:18 PM, nagarjuna kanamarlapudi <= naga= rjuna.kanamarlapudi@gmail.com> wrote:

Hi,
I che= cked out the hadoop trunck from http://svn.apache.org/repos/asf/hado= op/common/trunk.

I set up protobuf-2.5.0 and then did mvn=A0 build.
mvn clean install -DskipTests .. worked well. Maven build was Successful. =

So, I tried importing the project into eclipse.

It is showing errors in pom.xml of hadoop-common project. Below are the err= ors .. Can some one help me here ?

Plugin execution not covered by = lifecycle configuration: org.apache.hadoop:hadoop-maven-plugins:
=A03.0.= 0-SNAPSHOT:version-info (execution: version-info, phase: generate-resources=


The error is at line 299=A0 of pom.xml in hadoop-common proje= ct.


=A0=A0=A0=A0=A0=A0=A0=A0 <execution>
=A0=A0=A0=A0= =A0=A0=A0=A0=A0=A0=A0 <id>version-info</id>
=A0=A0=A0=A0=A0= =A0=A0=A0=A0=A0=A0 <phase>generate-resources</phase>
=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 <goals>
=A0=A0=A0=A0=A0=A0=A0=A0= =A0=A0=A0=A0=A0 <goal>version-info</goal>
=A0=A0=A0=A0=A0=A0= =A0=A0=A0=A0=A0 </goals>
=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 <con= figuration>
=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 <source>=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 <directory>${basedir}/= src/main</directory>
=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 <includes>
=A0=A0=A0= =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 <include>java/**/*.java<= ;/include>
=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 <in= clude>proto/**/*.proto</include>
=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0= =A0=A0=A0=A0=A0 </includes>
=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0= =A0 </source>
=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 </configuration>
=A0=A0=A0=A0=A0= =A0=A0=A0=A0 </execution>
=A0=A0=A0=A0=A0=A0=A0=A0=A0 <executio= n>

There are multiple projects which failed of that error, = hadoop-common is one such project.

Regards,
Nagarjuna K



--047d7bdca376385ce004f3c2bf8b--