This project has retired. For details please refer to its
        
        Attic page.
      
 
PipesMain (Oozie Core 3.1.3-incubating API)
org.apache.oozie.action.hadoop
Class PipesMain
java.lang.Object
  
org.apache.oozie.action.hadoop.LauncherMain
      
org.apache.oozie.action.hadoop.MapReduceMain
          
org.apache.oozie.action.hadoop.PipesMain
public class PipesMain
- extends MapReduceMain
 
 
| 
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 java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
PipesMain
public PipesMain()
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 © 2012 Apache Software Foundation. All Rights Reserved.