public class LogReader extends Object
| Constructor and Description |
|---|
LogReader() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args)
Dump a Log File (Map or Sequence) to stdout.
|
static void |
printLogEvent(LogFileKey key,
LogFileValue value,
org.apache.hadoop.io.Text row,
Matcher rowMatcher,
KeyExtent ke,
Set<Integer> tabletIds,
int maxMutations) |
public static void main(String[] args) throws IOException
args - - first argument is the file to printIOExceptionpublic static void printLogEvent(LogFileKey key, LogFileValue value, org.apache.hadoop.io.Text row, Matcher rowMatcher, KeyExtent ke, Set<Integer> tabletIds, int maxMutations)
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.