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 B62A2D681 for ; Fri, 1 Mar 2013 20:39:26 +0000 (UTC) Received: (qmail 9693 invoked by uid 500); 1 Mar 2013 20:39:22 -0000 Delivered-To: apmail-hadoop-user-archive@hadoop.apache.org Received: (qmail 9618 invoked by uid 500); 1 Mar 2013 20:39:21 -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 9611 invoked by uid 99); 1 Mar 2013 20:39:21 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Mar 2013 20:39:21 +0000 X-ASF-Spam-Status: No, hits=0.6 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_MED,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [122.248.162.9] (HELO e28smtp09.in.ibm.com) (122.248.162.9) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Mar 2013 20:39:10 +0000 Received: from /spool/local by e28smtp09.in.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Sat, 2 Mar 2013 02:06:42 +0530 Received: from d28dlp02.in.ibm.com (9.184.220.127) by e28smtp09.in.ibm.com (192.168.1.139) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Sat, 2 Mar 2013 02:06:40 +0530 Received: from d28relay04.in.ibm.com (d28relay04.in.ibm.com [9.184.220.61]) by d28dlp02.in.ibm.com (Postfix) with ESMTP id 107CC3940059 for ; Sat, 2 Mar 2013 02:08:43 +0530 (IST) Received: from d28av03.in.ibm.com (d28av03.in.ibm.com [9.184.220.65]) by d28relay04.in.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r21KceNg32505958 for ; Sat, 2 Mar 2013 02:08:40 +0530 Received: from d28av03.in.ibm.com (loopback [127.0.0.1]) by d28av03.in.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id r21KchJK004176 for ; Sat, 2 Mar 2013 07:38:43 +1100 Received: from oc0301054106.ibm.com ([9.77.209.133]) by d28av03.in.ibm.com (8.14.4/8.13.1/NCO v10.0 AVin) with ESMTP id r21KcgNf004134; Sat, 2 Mar 2013 07:38:42 +1100 Message-ID: <513111D1.3020002@linux.vnet.ibm.com> Date: Sat, 02 Mar 2013 02:08:41 +0530 From: shubham User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.7) Gecko/20120825 Thunderbird/10.0.7 MIME-Version: 1.0 To: user@hadoop.apache.org CC: "Shah, Rahul1" Subject: Re: Run my first task on hadoop References: <304497B3F2CFD74EA24C5AF74F27C8F590BC85@FMSMSX105.amr.corp.intel.com> In-Reply-To: <304497B3F2CFD74EA24C5AF74F27C8F590BC85@FMSMSX105.amr.corp.intel.com> Content-Type: multipart/alternative; boundary="------------000308050403060003050705" X-Content-Scanned: Fidelis XPS MAILER x-cbid: 13030120-2674-0000-0000-000008041AB9 X-Virus-Checked: Checked by ClamAV on apache.org This is a multi-part message in MIME format. --------------000308050403060003050705 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 03/02/2013 01:57 AM, Shah, Rahul1 wrote: > > Hi, > > I wanna start using Hadoop. I have Hadoop clusters set up by someone > and I have to try my hands on it. How do I get going with running any > kind of task. Any suggestions ? > > Also before running any task what configuration should I make sure are > setup properly. I have not installed it myself so not sure if it is > configured properly for any task. Any suggestions would be > appreciated. Thanks > > -Rahul > First check whether hadoop processes (namenode, secondarynamenode, jobtracker and tasktracker) are running in your clusters or not. Use "ps -ef" for it. If they are running then you can try any example inside hadoop tarball or just try to copy data from your local filesystem to hdfs and back. If the processes are not running than u need to check the hadoop conf files and your java environment. There are lot of good tutorials on internet to start with configuration. Thanks.. --------------000308050403060003050705 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On 03/02/2013 01:57 AM, Shah, Rahul1 wrote:

Hi,

 

I wanna start using Hadoop. I have Hadoop clusters set up by someone and I have to try my hands on it. How do I get going with running any kind of task. Any suggestions ?

 

Also before running any task what configuration should I make sure are setup properly. I have not installed it myself so not sure if it is configured properly for any task. Any suggestions would be appreciated. Thanks

 

-Rahul

 

First check whether hadoop processes (namenode, secondarynamenode, jobtracker and tasktracker) are running in your clusters or not. Use "ps -ef" for it. If they are running then you can try any example inside hadoop tarball or just try to copy data from your local filesystem to hdfs and back. If the processes are not running than u need to check the hadoop conf files and your java environment. There are lot of good tutorials on internet to start with configuration.

Thanks..
--------------000308050403060003050705--