|
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.
|