Uploaded image for project: 'Hadoop Common'
  1. Hadoop Common
  2. HADOOP-805

JobClient should print the Task's stdout and stderr to the clients console

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.9.1
    • 0.11.0
    • None
    • None

    Description

      The job client should be configurable to print stdout/stderr for Tasks to the user's console.

      JobClient:

      public static enum TaskStatusFilter

      { NONE, FAILED, SUCCEEDED}

      ;

      public void setTaskOutputFilter(TaskStatusFilter newValue);
      public TaskStatusFilter getTaskOutputFilter();

      Attachments

        Issue Links

          Activity

            People

              sanjay.dahiya Sanjay Dahiya
              omalley Owen O'Malley
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: