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 1F10AF7A7 for ; Sat, 11 May 2013 18:26:16 +0000 (UTC) Received: (qmail 24623 invoked by uid 500); 11 May 2013 18:25:13 -0000 Delivered-To: apmail-hadoop-mapreduce-user-archive@hadoop.apache.org Received: (qmail 24534 invoked by uid 500); 11 May 2013 18:25:13 -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 24526 invoked by uid 99); 11 May 2013 18:25:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 May 2013 18:25:13 +0000 X-ASF-Spam-Status: No, hits=1.7 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of raoshashidhar123@gmail.com designates 74.125.82.195 as permitted sender) Received: from [74.125.82.195] (HELO mail-we0-f195.google.com) (74.125.82.195) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 May 2013 18:24:42 +0000 Received: by mail-we0-f195.google.com with SMTP id q59so1440797wes.2 for ; Sat, 11 May 2013 11:24:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=mx4ROk1Lwr9QPzdwxP+35z+/0++MP0kOr8OM9hvGnm8=; b=tDmqokRHscVKUwU28JZm2N1e3z9mTQo6RvUpFMFc6VIReMAinuZQTM7/LprkeDhSdW rLeC7BkbF4b21sngB5PzzIYaBAp1gqPCrcJvpbMwLTmrxtr+j3PHQhuHO+i6HMXm5k9Y Z6NCHFG1bmHK7TjTXDm0dcn8y9BoBMA+sK0Ash9WGXf9l72Cp47WMFWvtSe+NY/2BcvP HmrDijNDvZZCMh63diXiV4bskRCNBf6aqr6CAwpUAH5EUCZ5KM1vd0CJdTei/iLs+vNv w8Zp88hWAGG2SlZZubqpbAVBEeKooCdEuUBdhtenOOfM44JUa4BVeoz79oisXY//p4/Y VHrA== MIME-Version: 1.0 X-Received: by 10.194.90.202 with SMTP id by10mr31334273wjb.11.1368296662601; Sat, 11 May 2013 11:24:22 -0700 (PDT) Received: by 10.217.120.195 with HTTP; Sat, 11 May 2013 11:24:22 -0700 (PDT) Date: Sat, 11 May 2013 23:54:22 +0530 Message-ID: Subject: Submitting a hadoop job in large clusters. From: Shashidhar Rao To: user@hadoop.apache.org Content-Type: multipart/alternative; boundary=047d7bfcf9c48860d304dc756408 X-Virus-Checked: Checked by ClamAV on apache.org --047d7bfcf9c48860d304dc756408 Content-Type: text/plain; charset=ISO-8859-1 Hello users, I am running hadoop in my windows laptop using linux virtual machine.Since every Hadoop daemon is running in one machine I have no problem running hadoop jar command and then submittng the job and everything works fine. But, I think when hadoop is running in multiple nodes submitting a job would be different. My understanding is that I have to remote connect to one of the node ex. any datanode not necessary JobTracker and then copy the job jar to a location, cd to hadoop bin and then fire up the console and then run the hadoop jar command. Is this how to submit a hadoop job in a cluster or is there any other way to submit a job . Basically, I have never used a cluster so am having this doubt Advanced thanks --047d7bfcf9c48860d304dc756408 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hello users,

I am running= hadoop in my windows laptop using linux virtual machine.Since every Hadoop= daemon is running in one machine I have no problem running hadoop jar comm= and and then submittng the job and everything works fine.

But, I think when hadoop is running in multiple nodes submitting = a job would be different. My understanding is that I have to remote connect= to one of the node ex. any datanode not necessary JobTracker and then copy= the job jar to a location, cd to hadoop bin and then fire up the console a= nd then run the hadoop jar command.

Is this how to submit a hadoop job in a cluster or is there any o= ther way to submit a job .
Basically, I have never used a clu= ster so am having this doubt

Advanced thanks


--047d7bfcf9c48860d304dc756408--