org.apache.hadoop.mapred
Class IsolationRunner

java.lang.Object
  extended by org.apache.hadoop.mapred.IsolationRunner

public class IsolationRunner
extends java.lang.Object


Constructor Summary
IsolationRunner()
           
 
Method Summary
static void main(java.lang.String[] args)
          Run a single task
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IsolationRunner

public IsolationRunner()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.ClassNotFoundException,
                        java.io.IOException,
                        java.lang.InterruptedException
Run a single task

Parameters:
args - the first argument is the task directory
Throws:
java.lang.ClassNotFoundException
java.io.IOException
java.lang.InterruptedException


Copyright © 2009 The Apache Software Foundation