public class SequenceFileTool extends Object
SequenceFileTool is a commandline tool for creating, extracting and
inspecting Hadoop SequenceFiles.| Constructor and Description |
|---|
SequenceFileTool() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute()
Execute the tool in the mode set through the commandline options
|
static void |
main(String[] args)
Tool main method.
|
public SequenceFileTool()