Return-Path: X-Original-To: apmail-hadoop-common-user-archive@www.apache.org Delivered-To: apmail-hadoop-common-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DD6DC11446 for ; Mon, 28 Jul 2014 12:10:01 +0000 (UTC) Received: (qmail 63437 invoked by uid 500); 28 Jul 2014 12:09:53 -0000 Delivered-To: apmail-hadoop-common-user-archive@hadoop.apache.org Received: (qmail 63319 invoked by uid 500); 28 Jul 2014 12:09:53 -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 63309 invoked by uid 99); 28 Jul 2014 12:09:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Jul 2014 12:09:53 +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 ravin.iitb@gmail.com designates 209.85.192.51 as permitted sender) Received: from [209.85.192.51] (HELO mail-qg0-f51.google.com) (209.85.192.51) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Jul 2014 12:09:49 +0000 Received: by mail-qg0-f51.google.com with SMTP id a108so8065207qge.38 for ; Mon, 28 Jul 2014 05:09:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=iBlPfcMU17uy0K2vR6Sg235NAKDOFwCChfr1svfaGvc=; b=wFDq4fqopkXHBP6aXP5hmFymyeHWdu0/CHUbVty2sPTkpKrYNZTv2fHjIkLQm5Scxe nYzp3k5Ng5hFipH8UKs7oBzXH5anyPW0i1ZVHpE4mZr2S3rVfCOU4Myj4OXnAoQYG2dA Dl8jxuxtrBp03nefJA9NbX6IYbH1PrmvPIBiPwHUByEvSycmsG4KveXFbcmDru7lM4bk 595tLIKv5GToZYkn5jweNl8x2jy6D4AtD15U0C4DJOCkphrGFxhKC8YZJClfeQ8gYt/9 XuL0yHaWQfgPUj/NLbIEEsA6xV7SaovcK56xz80ckREDIqWuOzmK3MlTAPdLhGY8S2xl 6kTg== MIME-Version: 1.0 X-Received: by 10.224.47.130 with SMTP id n2mr26626599qaf.87.1406549368980; Mon, 28 Jul 2014 05:09:28 -0700 (PDT) Received: by 10.224.210.133 with HTTP; Mon, 28 Jul 2014 05:09:28 -0700 (PDT) In-Reply-To: References: Date: Mon, 28 Jul 2014 17:39:28 +0530 Message-ID: Subject: Re: How to set up the conf folder From: Ravindra To: user@hadoop.apache.org Content-Type: multipart/alternative; boundary=001a1134b0047f4b7904ff3fcb82 X-Virus-Checked: Checked by ClamAV on apache.org --001a1134b0047f4b7904ff3fcb82 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi, Could you try putting this in .bash_profile export HADOOP_CONF_DIR=3D/scratch/extra/cm469/hadoop-2.4.1/etc/hadoop/ Regards, Ravindra On Wed, Jul 23, 2014 at 3:17 PM, Chris MacKenzie < studio@chrismackenziephotography.co.uk> wrote: > Hi, > > Can anyone shed some light on this for me. Every time I attempt to set up > the conf directory, I run into a whole load of errors and ssh issues whic= h > I don=C2=B9t see when my config files are in etc/hadoop > > I want to understand how to use the conf directory. My ultimate goal is t= o > use symbolic links > > I have a running cluster based version of hadoop-2.4.1. I start and stop > the cluster from the RM with: > > ./hadoop-2.4.1/sbin/start-dfs.sh > ./hadoop-2.4.1/sbin/start-yarn.sh > > My understanding is that to use the conf directory my settings should be > was follows: > > > Settings: > bash-profile has $HADOOP_CONF_DIR =3D > /scratch/extra/cm469/hadoop-2.4.1/etc/hadoop > Hadoop-env.sh has export > HADOOP_CONF_DIR=3D${HADOOP_CONF_DIR:-"/etc/hadoop/conf=C2=B2} > > conf/core-site.xml > conf/hdfs-site.xml > > conf/mapred-site.xml > > conf/yarn-site.xml > > conf/capacity-scheduler.xml > > > etc/hadoop/hadoop-env.sh > > > etc/hadoop/slaves > > etc/hadoop/masters > > > > Thanks in advance, > > Chris MacKenzie > telephone: 0131 332 6967 > email: studio@chrismackenziephotography.co.uk > corporate: www.chrismackenziephotography.co.uk > > > > > > --001a1134b0047f4b7904ff3fcb82 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hi,

Could you try putting this in .= bash_profile
export HADOOP_CONF_DIR=3D/scratch/extra/cm469/hadoop-2.4.1/= etc/hadoop/

Regards,
Ravindra


<= div class=3D"gmail_extra">

On Wed, Jul 23, 2014 at 3:17 PM, Chris M= acKenzie <studio@chrismackenziephotography.co.uk&= gt; wrote:
Hi,

Can anyone shed some light on this for me. Every time I attempt to set up the conf directory, I run into a whole load of errors and ssh issues which<= br> I don=C2=B9t see when my config files are in etc/hadoop

I want to understand how to use the conf directory. My ultimate goal is to<= br> use symbolic links

I have a running cluster based version of hadoop-2.4.1. I start and stop the cluster from the RM with:

./hadoop-2.4.1/sbin/start-dfs.sh
./hadoop-2.4.1/sbin/start-yarn.sh

My understanding is that to use the conf directory my settings should be was follows:


Settings:
bash-profile has $HADOOP_CONF_DIR =3D
/scratch/extra/cm469/hadoop-2.4.1/etc/hadoop
Hadoop-env.sh has export
HADOOP_CONF_DIR=3D${HADOOP_CONF_DIR:-"/etc/hadoop/conf=C2=B2}

conf/core-site.xml
conf/hdfs-site.xml

conf/mapred-site.xml

conf/yarn-site.xml

conf/capacity-scheduler.xml


etc/hadoop/hadoop-env.sh


etc/hadoop/slaves

etc/hadoop/masters



Thanks in advance,

Chris MacKenzie
telephone: 0131 332 6967
email: studio@chr= ismackenziephotography.co.uk
corporate: www.chrismackenziephotography.co.uk
<http://www.chrismackenziephotography.co.uk/>
<http://plus.google.com/+ChrismackenziephotographyCoUk/po= sts>
<http://www.linkedin.com/in/chrismackenziephotography/><= br>


--001a1134b0047f4b7904ff3fcb82--