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

New TaskController code doesn't run on Windows

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 0.20.204.0, 0.23.0
    • None
    • None

    Description

      After MAPREDUCE-2178, TaskController assumes that pids are always available. The shell executor object that's used to launch a JVM isn't retained, but rather the pid is set when the task heartbeats. On Windows, there are no pids, and since the ShellCommandExecutor object is no longer around, we can't call process.destroy(). So, the TaskController doesn't work on Cygwin anymore.

      Attachments

        Activity

          People

            Unassigned Unassigned
            tlipcon Todd Lipcon
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated: