Return-Path: X-Original-To: apmail-incubator-oozie-users-archive@minotaur.apache.org Delivered-To: apmail-incubator-oozie-users-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C920F905E for ; Tue, 13 Mar 2012 17:55:41 +0000 (UTC) Received: (qmail 64862 invoked by uid 500); 13 Mar 2012 17:55:41 -0000 Delivered-To: apmail-incubator-oozie-users-archive@incubator.apache.org Received: (qmail 64832 invoked by uid 500); 13 Mar 2012 17:55:41 -0000 Mailing-List: contact oozie-users-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: oozie-users@incubator.apache.org Delivered-To: mailing list oozie-users@incubator.apache.org Received: (qmail 64824 invoked by uid 99); 13 Mar 2012 17:55:41 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Mar 2012 17:55:41 +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 (nike.apache.org: domain of prakhar.apj@gmail.com designates 209.85.214.47 as permitted sender) Received: from [209.85.214.47] (HELO mail-bk0-f47.google.com) (209.85.214.47) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Mar 2012 17:55:33 +0000 Received: by bkcjg15 with SMTP id jg15so704824bkc.6 for ; Tue, 13 Mar 2012 10:55:13 -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=ht9WV3KyJIUFjgJ/VWuWJETpk+IESvcU9pBTLHklYSU=; b=WOzVr5WAJGv6EeGUedWH37ZuqQXuNIVGkL18d/whQc/nu2EpjecPzfK2TJhhJ6S4hb S3kV7vGyt6HMYtWnIMfS7w2tdzn1J55YBKKi342CkIqmZVfE5sx1nlsxM25iXIyOGNwJ YqlVtFFZA8+gW6XgLyREUmCs7D3b62gWqzB7rd80GrqQnHMJPu5l9YX9gPAhBaUq9DWJ vT8f9mMXyuHhRe+mpDfkSed0Ks3bUTHlbvwRG0hDdBlCM8d3s9s0usps5XDmCC46lIru bTv1HBGAcQC6Y6Czta9/+I2tpxpIutElpzE0zOqBZypW+wargx1CbijisE2mXHqhuBVZ kuYQ== MIME-Version: 1.0 Received: by 10.204.145.85 with SMTP id c21mr6813408bkv.106.1331661313609; Tue, 13 Mar 2012 10:55:13 -0700 (PDT) Received: by 10.204.123.2 with HTTP; Tue, 13 Mar 2012 10:55:13 -0700 (PDT) Date: Tue, 13 Mar 2012 23:25:13 +0530 Message-ID: Subject: Non hadoop job execution in oozie From: Prakhar Srivastava To: oozie-users@incubator.apache.org Content-Type: multipart/alternative; boundary=0015175925688f109b04bb238f7f X-Virus-Checked: Checked by ClamAV on apache.org --0015175925688f109b04bb238f7f Content-Type: text/plain; charset=ISO-8859-1 Hi, Oozie has a action node called ssh. Can someone throw some light on how ssh action is executed. I found out that Java Action is executed as single mapper only job on one of the hadoop node. I want to just execute a python script on one of the node(not on hadoop cluster) of my choice. How can I accomplish this ?? Prakhar --0015175925688f109b04bb238f7f--