InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is one of the possible state for a workflow jobs?(a) PREP(b) START(c) RESUME(d) ENDThe question was asked in my homework.My query is from Oozie with Hadoop topic in portion Oozie, Orchestration, Hadoop Libraries and Utilities and Miscellaneous Hadoop Applications of Hadoop |
|
Answer» CORRECT answer is (a) PREP Easy explanation: Possible states for a WORKFLOW jobs are: PREP, RUNNING, SUSPENDED, SUCCEEDED, KILLED and FAILED. |
|