edu.isi.mavuno.score
Class CombineScores

java.lang.Object
  extended by org.apache.hadoop.conf.Configured
      extended by edu.isi.mavuno.score.CombineScores
All Implemented Interfaces:
Configurable, Tool

public class CombineScores
extends Configured
implements Tool

Author:
metzler

Constructor Summary
CombineScores(Configuration conf)
           
 
Method Summary
 int run()
           
 int run(String[] args)
           
 
Methods inherited from class org.apache.hadoop.conf.Configured
getConf, setConf
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.hadoop.conf.Configurable
getConf, setConf
 

Constructor Detail

CombineScores

public CombineScores(Configuration conf)
Method Detail

run

public int run()
        throws ClassNotFoundException,
               InterruptedException,
               IOException
Throws:
ClassNotFoundException
InterruptedException
IOException

run

public int run(String[] args)
        throws ClassNotFoundException,
               InterruptedException,
               IOException
Specified by:
run in interface Tool
Throws:
ClassNotFoundException
InterruptedException
IOException