org.apache.hadoop.chukwa.util
Class DumpChunks
java.lang.Object
org.apache.hadoop.chukwa.util.DumpChunks
public class DumpChunks
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DumpChunks
public DumpChunks()
main
public static void main(String[] args)
throws IOException,
URISyntaxException
- Tries to find chunks matching a given pattern.
Takes as input a set of &-delimited patterns, followed
by a list of file names.
E.g: Dump datatype=Iostat&source=/my/log/.* *.done
- Throws:
IOException
URISyntaxException
displayResults
protected void displayResults(PrintStream out)
throws IOException
- Throws:
IOException
updateMatchCatalog
protected void updateMatchCatalog(String streamName,
ChunkImpl chunk)
throws IOException
- Throws:
IOException
Copyright © ${year} The Apache Software Foundation