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 3C362114CB for ; Thu, 31 Jul 2014 18:32:55 +0000 (UTC) Received: (qmail 74215 invoked by uid 500); 31 Jul 2014 18:32:50 -0000 Delivered-To: apmail-hadoop-user-archive@hadoop.apache.org Received: (qmail 74094 invoked by uid 500); 31 Jul 2014 18:32:50 -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 74082 invoked by uid 99); 31 Jul 2014 18:32:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Jul 2014 18:32:50 +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 (nike.apache.org: domain of houston.king@gmail.com designates 209.85.213.181 as permitted sender) Received: from [209.85.213.181] (HELO mail-ig0-f181.google.com) (209.85.213.181) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Jul 2014 18:32:48 +0000 Received: by mail-ig0-f181.google.com with SMTP id h3so99145igd.2 for ; Thu, 31 Jul 2014 11:32:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=9ERzY5rvAPkJV2+Aq38n9lUU19elLIXKMaLF7pnltYk=; b=Myn6h2+Kgl1TNsxh35M3CKZUEvn5wxD2OVImH0KtaHd84dGRdZkRuiSPTQ5Ha43zis tZuDzDp3tq5xD3vD72CBbHibItcQD45pp7O6Eih9mb6ZTtXFxZ/EJpl7TGRtyQWrVTgg AsmK7h3LaljgIXuj06MXQieNqJioMhMDEtp0qajzfJblRSGytCnuQpuytImrsLEWtf0o 7sFnP6ne/k2H1DVEtJBpwrgs67RB+ohNLT4REIEh+YpUkrCBToCNJnokXh1VrKyGW2s8 Uvf9+1F3UZX95VdeuT9ClitWGReAM3aU4zj514iwymeinTcXFb+hYDvWdfiPg94GC+kq GGVQ== MIME-Version: 1.0 X-Received: by 10.42.76.144 with SMTP id e16mr25035ick.10.1406831542863; Thu, 31 Jul 2014 11:32:22 -0700 (PDT) Received: by 10.107.133.7 with HTTP; Thu, 31 Jul 2014 11:32:22 -0700 (PDT) Date: Thu, 31 Jul 2014 12:32:22 -0600 Message-ID: Subject: Setting Up First Hadoop / Yarn Cluster From: Houston King To: user@hadoop.apache.org Content-Type: multipart/alternative; boundary=90e6ba25dc175f0cdb04ff817e8f X-Virus-Checked: Checked by ClamAV on apache.org --90e6ba25dc175f0cdb04ff817e8f Content-Type: text/plain; charset=UTF-8 Hey Everyone, I'm a noob working to setup my first 13 node Hadoop 2.4.0 cluster, and I've run into some problems that I'm having a heck of a time debugging. I've been following the guide posted at http://www.implementhadoop.com/install-hadoop-2-4-0-multi-node-cluster/ to setup the cluster. I've gotten through the guide, but, when I attempt to run either the wordcount, pi, or randomwriter examples most / all my tasks end up failing: 14/07/31 12:23:14 INFO mapreduce.Job: map 0% reduce 0% 14/07/31 12:23:28 INFO mapreduce.Job: Task Id : attempt_1406829336833_0002_m_000000_0, Status : FAILED 14/07/31 12:23:42 INFO mapreduce.Job: Task Id : attempt_1406829336833_0002_m_000000_1, Status : FAILED 14/07/31 12:23:56 INFO mapreduce.Job: Task Id : attempt_1406829336833_0002_m_000000_2, Status : FAILED 14/07/31 12:24:12 INFO mapreduce.Job: map 100% reduce 100% 14/07/31 12:24:13 INFO mapreduce.Job: Job job_1406829336833_0002 failed with state FAILED due to: Task failed task_1406829336833_0002_m_000000 I've been trying to figure out if I have a configuration problem or where in the logfiles the problem is described, but without much luck. At this point, I'm looking for any help I can get to get this cluster going. I appreciate any and all suggestions! Thanks ~Houston King --90e6ba25dc175f0cdb04ff817e8f Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hey Everyone,

I'm a noob working to= setup my first 13 node Hadoop 2.4.0 cluster, and I've run into some pr= oblems that I'm having a heck of a time debugging. =C2=A0
I've been following the guide posted at=C2=A0http://www.i= mplementhadoop.com/install-hadoop-2-4-0-multi-node-cluster/ to setup th= e cluster. =C2=A0I've gotten through the guide, but, when I attempt to = run either the wordcount, pi, or randomwriter examples most / all my tasks = end up failing:

14/07/31 12:23:14 INFO mapreduce.Job: =C2=A0map 0%= reduce 0%
14/07/31 12:23:28 INFO mapreduce.Job: Task Id : attemp= t_1406829336833_0002_m_000000_0, Status : FAILED
14/07/31 12:23:4= 2 INFO mapreduce.Job: Task Id : attempt_1406829336833_0002_m_000000_1, Stat= us : FAILED
14/07/31 12:23:56 INFO mapreduce.Job: Task Id : attempt_1406829336833_= 0002_m_000000_2, Status : FAILED
14/07/31 12:24:12 INFO mapreduce= .Job: =C2=A0map 100% reduce 100%
14/07/31 12:24:13 INFO mapreduce= .Job: Job job_1406829336833_0002 failed with state FAILED due to: Task fail= ed task_1406829336833_0002_m_000000

I've been trying to figure out if I have a configur= ation problem or where in the logfiles the problem is described, but withou= t much luck. =C2=A0At this point, I'm looking for any help I can get to= get this cluster going. =C2=A0I appreciate any and all suggestions!

Thanks
~Houston King
--90e6ba25dc175f0cdb04ff817e8f--