public class LzoIndexer extends Object
| Constructor and Description |
|---|
LzoIndexer(org.apache.hadoop.conf.Configuration conf) |
| Modifier and Type | Method and Description |
|---|---|
void |
index(org.apache.hadoop.fs.Path lzoPath)
Index the file given by lzoUri in its default filesystem.
|
static void |
main(String[] args)
Run the LzoIndexer on each argument passed via stdin.
|
static void |
printUsage() |
public LzoIndexer(org.apache.hadoop.conf.Configuration conf)
public void index(org.apache.hadoop.fs.Path lzoPath) throws IOException
lzoPath - The file to index.IOExceptionpublic static void main(String[] args)
public static void printUsage()