org.apache.hadoop.chukwa.util
Class CreateRecordFile

java.lang.Object
  extended by org.apache.hadoop.chukwa.util.CreateRecordFile

public class CreateRecordFile
extends Object

Helper class used to create sequence files of Chukwa records


Constructor Summary
CreateRecordFile()
           
 
Method Summary
static void main(String[] args)
           
static void makeTestSequenceFile(File inputFile, org.apache.hadoop.fs.Path outputFile, String clusterName, String dataType, String streamName, MapProcessor processor)
           
static void usage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateRecordFile

public CreateRecordFile()
Method Detail

makeTestSequenceFile

public static void makeTestSequenceFile(File inputFile,
                                        org.apache.hadoop.fs.Path outputFile,
                                        String clusterName,
                                        String dataType,
                                        String streamName,
                                        MapProcessor processor)
                                 throws IOException
Throws:
IOException

main

public static void main(String[] args)
                 throws IOException,
                        ClassNotFoundException,
                        IllegalAccessException,
                        InstantiationException
Throws:
IOException
ClassNotFoundException
IllegalAccessException
InstantiationException

usage

public static void usage()


Copyright © ${year} The Apache Software Foundation