Return-Path: X-Original-To: apmail-hadoop-mapreduce-user-archive@minotaur.apache.org Delivered-To: apmail-hadoop-mapreduce-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 2864517FAE for ; Mon, 13 Oct 2014 02:43:24 +0000 (UTC) Received: (qmail 24528 invoked by uid 500); 13 Oct 2014 02:43:18 -0000 Delivered-To: apmail-hadoop-mapreduce-user-archive@hadoop.apache.org Received: (qmail 24380 invoked by uid 500); 13 Oct 2014 02:43:18 -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 24350 invoked by uid 99); 13 Oct 2014 02:43:17 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Oct 2014 02:43:17 +0000 X-ASF-Spam-Status: No, hits=-0.5 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of tomasdelvechio17@gmail.com designates 209.85.213.170 as permitted sender) Received: from [209.85.213.170] (HELO mail-ig0-f170.google.com) (209.85.213.170) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Oct 2014 02:42:52 +0000 Received: by mail-ig0-f170.google.com with SMTP id hn15so12403270igb.3 for ; Sun, 12 Oct 2014 19:42:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:content-type; bh=cLl4A9VvDMpekDnlhmu5DWVbxT4yjw5w12/+m/Nkh8s=; b=xT3f81Ek6u504VRjAHKUOlxSB6ymMwa+DVi6J/UbSEjfJuIROO8SNU74gzxxs3tKYH Xh7o/m2aZacAKWP5qVdQqZ00btIxyzTKJWpiE1SOq6zE1U6dpUhPnhL78ebAQUFir/5L v0NhGxEuZbdpB/CdslvAIWcNaBa3Skxa3Vy2sAS8BDCvGuP3rViUhgCCxpTG9Bn7pGZI iIvOHB/hEbkKrF8a5mb1q6Xi7hn3tnR5XYajGDYWqS37ySOPUuZ9uAWgtFsUyrwPd9p+ Unwx0Bq96JB13lZiqAZkW5WM5MU0Gz8gZU/+FN4nfkxmJ+eIHI0I3k/qsOH5/PYqIdOO TGaA== X-Received: by 10.50.142.97 with SMTP id rv1mr26813725igb.11.1413168171128; Sun, 12 Oct 2014 19:42:51 -0700 (PDT) MIME-Version: 1.0 Sender: tomasdelvechio17@gmail.com Received: by 10.50.87.5 with HTTP; Sun, 12 Oct 2014 19:42:29 -0700 (PDT) In-Reply-To: References: From: Tomas Delvechio Date: Sun, 12 Oct 2014 23:42:29 -0300 X-Google-Sender-Auth: vBrXPpDC0RHBfqAvfqSzXCVZdj4 Message-ID: Subject: Re: Hadoop 2.5.1 - distro not compatible with "quick start"? To: user@hadoop.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org 2014-10-12 12:14 GMT-03:00 Martin Wunderlich : > However, this guide seems to be out of synch with the 2.5.1. distribution. I have observed the following: > 1. There is no /conf directory. The file hadoop-env.sh resides in /etc/hadoop. > 2. There is no hadoop-*-examples.jar file - assuming that the asterisk here should be replaced with the version 2.5.1. > 3. The file conf/hadoop-site.xml doesn't seem to exist. In the 2.5.0 version, the config files are in /etc/hadoop (by default). The conf/ directory no longer exists. In my installation, I found the jar for the examples in /share/hadoop/mapreduce/hadoop-mapreduce-examples-2.5.0.jar I hope this helps you. -- Tomas Delvechio