Return-Path: X-Original-To: apmail-hadoop-user-archive@minotaur.apache.org Delivered-To: apmail-hadoop-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 DDCB21066B for ; Thu, 6 Mar 2014 07:56:24 +0000 (UTC) Received: (qmail 88293 invoked by uid 500); 6 Mar 2014 07:56:17 -0000 Delivered-To: apmail-hadoop-user-archive@hadoop.apache.org Received: (qmail 87492 invoked by uid 500); 6 Mar 2014 07:56:15 -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 87475 invoked by uid 99); 6 Mar 2014 07:56:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Mar 2014 07:56:12 +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 (athena.apache.org: domain of gwang@gopivotal.com designates 209.85.216.48 as permitted sender) Received: from [209.85.216.48] (HELO mail-qa0-f48.google.com) (209.85.216.48) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Mar 2014 07:56:07 +0000 Received: by mail-qa0-f48.google.com with SMTP id m5so2094232qaj.21 for ; Wed, 05 Mar 2014 23:55:47 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type; bh=uIfdv7oNzyAg5oUMfibn17E2ueGbJpQrduU490o0NtU=; b=jau5Mq5Mj0Vv+6B2IQsRMUOyq1xuW7zZsH7qm9OSNxlkZftuETVFJFqzSvkZCkWIaf H54BZ5CiYxoxSpJuSndPRtspijiT6ArFWtNSeL2RMmSI2EQXtEa1NdqM4XIvNfZaj2s0 ts3VQjx1n4y8/KyuUq+JdgNQZAcDXexBK/tY42rdxsRVZR6VJqW3Nw79BWnpheiB8ior LhcNAPgs152KZIsscSR7Mu0VXrmOqsBoKUil0eYlaZOD6Y5Sn1HAuGRLcgIlGsI6iIGm CgTtJISnW7tHjsHi1YrxLQn/wRpFeuQYbdpY617HpZpLLBfehhx+24f/GBtkdY/0pOpt ENGQ== X-Gm-Message-State: ALoCoQlU5WM3WdExwI78mY0liNovgcAVe0QptP6FAK2WWaw9thtvH6wRrDPqGrnjdRTCzTOLkGt7 X-Received: by 10.140.94.214 with SMTP id g80mr11414367qge.19.1394092546963; Wed, 05 Mar 2014 23:55:46 -0800 (PST) MIME-Version: 1.0 Received: by 10.229.32.193 with HTTP; Wed, 5 Mar 2014 23:55:26 -0800 (PST) In-Reply-To: References: From: Gordon Wang Date: Thu, 6 Mar 2014 15:55:26 +0800 Message-ID: Subject: Re: To: user@hadoop.apache.org Content-Type: multipart/alternative; boundary=001a113a8a1a0c433f04f3eb774f X-Virus-Checked: Checked by ClamAV on apache.org --001a113a8a1a0c433f04f3eb774f Content-Type: text/plain; charset=ISO-8859-1 I mean protoc executable binary. from the error msg, it says that "protoc --version" fails. Please use "which protoc" to check if protoc is installed in the PATH. Which verison of hadoop are you using? If it is 2.2.x, protobuf 2.5.0 is required. On Thu, Mar 6, 2014 at 3:08 PM, Avinash Kujur wrote: > yes. protobuf is installed. libprotoc 2.4.1 > i checked. > > > On Wed, Mar 5, 2014 at 11:04 PM, Gordon Wang wrote: > >> Do you have protobuf installed on your build box? >> you can use "which protoc" to check. >> Looks like protobuf is missing. >> >> >> On Thu, Mar 6, 2014 at 2:55 PM, Avinash Kujur wrote: >> >>> hi, >>> >>> i am getting error in between when downloading all th jars usng maven >>> command: >>> >>> mvn clean install -DskipTests -Pdist >>> >>> >>> the error is: >>> >>> >>> [INFO] --- hadoop-maven-plugins:3.0.0-SNAPSHOT:protoc (compile-protoc) @ >>> hadoop-common --- >>> [WARNING] [protoc, --version] failed with error code 1 >>> >>> help me out. >>> >>> thanks in advance. >>> >> >> >> >> -- >> Regards >> Gordon Wang >> > > -- Regards Gordon Wang --001a113a8a1a0c433f04f3eb774f Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
I mean protoc executable binary. from the error msg, it sa= ys that "protoc --version" fails.
Please use "which prot= oc" to check if protoc is installed in the PATH.

Which verison of hadoop are you using?=A0
If it is 2.2.x, pr= otobuf 2.5.0 is required.


On Thu, Mar 6, 2014 at 3:08 PM, Avinash Kujur <avi= nz50@gmail.com> wrote:
yes. protobuf is insta= lled. libprotoc 2.4.1
i checked.


On Wed, Mar 5= , 2014 at 11:04 PM, Gordon Wang <gwang@gopivotal.com> wrot= e:
Do you have protobuf instal= led on your build box?
you can use "which protoc" to check.
Looks like protobuf is missing.
=


On Thu, Mar 6, 2014 at 2:55 PM, Avinash Kujur <avinz50@gmail.com> wrote:
hi,

i am getting error in between w= hen downloading all th jars usng maven command:

mvn clean install -D= skipTests -Pdist


the error is:


[INFO] --- = hadoop-maven-plugins:3.0.0-SNAPSHOT:protoc (compile-protoc) @ hadoop-common= ---
[WARNING] [protoc, --version] failed with error code 1

he= lp me out.

=A0thanks in advance.



<= font color=3D"#888888">--
Regards
Gordon Wan= g




--
=
Regards
Gordon Wang
--001a113a8a1a0c433f04f3eb774f--