You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-issues@hadoop.apache.org by "Amareshwari Sriramadasu (JIRA)" <ji...@apache.org> on 2010/07/06 12:19:55 UTC

[jira] Commented: (MAPREDUCE-1517) streaming should support running on background

    [ https://issues.apache.org/jira/browse/MAPREDUCE-1517?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12885488#action_12885488 ] 

Amareshwari Sriramadasu commented on MAPREDUCE-1517:
----------------------------------------------------

Bochun, Can you update the patch to trunk and upload again?

One comment on the patch :
* Update the -background option in exitUsage() with proper description and specify it as optional.



> 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-2.patch, contrib-streaming-background.patch, contrib-streaming-background.patch
>
>
> 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.