|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.hadoop.streaming.LoadTypedBytes
public class LoadTypedBytes
Utility program that reads typed bytes from standard input and stores them in a sequence file for which the path is given as an argument.
Constructor Summary | |
---|---|
LoadTypedBytes()
|
|
LoadTypedBytes(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 LoadTypedBytes . |
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 LoadTypedBytes(Configuration conf)
public LoadTypedBytes()
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
LoadTypedBytes
.
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 |