org.apache.oozie.action.hadoop
Class MapReduceMain

java.lang.Object
  extended by org.apache.oozie.action.hadoop.LauncherMain
      extended by org.apache.oozie.action.hadoop.MapReduceMain
Direct Known Subclasses:
PipesMain, StreamingMain

public class MapReduceMain
extends LauncherMain


Constructor Summary
MapReduceMain()
           
 
Method Summary
protected  void addActionConf(org.apache.hadoop.mapred.JobConf jobConf, org.apache.hadoop.conf.Configuration actionConf)
           
protected  org.apache.hadoop.mapred.JobClient createJobClient(org.apache.hadoop.mapred.JobConf jobConf)
           
static java.lang.String[] getStrings(org.apache.hadoop.conf.Configuration conf, java.lang.String key)
           
static void main(java.lang.String[] args)
           
protected  void run(java.lang.String[] args)
           
static void setStrings(org.apache.hadoop.conf.Configuration conf, java.lang.String key, java.lang.String[] values)
           
protected  org.apache.hadoop.mapred.RunningJob submitJob(org.apache.hadoop.conf.Configuration actionConf)
           
 
Methods inherited from class org.apache.oozie.action.hadoop.LauncherMain
run
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapReduceMain

public MapReduceMain()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception

run

protected void run(java.lang.String[] args)
            throws java.lang.Exception
Specified by:
run in class LauncherMain
Throws:
java.lang.Exception

addActionConf

protected void addActionConf(org.apache.hadoop.mapred.JobConf jobConf,
                             org.apache.hadoop.conf.Configuration actionConf)

submitJob

protected org.apache.hadoop.mapred.RunningJob submitJob(org.apache.hadoop.conf.Configuration actionConf)
                                                 throws java.lang.Exception
Throws:
java.lang.Exception

createJobClient

protected org.apache.hadoop.mapred.JobClient createJobClient(org.apache.hadoop.mapred.JobConf jobConf)
                                                      throws java.io.IOException
Throws:
java.io.IOException

setStrings

public static void setStrings(org.apache.hadoop.conf.Configuration conf,
                              java.lang.String key,
                              java.lang.String[] values)

getStrings

public static java.lang.String[] getStrings(org.apache.hadoop.conf.Configuration conf,
                                            java.lang.String key)


Copyright © 2010 Yahoo. All Rights Reserved.