Getting Started with various Tools

15 / 43

Oozie

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:

  1. 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.

  2. 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
    

No hints are availble for this assesment

Answer is not availble for this assesment

Loading comments...