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 1CD41D52C for ; Wed, 24 Oct 2012 14:14:51 +0000 (UTC) Received: (qmail 65913 invoked by uid 500); 24 Oct 2012 14:14:46 -0000 Delivered-To: apmail-hadoop-user-archive@hadoop.apache.org Received: (qmail 65798 invoked by uid 500); 24 Oct 2012 14:14:44 -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 65764 invoked by uid 99); 24 Oct 2012 14:14:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Oct 2012 14:14:43 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,T_FRT_BELOW2 X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of acm@hortonworks.com designates 209.85.220.176 as permitted sender) Received: from [209.85.220.176] (HELO mail-vc0-f176.google.com) (209.85.220.176) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Oct 2012 14:14:32 +0000 Received: by mail-vc0-f176.google.com with SMTP id gb22so611681vcb.35 for ; Wed, 24 Oct 2012 07:14:11 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:mime-version:content-type:subject:date:in-reply-to:to :references:message-id:x-mailer:x-gm-message-state; bh=r9ACso/axMM6JmGfaVEBBGBlgvBw5A0Q3DqSDKfyfSg=; b=InDivOVfB8bVGGpHHuCP7630OPt30lAOfxZrJ0mPTSx7TLILhXjsEbhQOGzlZjCnJQ ws7Qy1KJsx/HQc/MCZjmsrDs6mD1QK1FTALjK0RBgGMNDv9xBOb+SqIfPDL36WqlUXwv jcmDb06z4NqCEFx8eZn9bO4j23x03HC6XLpzhuouxlu9IPPW3uAbieY1/kBcN6Tk1m2A GAqlyDnME/Mf2JaNf8B4u+VYmZdx2s2cjdLeDQ499XBds8WTwhlUtwO7lw0e7WkO5ewW ef0tUKcoemx/NTy3jPuSoKfazWp/UfUbhMKfe1VUpCWkFtI1Alul2TwK7j6pUqmUMqy3 M2fA== Received: by 10.220.148.7 with SMTP id n7mr8167066vcv.30.1351088051249; Wed, 24 Oct 2012 07:14:11 -0700 (PDT) Received: from [10.10.27.45] ([207.41.181.226]) by mx.google.com with ESMTPS id w17sm16232511vdf.16.2012.10.24.07.14.03 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 24 Oct 2012 07:14:07 -0700 (PDT) From: Arun C Murthy Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: multipart/alternative; boundary=Apple-Mail-14--881301842 Subject: Re: Hadoop 2.0.2 InstallationProblem -- Mapreduce Tarball Date: Wed, 24 Oct 2012 10:14:12 -0400 In-Reply-To: To: user@hadoop.apache.org References: Message-Id: X-Mailer: Apple Mail (2.1084) X-Gm-Message-State: ALoCoQkSC+YKhUhIJUh3Glfp7NvMv4v8UTixEgktWgWdwsXggd5q34NULnmdeBOCtm+YPwzczbcG X-Virus-Checked: Checked by ClamAV on apache.org --Apple-Mail-14--881301842 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii You need to ensure you have protobuf installed and protoc is on your = PATH. Arun On Oct 24, 2012, at 5:42 AM, Frank Zheng wrote: > Hi All, >=20 > I am a new user of Hadoop. > I followed the instructions in the Single Node Setup of Hadoop 2.0.2 >=20 > When I executed this command: $ mvn clean install -DskipTests > it failed. >=20 > And the error logs are as bellow. >=20 > [INFO] = ------------------------------------------------------------------------ > [INFO] BUILD FAILURE > [INFO] = ------------------------------------------------------------------------ > [INFO] Total time: 7.466s > [INFO] Finished at: Wed Oct 24 17:41:15 HKT 2012 > [INFO] Final Memory: 30M/345M > [INFO] = ------------------------------------------------------------------------ > [ERROR] Failed to execute goal = org.apache.maven.plugins:maven-antrun-plugin:1.6:run (compile-proto) on = project hadoop-common: An Ant BuildException has occured: exec returned: = 127 -> [Help 1] > [ERROR]=20 > [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]=20 > [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/MojoExecutionException > [ERROR]=20 > [ERROR] After correcting the problems, you can resume the build with = the command > [ERROR] mvn -rf :hadoop-common >=20 >=20 > Thanks > Yu >=20 >=20 -- Arun C. Murthy Hortonworks Inc. http://hortonworks.com/ --Apple-Mail-14--881301842 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=us-ascii You = need to ensure you have protobuf installed and protoc is on your = PATH.

Arun

On Oct 24, 2012, = at 5:42 AM, Frank Zheng wrote:

Hi = All,

I am a new user of Hadoop.
I followed the instructions in = the Single Node Setup of Hadoop 2.0.2

When I executed this = command: $ mvn clean install -DskipTests
it failed.

And the = error logs are as bellow.

[INFO] = ------------------------------------------------------------------------[INFO] BUILD FAILURE
[INFO] = ------------------------------------------------------------------------[INFO] Total time: 7.466s
[INFO] Finished at: Wed Oct 24 17:41:15 HKT 2012
[INFO] Final Memory: = 30M/345M
[INFO] = ------------------------------------------------------------------------[ERROR] Failed to execute goal = org.apache.maven.plugins:maven-antrun-plugin:1.6:run (compile-proto) on = project hadoop-common: An Ant BuildException has occured: exec returned: = 127 -> [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/MojoExecutionExcep= tion
[ERROR]
[ERROR] After correcting the problems, you can = resume the build with the command
[ERROR]   mvn <goals> -rf = :hadoop-common


Thanks
Yu



--
Arun C. Murthy
Hortonworks Inc.
http://hortonworks.com/

=

= --Apple-Mail-14--881301842--