DOP = number of instances and one operator per node.

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

DOP = number of instances and one operator per node.

KayF
Hey guys. It is possible to guarantee that each node runs only one operator? Its a very simple Task with one operator and only this operator is called beween reading from hdfs and writing back to it.

READ -> OPERATOR -> WRITE

Means as the title says:
DOP = number of instances and one operator per node.