de.kumpe.hadooptimizer.examples.analysis
Class Convert

java.lang.Object
  extended by org.apache.hadoop.conf.Configured
      extended by de.kumpe.hadooptimizer.examples.Example
          extended by de.kumpe.hadooptimizer.examples.analysis.Convert
All Implemented Interfaces:
org.apache.hadoop.conf.Configurable

public class Convert
extends Example

Convert the Reducer results from SvgRenderer to a text-based csv-file.

Author:
Christian Kumpe

Field Summary
 
Fields inherited from class de.kumpe.hadooptimizer.examples.Example
BANNER_TEXT, baseDir, COMMAND_LINE, commandLine, log, logFile, OPTION_GUI, OPTION_HELP, OPTION_LOG_LEVEL, shutdownHooks
 
Constructor Summary
Convert()
           
 
Method Summary
 org.apache.commons.cli.Options createOptions()
           
protected  void execute()
           
protected  String getVersionInfo()
           
 
Methods inherited from class de.kumpe.hadooptimizer.examples.Example
intputStream, outputStream, processCommandLine, 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
 

Constructor Detail

Convert

public Convert()
Method Detail

createOptions

public org.apache.commons.cli.Options createOptions()
Overrides:
createOptions in class Example

execute

protected void execute()
                throws Exception
Specified by:
execute in class Example
Throws:
Exception

getVersionInfo

protected String getVersionInfo()
Specified by:
getVersionInfo in class Example


Copyright © 2011 Christian Kumpe. All Rights Reserved.