InterviewSolution
Saved Bookmarks
| 1. |
Point out the wrong statement.(a) Oozie provides a unique callback URL to the task, the task should invoke the given URL to notify its completion(b) All computation/processing tasks triggered by an mechanism node are remote to Oozie(c) Oozie workflows can be parameterized(d) None of the mentioned |
|
Answer» The correct answer is (b) All computation/processing tasks triggered by an mechanism node are remote to Oozie Easy explanation: All computation/processing tasks are executed by Hadoop Map/Reduce framework. |
|