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 7E548F40C for ; Thu, 21 Mar 2013 23:35:39 +0000 (UTC) Received: (qmail 62305 invoked by uid 500); 21 Mar 2013 23:35:34 -0000 Delivered-To: apmail-hadoop-user-archive@hadoop.apache.org Received: (qmail 62051 invoked by uid 500); 21 Mar 2013 23:35:34 -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 62040 invoked by uid 99); 21 Mar 2013 23:35:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Mar 2013 23:35:34 +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 keith.thomas@gmail.com designates 74.125.82.180 as permitted sender) Received: from [74.125.82.180] (HELO mail-we0-f180.google.com) (74.125.82.180) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Mar 2013 23:35:29 +0000 Received: by mail-we0-f180.google.com with SMTP id r5so225611wey.25 for ; Thu, 21 Mar 2013 16:35:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=OvArL0maTvfh+TMjUzzmH6uzIb3tWREZpuXiAv9SRZw=; b=aljxsPE2Z8bd6iWZyGFWrM7KEQyw/TnDdMvmjE9wsK2XuJtHTq6oD2crR14xpIq37P /we9H4iMG5P4Q5O2PBtr1HznNeuB218sS8httzwAXWHD/EFlVonWFmp6EoJP448yTCAf 7TX0JKxchVfDIqj0d/A8x7dqDRvPWIF4elWA93mJNxRoMMFgIngNafbzxHG6aUwBW/Bg jJdoVhmBGcTJwzzSaZJeSiakM1pdlUf/c4QptnUrqCd11/8qG6/CkOJAbfp34jvavOKn 25rZ47yZXMj3zMunBWqklqFT08rInTZJa5PeLsw/X/rH5neyk00iulPQP5DeTJyD7uao EP3g== MIME-Version: 1.0 X-Received: by 10.194.220.70 with SMTP id pu6mr19880564wjc.27.1363908907774; Thu, 21 Mar 2013 16:35:07 -0700 (PDT) Received: by 10.194.81.165 with HTTP; Thu, 21 Mar 2013 16:35:07 -0700 (PDT) In-Reply-To: References: Date: Thu, 21 Mar 2013 16:35:07 -0700 Message-ID: Subject: Re: The most newbie question ever From: Keith Thomas To: user@hadoop.apache.org Content-Type: multipart/alternative; boundary=001a11c1b566f43c0504d877c9ba X-Virus-Checked: Checked by ClamAV on apache.org --001a11c1b566f43c0504d877c9ba Content-Type: text/plain; charset=ISO-8859-1 Thanks for the great link but sorry it looks like this is going to be a long process. Step 1 is: mvn clean install -DskipTests First of all my OS tells me I need maven but it gives me two choices, maven and maven 2. Is there any pre-req info for Hadoop? I've previously guessed I should installed open jdk 6. This time I guess maven 2. The result of the 'clean install' is an error, [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Cannot execute mojo: clean. It requires a project with an existing pom.xml, but the build is not using one. :( Looking ahead the next instruction is to CD into a folder that does not exist on my machine, cd hadoop-mapreduce-project A little after that the instructions note I must have installed version 2.4.1 or greater. 2.4.1 of what? I feel I am missing the point somewhere :( On Thu, Mar 21, 2013 at 4:12 PM, Mayank Bansal wrote: > http://hadoop.apache.org/docs/r2.0.3-alpha/ > > On Thu, Mar 21, 2013 at 4:00 PM, Keith Thomas > wrote: > > After three years in a non-Hadoop Windows wilderness I am lucky enough to > > return and wow I find Hadoop 2.0 .... Brilliant! > > > > I quickly navigated here: > > http://hadoop.apache.org/index.html#Getting+Started > > > > and eagerly downloaded 2.0.3 alpha. Hmmm, now what? I see the following > > sections, > > > > Getting Started > > > > To get started, begin here: > > > > Learn about Hadoop by reading the documentation. > > Download Hadoop from the release page. > > Discuss Hadoop on the mailing list. > > > > > > but I can't find installation instructions. I look for the latest > version of > > my Tom White collection and the latest book is a year old and is > unlikely to > > be current enough to be of use to someone as out of date as me. Please > help > > me to get started. So far I've only managed to download and unzip 2.0.3 > and > > to install open jdk 6. > > > > Many thanks for your patience. > > > --001a11c1b566f43c0504d877c9ba Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Thanks for the great li= nk but sorry it looks like this is going to be a long process.=

Step 1 is: mvn clean install -DskipTests

First of all = my OS tells me I need maven but it gives me two choices= , maven and maven 2.

Is there any pre-req info for Hadoop? I've previously = guessed I should installed open jdk 6. This time I guess maven 2. The resul= t of the 'clean install' is an error,

[ERROR] BUILD ERROR
= [INFO] --------------------------------------------------------------------= ----
[INFO] Cannot execute mojo: clean. It requires a project with an ex= isting pom.xml, but the build is not using one.
:(

Looking ahead the next instruction is to CD into a folder that d= oes not exist on my machine,

cd hadoop-mapreduce-pro=
ject

A little after that the instructions note I must have install=
ed version 2.4.1 or greater. 2.4.1 of what?

I feel I am missing the point somewhere :(


<= br>
On Thu, Mar 21, 2013 at 4:12 PM, Mayank B= ansal <mayank@apache.org> wrote:
http://hadoop.apache.org/docs/r2.0.3-alpha/

On Thu, Mar 21, 2013 at 4:00 PM, Keith Thomas <
keith.thomas@gmail.com> wrote:
> After three years in a non-Hadoop Windows wilderness I am lucky enough= to
> return and wow I find Hadoop 2.0 .... Brilliant!
>
> I quickly navigated here:
> =A0 =A0http://hadoop.apache.org/index.html#Getting+Started<= br> >
> and eagerly downloaded 2.0.3 alpha. Hmmm, now what? I see the followin= g
> sections,
>
> Getting Started
>
> To get started, begin here:
>
> Learn about Hadoop by reading the documentation.
> Download Hadoop from the release page.
> Discuss Hadoop on the mailing list.
>
>
> but I can't find installation instructions. I look for the latest = version of
> my Tom White collection and the latest book is a year old and is unlik= ely to
> be current enough to be of use to someone as out of date as me. Please= help
> me to get started. So far I've only managed to download and unzip = 2.0.3 and
> to install open jdk 6.
>
> Many thanks for your patience.
>

--001a11c1b566f43c0504d877c9ba--