Return-Path: X-Original-To: apmail-hadoop-hdfs-user-archive@minotaur.apache.org Delivered-To: apmail-hadoop-hdfs-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 8D067114C6 for ; Fri, 13 Jun 2014 19:06:35 +0000 (UTC) Received: (qmail 22900 invoked by uid 500); 13 Jun 2014 19:06:29 -0000 Delivered-To: apmail-hadoop-hdfs-user-archive@hadoop.apache.org Received: (qmail 22766 invoked by uid 500); 13 Jun 2014 19:06:29 -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 22759 invoked by uid 99); 13 Jun 2014 19:06:29 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Jun 2014 19:06:29 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,T_REMOTE_IMAGE X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of aagarwal@hortonworks.com designates 209.85.213.48 as permitted sender) Received: from [209.85.213.48] (HELO mail-yh0-f48.google.com) (209.85.213.48) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Jun 2014 19:06:25 +0000 Received: by mail-yh0-f48.google.com with SMTP id b6so2465614yha.35 for ; Fri, 13 Jun 2014 12:06:01 -0700 (PDT) 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:date :message-id:subject:from:to:content-type; bh=j/HxM1j8+s4X6vDo35/8wFXy29Kzg6vEU8kyExc/uqI=; b=i5/mie/QGEjnu/LI+3VLF6QpeRD9RTM0Tnw/NzaqP0AXz6DJwdDTewDbTb0hv2FAlI KpYb+bGe4QH2xE/4DbgQqoR5qKG4WtA2isHBNzUZ87yZSIGhzJuW/9lT4g4qt0rKQMLo NNaL4HJ/bmS34c/weOvDP0NEgJw12Bd7YH/yyRLAFla3xMNBJKxzSlF6DAaERlFr4HLP TTRXGF1BiagBK8SizSIsRVSZhoXzkLJKb7hTJp9KtjNcvVXi7CYkDRUQDBYfMosBUV4/ 5Dz7CbpVvysHZ9JSXx/sW08AJlU73Y5UzMp4asJQEyfXIR4jbd+y6HH/Qk6Khyf7mRb8 +KAg== X-Gm-Message-State: ALoCoQnZ5q7MQLddbrgbdG/pozvRlGZNueUF+tpddf00OEumX+NsEA18xX0yeGXdMY+6ixN5f637wckRPZ1zFaYOBp4vtfDzmzAJWeq4bwvbW0ACSCdWMZE= MIME-Version: 1.0 X-Received: by 10.236.27.116 with SMTP id d80mr7264788yha.82.1402686360947; Fri, 13 Jun 2014 12:06:00 -0700 (PDT) Received: by 10.170.127.74 with HTTP; Fri, 13 Jun 2014 12:06:00 -0700 (PDT) In-Reply-To: References: <1402672501.87282.YahooMailNeo@web160401.mail.bf1.yahoo.com> Date: Fri, 13 Jun 2014 12:06:00 -0700 Message-ID: Subject: Re: Fwd: Trying to build Hadoop on Windows 8 From: Arpit Agarwal To: user@hadoop.apache.org Content-Type: multipart/alternative; boundary=001a11c1fd0a46a39d04fbbc5edb X-Virus-Checked: Checked by ClamAV on apache.org --001a11c1fd0a46a39d04fbbc5edb Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Could you share the complete build output? Feel free to put it on pastebin or similar if it's a lot of text. On Fri, Jun 13, 2014 at 12:00 PM, N=C3=A9stor Bosc=C3=A1n wrote: > Hi thanks a lot for the info > > I started using a Windows 7 PC and I'm using the "Windows SDK Command > Prompt" but I'm still getting the same error: > > [ERROR] Failed to execute goal > org.codehaus.mojo:exec-maven-plugin:1.2:exec (compile-ms-winutils) on > project hadoop-common: Command execution failed. Process exited with an > error: 1(Exit value: 1) -> [Help 1] > > I tried with hadoop source 2.2.0, 2.3.0 and 2.4.0 with no success. I > checked the BUILDINGS.txt and everything is exactly as the file describes= . > > Regards, > > Nestor > > > On Fri, Jun 13, 2014 at 2:22 PM, Arpit Agarwal > wrote: > >> Unfortunately the SDK for Windows 8 does not include command-line build >> tools. You can build a binary distribution on Windows 7 using the steps >> outlined in BUILDING.txt and it should work on Windows 8. >> >> If you must build on Windows 8 you can try a couple of things: >> - Developer command prompt via Visual Studio Express 2013, if one is >> available. >> - Use Windows 7 SDK on Windows 8. >> >> If you do get either of these working updated instructions or patches >> would be welcome. >> >> >> On Fri, Jun 13, 2014 at 9:19 AM, N=C3=A9stor Bosc=C3=A1n >> wrote: >> >>> The error I'm getting is building Apache Hadoop Commons: >>> >>> [ERROR] Failed to execute goal >>> org.codehaus.mojo:exec-maven-plugin:1.2:exec (compile-ms-winutils) on >>> project hadoop-common: Command execution failed. Process exited with an >>> error: 1(Exit value: 1) -> [Help 1] >>> >>> The BUILDING.txt documentation explains that I have to run Windows SDK >>> Command Prompt, but, in Windows 8 I can't find that shortcut. I tried >>> adding the msbuild folder to the PATH but it doesn't work. >>> >>> Regards, >>> >>> N=C3=A9stor >>> >>> >>> On Fri, Jun 13, 2014 at 11:42 AM, N=C3=A9stor Bosc=C3=A1n >>> wrote: >>> >>>> And it looks like Hortonworks is only certified with Windows Server, >>>> not Windows 8. >>>> >>>> >>>> On Fri, Jun 13, 2014 at 10:57 AM, N=C3=A9stor Bosc=C3=A1n >>>> wrote: >>>> >>>>> Thanks but I'm trying to stick with the Hadoop installation. >>>>> >>>>> >>>>> On Fri, Jun 13, 2014 at 10:45 AM, Publius wrote: >>>>> >>>>>> maybe just download hortonworks for windows >>>>>> >>>>>> Download Hadoop >>>>>> [image: image] >>>>>> Download Hadoop >>>>>> Download Apache Hadoop for the enterprise with Hortonworks Data >>>>>> Platform. Data access, storage, governance, security and operations = across >>>>>> Linux and... >>>>>> View on hortonworks.com >>>>>> Preview by Yahoo >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> KMG 365 >>>>>> ------------------------------ >>>>>> *From:* N=C3=A9stor Bosc=C3=A1n >>>>>> *To:* user@hadoop.apache.org >>>>>> *Sent:* Friday, June 13, 2014 7:31 AM >>>>>> *Subject:* Fwd: Trying to build Hadoop on Windows 8 >>>>>> >>>>>> Hi >>>>>> >>>>>> I'm trying to build Hadoop on WIndows 8. I have: >>>>>> >>>>>> Java 1.6.0_45 (JAVA_HOME set using old DOS name) >>>>>> Maven 3.2 (M2_HOME and PATH set) >>>>>> Protoc 2.5.0 (The 32-bit build that I found, PATH set) >>>>>> Cygwin 64-bit (PATH set) >>>>>> Windows SDK >>>>>> >>>>>> When I try to run the build I get an error that it cannot build usin= g >>>>>> the Windows tools. Lookig throught the Internet I found that with Vi= sual >>>>>> Studio 2010 there is a batch file that sets the Windows SDK envirome= nt >>>>>> variables for this but I don't know how to do this if I only use Win= dows >>>>>> SDK. >>>>>> >>>>>> Regards, >>>>>> >>>>>> N=C3=A9stor >>>>>> >>>>>> >>>>>> >>>>> >>>> >>> >> >> CONFIDENTIALITY NOTICE >> NOTICE: This message is intended for the use of the individual or entity >> to which it is addressed and may contain information that is confidentia= l, >> privileged and exempt from disclosure under applicable law. If the reade= r >> of this message is not the intended recipient, you are hereby notified t= hat >> any printing, copying, dissemination, distribution, disclosure or >> forwarding of this communication is strictly prohibited. If you have >> received this communication in error, please contact the sender immediat= ely >> and delete it from your system. Thank You. > > > --=20 CONFIDENTIALITY NOTICE NOTICE: This message is intended for the use of the individual or entity to= =20 which it is addressed and may contain information that is confidential,=20 privileged and exempt from disclosure under applicable law. If the reader= =20 of this message is not the intended recipient, you are hereby notified that= =20 any printing, copying, dissemination, distribution, disclosure or=20 forwarding of this communication is strictly prohibited. If you have=20 received this communication in error, please contact the sender immediately= =20 and delete it from your system. Thank You. --001a11c1fd0a46a39d04fbbc5edb Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Could you share the complete build output?

Feel fre= e to put it on pastebin or similar if it's a lot of text.


On Fri, Jun 13, 2= 014 at 12:00 PM, N=C3=A9stor Bosc=C3=A1n <nestorjb@gmail.com> wrote:
Hi thanks a lot for the inf= o

I started using a Windows 7 PC and I'm using the &= quot;Windows SDK Command Prompt" but I'm still getting the same er= ror:

[ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2= :exec (compile-ms-winutils) on project hadoop-common: Command execution fai= led. Process exited with an error: 1(Exit value: 1) -> [Help 1]

I tried with hadoop source 2.2.0, 2.3.0 and= 2.4.0 with no success. I checked the BUILDINGS.txt and everything is exact= ly as the file describes.

Regards,

Nestor


On Fri, Jun 13, 2014 at 2:22 PM, Arpit Aga= rwal <aagarwal@hortonworks.com> wrote:
Unfortunately the SDK for Windows 8 does not = include command-line build tools. You can build a binary distribution on Wi= ndows 7 using the steps outlined in BUILDING.txt and it should work on Win= dows 8.

If you must build on Windows 8 you can try a couple of things:
- Developer command prompt via Visual Studio Express 2013, if o= ne is available.
- Use Windows 7 SDK on Windows 8.

If you do get either of these working updated instruc= tions or patches would be welcome.


On Fri, Jun 13, 2014 at 9:19 AM, N=C3=A9stor Bosc=C3=A1n <nestor= jb@gmail.com> wrote:
The error I'm getting i= s building Apache Hadoop Commons:

[ERROR] Failed to exec= ute goal org.codehaus.mojo:exec-maven-plugin:1.2:exec (compile-ms-winutils)= on project hadoop-common: Command execution failed. Process exited with an= error: 1(Exit value: 1) -> [Help 1]

The BUILDING.txt documentation explains that I ha= ve to run Windows SDK Command Prompt, but, in Windows 8 I can't find th= at shortcut. I tried adding the msbuild folder to the PATH but it doesn'= ;t work.

Regards,

N=C3=A9stor


O= n Fri, Jun 13, 2014 at 11:42 AM, N=C3=A9stor Bosc=C3=A1n = <nestorjb@gmail.= com> wrote:
And it looks like Hortonwor= ks is only certified with Windows Server, not Windows 8.


On Fri, = Jun 13, 2014 at 10:57 AM, N=C3=A9stor Bosc=C3=A1n <nestorjb@gmail.com= > wrote:
Thanks but I'm trying t= o stick with the Hadoop installation.


On Fri, Jun 1= 3, 2014 at 10:45 AM, Publius <t_dv@yahoo.com> wrote:
maybe just download hortonworks for windows

Download = Hadoop
=C2=A0
=C2= =A0






KMG 365=C2=A0

From: N=C3=A9stor Bosc=C3=A1n <nestorjb@gmail.com>
= To: user@hadoop.apache.org
Sent: Friday, June 13, 2014= 7:31 AM
Subject: Fwd: T= rying to build Hadoop on Windows 8

Hi

I'= ;m trying to build Hadoop on WIndows 8. I have:

Ja= va 1.6.0_45 (JAVA_HOME set using old DOS name)
Maven 3.2 (M2_HOME= and PATH set)
Protoc 2.5.0 (The 32-bit build that I found, PATH set)
Cygwin 64-bit (PATH set)
Windows SDK

When I try to run the build I get an error that it cannot build using the= Windows tools. Lookig throught the Internet I found that with Visual Studi= o 2010 there is a batch file that sets the Windows SDK enviroment variables= for this but I don't know how to do this if I only use Windows SDK.

Regards,

N=C3=A9stor


<= /blockquote>





CONFIDENTIALITY NOTICE
= NOTICE: This message is intended for the use of the individual or entity to= which it is addressed and may contain information that is confidential, pr= ivileged and exempt from disclosure under applicable law. If the reader of = this message is not the intended recipient, you are hereby notified that an= y printing, copying, dissemination, distribution, disclosure or forwarding = of this communication is strictly prohibited. If you have received this com= munication in error, please contact the sender immediately and delete it fr= om your system. Thank You.



CONFIDENTIALITY NOTICE
NOTICE: This message is = intended for the use of the individual or entity to which it is addressed a= nd may contain information that is confidential, privileged and exempt from= disclosure under applicable law. If the reader of this message is not the = intended recipient, you are hereby notified that any printing, copying, dis= semination, distribution, disclosure or forwarding of this communication is= strictly prohibited. If you have received this communication in error, ple= ase contact the sender immediately and delete it from your system. Thank Yo= u. --001a11c1fd0a46a39d04fbbc5edb--