This project has retired. For details please refer to its
        
        Attic page.
      
 
StreamingMain (Apache Oozie Core 3.3.2 API)
org.apache.oozie.action.hadoop
Class StreamingMain
java.lang.Object
  
org.apache.oozie.action.hadoop.LauncherMain
      
org.apache.oozie.action.hadoop.MapReduceMain
          
org.apache.oozie.action.hadoop.StreamingMain
public class StreamingMain
- extends MapReduceMain
 
 
 
 
| 
Method Summary | 
static void | 
main(String[] args)
 
            | 
static void | 
setStreaming(org.apache.hadoop.conf.Configuration conf,
                         String mapper,
                         String reducer,
                         String recordReader,
                         String[] recordReaderMapping,
                         String[] env)
 
            | 
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 | 
 
StreamingMain
public StreamingMain()
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
 
setStreaming
public static void setStreaming(org.apache.hadoop.conf.Configuration conf,
                                String mapper,
                                String reducer,
                                String recordReader,
                                String[] recordReaderMapping,
                                String[] env)
 
Copyright © 2013 Apache Software Foundation. All Rights Reserved.