org.kitesdk.tools
Class CombinedLogFormatConverter

java.lang.Object
  extended by org.apache.hadoop.conf.Configured
      extended by org.apache.crunch.util.CrunchTool
          extended by org.kitesdk.tools.CombinedLogFormatConverter
All Implemented Interfaces:
Serializable, Configurable, Tool

Deprecated. will be removed in 0.14.0

@Deprecated
public class CombinedLogFormatConverter
extends CrunchTool

A tool for converting files in Combined Log Format to a Dataset.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.crunch.util.CrunchTool
at, from, to
 
Constructor Summary
CombinedLogFormatConverter()
          Deprecated.  
 
Method Summary
static void main(String... args)
          Deprecated.  
 int run(String... args)
          Deprecated.  
 
Methods inherited from class org.apache.crunch.util.CrunchTool
done, enableDebug, getConf, getPipeline, materialize, read, read, readTextFile, run, runAsync, setConf, write, writeTextFile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CombinedLogFormatConverter

public CombinedLogFormatConverter()
Deprecated. 
Method Detail

run

public int run(String... args)
        throws Exception
Deprecated. 
Throws:
Exception

main

public static void main(String... args)
                 throws Exception
Deprecated. 
Throws:
Exception


Copyright © 2013–2014. All rights reserved.