pipes
The command is used to run a pipes job.
The usage is as follows:
$ mapred pipes [-conf <path>] [-jobconf <key=value>, <key=value>, ...] [-input <path>] [-output <path>] [-jar <jar file>] [-inputformat <class>] [-map <class>] [-partitioner <class>] [-reduce <class>] [-writer <class>] [-program <executable>] [-reduces <num>]
-conf <path> |
Path to a job configuration file |
-jobconf <key=value,key=value,…> |
Adds/overrides configuration properties for a job |
-input <path> |
Path to the input directory |
-output <path> |
Path to the output directory |
-jar <jar file> |
Specifies the JAR file name |
-inputformat <class> |
Name of the InputFormat class |
-map <class> |
Name of the Map class |
-partitioner <class> |
Name of the Partitioner class |
-reduce <class> |
Name of the Reducer class |
-writer <class> |
Name of the RecordWriter class |
-program <executable> |
URI to the executable |
-reduces <num> |
Number of reduces |
Example:
$ mapred pipes -conf job_463823057_6457