Return-Path: Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: (qmail 23139 invoked from network); 27 Sep 2010 05:30:59 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 27 Sep 2010 05:30:59 -0000 Received: (qmail 32621 invoked by uid 500); 27 Sep 2010 05:30:58 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 32512 invoked by uid 500); 27 Sep 2010 05:30:56 -0000 Mailing-List: contact mapreduce-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-issues@hadoop.apache.org Delivered-To: mailing list mapreduce-issues@hadoop.apache.org Received: (qmail 32498 invoked by uid 99); 27 Sep 2010 05:30:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Sep 2010 05:30:55 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Sep 2010 05:30:54 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o8R5UYEi025452 for ; Mon, 27 Sep 2010 05:30:34 GMT Message-ID: <25830737.415031285565434685.JavaMail.jira@thor> Date: Mon, 27 Sep 2010 01:30:34 -0400 (EDT) From: "Bochun Bai (JIRA)" To: mapreduce-issues@hadoop.apache.org Subject: [jira] Updated: (MAPREDUCE-1517) streaming should support running on background In-Reply-To: <106241430.417681266732148254.JavaMail.jira@brutus.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/MAPREDUCE-1517?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bochun Bai updated MAPREDUCE-1517: ---------------------------------- Attachment: contrib-streaming-background-with-test-with-license2.patch Previous patch contains only test changes. Sorry for that. This is a full patch. > streaming should support running on background > ---------------------------------------------- > > Key: MAPREDUCE-1517 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-1517 > Project: Hadoop Map/Reduce > Issue Type: New Feature > Components: contrib/streaming > Reporter: Bochun Bai > Attachments: contrib-streaming-background-with-test-with-license.patch, contrib-streaming-background-with-test-with-license2.patch, contrib-streaming-background-with-test.patch, contrib-streaming-background.patch, contrib-streaming-background.patch, hadoop-mapred-patch-logs.tar.gz > > > StreamJob submit the job and use a while loop monitor the progress. > I prefer it running on background. > Just add "&" at the end of command is a alternative solution, but it keeps a java process on client machine. > When submit hundreds jobs at the same time, the client machine is overloaded. > Adding a -background option to StreamJob, tell it only submit and don't monitor the progress. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.