Package | Description |
---|---|
org.apache.tez.dag.api |
Modifier and Type | Method and Description |
---|---|
VertexGroup |
VertexGroup.addDataSink(String outputName,
DataSinkDescriptor dataSinkDescriptor)
Add an common data sink to the group of vertices.
|
Vertex |
Vertex.addDataSink(String outputName,
DataSinkDescriptor dataSinkDescriptor)
Specifies an external data sink for a Vertex.
|
Copyright © 2014 Apache Software Foundation. All rights reserved.