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 2ADCF10DEF for ; Thu, 29 Aug 2013 07:46:29 +0000 (UTC) Received: (qmail 97777 invoked by uid 500); 29 Aug 2013 07:46:17 -0000 Delivered-To: apmail-hadoop-hdfs-user-archive@hadoop.apache.org Received: (qmail 97618 invoked by uid 500); 29 Aug 2013 07:46:03 -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 97565 invoked by uid 99); 29 Aug 2013 07:45:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Aug 2013 07:45:48 +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 shekhar2581@gmail.com designates 209.85.212.50 as permitted sender) Received: from [209.85.212.50] (HELO mail-vb0-f50.google.com) (209.85.212.50) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Aug 2013 07:45:40 +0000 Received: by mail-vb0-f50.google.com with SMTP id x14so40730vbb.37 for ; Thu, 29 Aug 2013 00:45:20 -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=nmD1/3shuzlvqWnX/goNcOhiZBWCmqxY2DtI5SL5YG4=; b=TNa1+xL54QtRLyfI9jhvlSMOyOO2iTkSC5657mngsUrVCWK5+AZZiVZnQRs/ScYzx6 GpSKqr+8JtSM/muww5PRFjBW7dr0oExSapiH81HMXfUPHOl1k0dV9v66vExfnFo9EZxG I9uG3aJOogO+XHB0nnsT6Lx6e7B91Ozs04pzLtLqfDrffy09yhyoo/+kogjMKtoAnwji 9w0sLJyfgA7Sa51hVufVYiPSPj7MFd3+63SaU+FMIFVsPTnQQ4G82sAoI9c4s2sbRwiH ILdVDNAV3G5KG0Vdw3Tyle14YNeIGvZALev/CMgf1BMuvZqaGXVkPfmtW+QKlH0wvGin E+gA== MIME-Version: 1.0 X-Received: by 10.220.174.200 with SMTP id u8mr1667640vcz.6.1377762320193; Thu, 29 Aug 2013 00:45:20 -0700 (PDT) Received: by 10.220.168.72 with HTTP; Thu, 29 Aug 2013 00:45:20 -0700 (PDT) In-Reply-To: References: <781DB69A-303F-47A6-9D28-BA6AFA09565C@yahoo.com> Date: Thu, 29 Aug 2013 13:15:20 +0530 Message-ID: Subject: Re: Hadoop client user From: Shekhar Sharma To: user@hadoop.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Put that user in hadoop group... And if the user wants to hadoop client, then the use should be aware of two properties fs.default.name which is the address of NameNode and mapred.job.tracker which is the address of job tracker Regards, Som Shekhar Sharma +91-8197243810 On Thu, Aug 29, 2013 at 10:55 AM, Harsh J wrote: > The user1 will mainly require a home directory on the HDFS, created by > the HDFS administrator user ('hadoop' in your case): sudo -u hadoop > hadoop fs -mkdir /user/user1; sudo -u hadoop hadoop fs -chown > user1:user1 /user/user1. After this, the user should be able to run > jobs and manipulate files in their own directory. > > On Thu, Aug 29, 2013 at 10:21 AM, Hadoop Raj wrote: >> Hi, >> >> I have a hadoop learning environment on a pseudo distributed mode. It is owned by the user 'hadoop'. >> >> I am trying to get an understanding on how can another user on this box can act as a Hadoop client and able to create HDFS files and run Map Reduce jobs. Say I have a Linux user 'user1'. >> >> What permissions , privileges and configuration settings are required for 'user1' to act as a Hadoop client? >> >> Thanks, >> Raj > > > > -- > Harsh J