Examveda

Point out the wrong statement.

A. The fork and join nodes must be used in pairs

B. The fork node assumes concurrent execution paths are children of the same fork node

C. A join node waits until every concurrent execution path of a previous fork node arrives to it

D. A fork node splits one path of execution into multiple concurrent paths of execution

Answer: Option B


Join The Discussion

Related Questions on Best Practices and Optimization of Hadoop