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 7832211F83 for ; Fri, 25 Apr 2014 15:47:35 +0000 (UTC) Received: (qmail 16128 invoked by uid 500); 25 Apr 2014 15:47:26 -0000 Delivered-To: apmail-hadoop-common-user-archive@hadoop.apache.org Received: (qmail 16016 invoked by uid 500); 25 Apr 2014 15:47:26 -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 16007 invoked by uid 99); 25 Apr 2014 15:47:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Apr 2014 15:47:25 +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 (athena.apache.org: domain of lordjoe2000@gmail.com designates 209.85.219.54 as permitted sender) Received: from [209.85.219.54] (HELO mail-oa0-f54.google.com) (209.85.219.54) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Apr 2014 15:47:19 +0000 Received: by mail-oa0-f54.google.com with SMTP id i7so4384512oag.41 for ; Fri, 25 Apr 2014 08:46:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=s6bWRqWYy3djZeIX5/IfY355571uFCNuJPdBt1NaLGA=; b=GeGgVsbz3BzORnO0osdbf5RU1DtQUkLDfcnXt1qP6HnkciZVoLSNUlCp85vddZgtxu kPb03KAsZr/a0TFrgzMOppBY94Ao4lZOzlFNb4KpiZXCnREm46TWFEbL6bOcyNocM2rP hRq5x3ffpBYyCGwVK5Yd7gV1l0T4j8i3jMLdw8FB2us/yYF6f/zp9fGIkazXsjdFVdbX FWpGriutg0/jmJbHVqsitHM6zhKv1o+3GpFrWZdbvM/uPKvZ9Wx5PrBTVqQLWNKWBzIN Auz4rTQcVk6FCXcI6LWOGvWp6k0nPxk/fEQUb90ajJvIZ81vxF2lUEa6HrGW9uu6J2w2 MJ/w== MIME-Version: 1.0 X-Received: by 10.182.33.6 with SMTP id n6mr7479422obi.48.1398440818786; Fri, 25 Apr 2014 08:46:58 -0700 (PDT) Received: by 10.76.81.36 with HTTP; Fri, 25 Apr 2014 08:46:58 -0700 (PDT) Date: Fri, 25 Apr 2014 08:46:58 -0700 Message-ID: Subject: What configuration parameters cause a Hadoop 2.x job to run on the cluster From: Steve Lewis To: user@hadoop.apache.org Content-Type: multipart/alternative; boundary=089e0158a8363e496f04f7dfe0b8 X-Virus-Checked: Checked by ClamAV on apache.org --089e0158a8363e496f04f7dfe0b8 Content-Type: text/plain; charset=UTF-8 Assume I have a machine on the same network as a hadoop 2 cluster but separate from it. My understanding is that by setting certain elements of the config file or local xml files to point to the cluster I can launch a job without having to log into the cluster, move my jar to hdfs and start the job from the cluster's hadoop machine. Does this work? What Parameters need I sat? Where is the jar file? What issues would I see if the machine is running Windows with cygwin installed? --089e0158a8363e496f04f7dfe0b8 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Assume I have a machine on the same network as a hadoop 2 = cluster but separate from it.=C2=A0

My understandin= g is that by setting certain elements of the config file or local xml files= to point to the cluster I can launch a job without having to log into the = cluster, move my jar to hdfs and start the job from the cluster's hadoo= p machine.

Does this work?
What Parameters need I sat?
Where is the jar file?
What issues would I see if the ma= chine is running Windows with cygwin installed?

--089e0158a8363e496f04f7dfe0b8--