Login using Social Account
     Continue with GoogleLogin using your credentials
Purpose: Apache Oozie is a server-based workflow scheduling system to manage Hadoop jobs. Workflows in Oozie are defined as a collection of control flow and action nodes in a directed acyclic graph. Control flow nodes define the beginning and the end of a workflow as well as a mechanism to control the workflow execution path.
Home Page: https://oozie.apache.org/
Documentation: https://oozie.apache.org/docs/5.2.1/index.html
Related resources to learn: https://cloudxlab.com/assessment/playlist-intro/15/oozie?course_id=1&playlist_id=15
How to get started:
In the web console tab on the right side of the screen, type the following command to run a job in Oozie:
oozie job -oozie http://10.142.1.2:11000/oozie -config examples/apps/map-reduce/job.properties -run
Here, examples/apps/map-reduce/job.properties
is the Map Reduce job file.
Type the following command to stop check a job status in Oozie after replacing the job_id
oozie job -oozie http://10.142.1.2:11000/oozie -info job_id
Taking you to the next exercise in seconds...
Want to create exercises like this yourself? Click here.
No hints are availble for this assesment
Answer is not availble for this assesment
Loading comments...