org.unigram.likelike.validate
Class Validation

java.lang.Object
  extended by org.apache.hadoop.conf.Configured
      extended by org.unigram.likelike.validate.Validation
All Implemented Interfaces:
org.apache.hadoop.conf.Configurable, org.apache.hadoop.util.Tool

public class Validation
extends org.apache.hadoop.conf.Configured
implements org.apache.hadoop.util.Tool


Constructor Summary
Validation()
           
 
Method Summary
static void main(java.lang.String[] args)
          Main method.
 int run(java.lang.String[] args)
          Run.
 int run(java.lang.String[] args, org.apache.hadoop.conf.Configuration conf)
          Run.
 
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

Validation

public Validation()
Method Detail

run

public int run(java.lang.String[] args)
        throws java.lang.Exception
Run.

Specified by:
run in interface org.apache.hadoop.util.Tool
Parameters:
args - arguments
Returns:
0
Throws:
java.lang.Exception - -

run

public int run(java.lang.String[] args,
               org.apache.hadoop.conf.Configuration conf)
        throws java.lang.Exception
Run.

Parameters:
args - arguments
conf - configuration
Returns:
-
Throws:
java.lang.Exception - -

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Main method.

Parameters:
args - argument strings which contain input and output files
Throws:
java.lang.Exception - -