org.duracloud.services.hadoop.base
Class JobRunner

java.lang.Object
  extended by org.duracloud.services.hadoop.base.JobRunner
Direct Known Subclasses:
FixityJobRunner, ICJobRunner, RepJobRunner

public class JobRunner
extends java.lang.Object

This is the main point of entry for the hadoop file processing application.


Constructor Summary
JobRunner()
           
 
Method Summary
static void main(java.lang.String[] args)
          Main method that sets up file processing job.
 void runJob(JobBuilder jobBuilder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JobRunner

public JobRunner()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Main method that sets up file processing job.

Throws:
java.lang.Exception

runJob

public void runJob(JobBuilder jobBuilder)
            throws java.io.IOException,
                   java.text.ParseException
Throws:
java.io.IOException
java.text.ParseException


Copyright © 2009-2011 DuraSpace. All Rights Reserved.