org.apache.hadoop.contrib.utils.join
Class DataJoinJob
java.lang.Object
  
org.apache.hadoop.contrib.utils.join.DataJoinJob
public class DataJoinJob
- extends Object
 
This class implements the main function for creating a map/reduce
 job to join data of different sources. To create sucn a job, the 
 user must implement a mapper class that extends DataJoinMapperBase class,
 and a reducer class that extends DataJoinReducerBase.
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
DataJoinJob
public DataJoinJob()
getClassByName
public static Class getClassByName(String className)
 
createDataJoinJob
public static JobConf createDataJoinJob(String[] args)
                                 throws IOException
- Throws:
 IOException
 
runJob
public static boolean runJob(JobConf job)
                      throws IOException
- Submit/run a map/reduce job.
- Parameters:
 job - 
- Returns:
 - true for success
 - Throws:
 IOException
 
 
main
public static void main(String[] args)
- Parameters:
 args - 
 
Copyright © 2008 The Apache Software Foundation