Save This Page
Home » hadoop-0.14.4 » org.apache » hadoop » util » [javadoc | source]
org.apache.hadoop.util
public class: RunJar [javadoc | source]
java.lang.Object
   org.apache.hadoop.util.RunJar
Run a Hadoop job jar.
Method from org.apache.hadoop.util.RunJar Summary:
main,   unJar
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.hadoop.util.RunJar Detail:
 public static  void main(String[] args) throws Throwable 
    Run a Hadoop job jar. If the main class is not in the jar's manifest, then it must be provided on the command line.
 public static  void unJar(File jarFile,
    File toDir) throws IOException 
    Unpack a jar file into a directory.