public class SequenceFileIndexerOptions extends Object
Constructor and Description |
---|
SequenceFileIndexerOptions(String[] args) |
Modifier and Type | Method and Description |
---|---|
static org.apache.hadoop.fs.FileSystem |
getFileSystem(URI uri) |
org.apache.hadoop.fs.Path[] |
getInputPaths() |
String |
getInputString() |
org.apache.hadoop.fs.Path |
getOutputPath() |
String |
getOutputString() |
void |
prepare() |
public SequenceFileIndexerOptions(String[] args)
public void prepare()
public static org.apache.hadoop.fs.FileSystem getFileSystem(URI uri) throws IOException
IOException
public String getInputString()
public String getOutputString()
public org.apache.hadoop.fs.Path[] getInputPaths() throws IOException
IOException
public org.apache.hadoop.fs.Path getOutputPath()