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 EF783F442 for ; Thu, 21 Mar 2013 23:39:06 +0000 (UTC) Received: (qmail 74280 invoked by uid 500); 21 Mar 2013 23:38:59 -0000 Delivered-To: apmail-hadoop-hdfs-user-archive@hadoop.apache.org Received: (qmail 74128 invoked by uid 500); 21 Mar 2013 23:38:58 -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 74096 invoked by uid 99); 21 Mar 2013 23:38:58 -0000 Received: from minotaur.apache.org (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Mar 2013 23:38:58 +0000 Received: from localhost (HELO mail-wg0-f47.google.com) (127.0.0.1) (smtp-auth username mayank, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Mar 2013 23:38:58 +0000 Received: by mail-wg0-f47.google.com with SMTP id dt14so980709wgb.14 for ; Thu, 21 Mar 2013 16:38:57 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.194.133.198 with SMTP id pe6mr20398670wjb.9.1363909137014; Thu, 21 Mar 2013 16:38:57 -0700 (PDT) Received: by 10.194.28.168 with HTTP; Thu, 21 Mar 2013 16:38:56 -0700 (PDT) In-Reply-To: References: Date: Thu, 21 Mar 2013 16:38:56 -0700 Message-ID: Subject: Re: The most newbie question ever From: Mayank Bansal To: user@hadoop.apache.org Content-Type: text/plain; charset=ISO-8859-1 There is a BUILDING.txt $ mvn package -Pdist -DskipTests -Dtar Thanks, Mayank On Thu, Mar 21, 2013 at 4:35 PM, Keith Thomas wrote: > 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. >> > > >