InterviewSolution
Saved Bookmarks
| 1. |
Point out the wrong statement.(a) Oozie v2 is a server based Coordinator Engine specialized in running workflows based on time and data triggers(b) Oozie v1 is a server based Workflow Engine specialized in running workflow jobs with actions that execute Hadoop Map/Reduce and Pig jobs(c) A Workflow application is DAG that coordinates the following types of actions(d) None of the mentioned |
|
Answer» The correct answer is (d) None of the mentioned Easiest explanation: Cycle in workflows are not supported. |
|