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 void index(org.apache.hadoop.fs.Path lzoPath)
throws IOException
lzoPath - The file to index.IOException - if file not foundpublic static void main(String[] args)
args - argumentspublic static void printUsage()
Copyright © 2016. All Rights Reserved.