@InterfaceAudience.Private @InterfaceStability.Unstable public class Pipes extends Object
MapReduceAction.
Instances of this class should be built using the builder PipesBuilder.
The properties of the builder can only be set once, an attempt to set them a second time will trigger
an IllegalStateException.
Builder instances can be used to build several elements, although properties already set cannot be changed after
a call to PipesBuilder.build() either.| Modifier and Type | Method and Description |
|---|---|
String |
getInputformat()
Returns the input format of this
Pipes object. |
String |
getMap()
Returns the mapper of this
Pipes object. |
String |
getPartitioner()
Returns the partitioner of this
Pipes object. |
String |
getProgram()
Returns the program of this
Pipes object. |
String |
getReduce()
Returns the reducer of this
Pipes object. |
String |
getWriter()
Returns the writer of this
Pipes object. |
public String getMap()
Pipes object.Pipes object.public String getReduce()
Pipes object.Pipes object.public String getInputformat()
Pipes object.Pipes object.public String getPartitioner()
Pipes object.Pipes object.public String getWriter()
Pipes object.Pipes object.Copyright © 2021 Apache Software Foundation. All rights reserved.