Uploaded image for project: 'Hadoop Map/Reduce'
  1. Hadoop Map/Reduce
  2. MAPREDUCE-1517

streaming should support running on background

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.22.0
    • 0.22.0
    • contrib/streaming
    • None
    • Reviewed
    • Adds -background option to run a streaming job in background.

    Description

      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.

      Attachments

        Activity

          People

            sinofool Bochun Bai
            sinofool Bochun Bai
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: