org.apache.oozie.action.hadoop
Class PipesMain

java.lang.Object
  extended by org.apache.oozie.action.hadoop.LauncherMain
      extended by org.apache.oozie.action.hadoop.MapReduceMain
          extended by org.apache.oozie.action.hadoop.PipesMain

public class PipesMain
extends MapReduceMain


Field Summary
 
Fields inherited from class org.apache.oozie.action.hadoop.LauncherMain
HADOOP_JOBS
 
Constructor Summary
PipesMain()
           
 
Method Summary
static void main(String[] args)
           
static void setPipes(org.apache.hadoop.conf.Configuration conf, String map, String reduce, String inputFormat, String partitioner, String writer, String program, org.apache.hadoop.fs.Path appPath)
           
protected  org.apache.hadoop.mapred.RunningJob submitJob(org.apache.hadoop.conf.Configuration actionConf)
           
 
Methods inherited from class org.apache.oozie.action.hadoop.MapReduceMain
addActionConf, createJobClient, getStrings, run, setStrings
 
Methods inherited from class org.apache.oozie.action.hadoop.LauncherMain
getHadoopJobIds, logMasking, run
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PipesMain

public PipesMain()
Method Detail

main

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

submitJob

protected org.apache.hadoop.mapred.RunningJob submitJob(org.apache.hadoop.conf.Configuration actionConf)
                                                 throws Exception
Overrides:
submitJob in class MapReduceMain
Throws:
Exception

setPipes

public static void setPipes(org.apache.hadoop.conf.Configuration conf,
                            String map,
                            String reduce,
                            String inputFormat,
                            String partitioner,
                            String writer,
                            String program,
                            org.apache.hadoop.fs.Path appPath)


Copyright © 2013 Apache Software Foundation. All Rights Reserved.