net.sf.eos.hadoop.mapred.decompose
Class SentenceMapReduceDriver

java.lang.Object
  extended by org.apache.hadoop.conf.Configured
      extended by net.sf.eos.hadoop.mapred.AbstractEosDriver
          extended by net.sf.eos.hadoop.mapred.decompose.SentenceMapReduceDriver
All Implemented Interfaces:
Configurable, Tool

public class SentenceMapReduceDriver
extends AbstractEosDriver

Author:
Sascha Kohlmann
See Also:
SentencerMapper, SentencerReducer

Field Summary
 
Fields inherited from class net.sf.eos.hadoop.mapred.AbstractEosDriver
DESTINATION_LONG_CMD_ARG, DESTINATION_SHORT_CMD_ARG, SOURCE_LONG_CMD_ARG, SOURCE_SHORT_CMD_ARG
 
Constructor Summary
SentenceMapReduceDriver()
           
 
Method Summary
static void main(String[] args)
           
 int run(String[] args)
          Starts the job.
 
Methods inherited from class net.sf.eos.hadoop.mapred.AbstractEosDriver
createOptions, doJob, getJobConf
 
Methods inherited from class org.apache.hadoop.conf.Configured
getConf, setConf
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.hadoop.conf.Configurable
getConf, setConf
 

Constructor Detail

SentenceMapReduceDriver

public SentenceMapReduceDriver()
Method Detail

main

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

run

public int run(String[] args)
        throws Exception
Starts the job.

Specified by:
run in interface Tool
Overrides:
run in class AbstractEosDriver
Returns:
always zero.
Throws:
Exception


Copyright © 2008. All Rights Reserved.