|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.hadoop.streaming.DumpTypedBytes
public class DumpTypedBytes
Utility program that fetches all files that match a given pattern and dumps
their content to stdout as typed bytes. This works for all files that can be
handled by AutoInputFormat
.
Constructor Summary | |
---|---|
DumpTypedBytes()
|
|
DumpTypedBytes(Configuration conf)
|
Method Summary | |
---|---|
Configuration |
getConf()
Return the configuration used by this object. |
static void |
main(String[] args)
|
int |
run(String[] args)
The main driver for DumpTypedBytes . |
void |
setConf(Configuration conf)
Set the configuration to be used by this object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DumpTypedBytes(Configuration conf)
public DumpTypedBytes()
Method Detail |
---|
public Configuration getConf()
Configurable
getConf
in interface Configurable
public void setConf(Configuration conf)
Configurable
setConf
in interface Configurable
public int run(String[] args) throws Exception
DumpTypedBytes
.
run
in interface Tool
args
- command specific arguments.
Exception
public static void main(String[] args) throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |