Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]

Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Looking for Oozie usecases:

avatar
Super Collaborator

Hi,

I am looking for usecases for Oozie.

when I look around I get information from https://oozie.apache.org/docs/4.2.0/ but no usecases in here.

Can you please point me to documentation with steps for using Oozie.

Any help is highly appreciated.

Many Thanks,

Sujitha

1 ACCEPTED SOLUTION

avatar
Rising Star

Oozie examples are bundled within the Oozie distribution in the oozie-examples.tar.gz file. Expand the file and an examples directory will be created in the local file system. Copy the directory to the user HOME directory in HDFS. The examples provide Pig and Java examples as well as a local Oozie example that can be used for testing. Modifying the scripts to work with other actions such as Hive 2 or shell can be achieved by referring to the documentation for those actions.

View solution in original post

4 REPLIES 4

avatar
Master Guru

@sujitha sanku

Oozie is a workflow scheduler. not much to it. however if you are looking for use cases yahoo has a repo with details on the use case here.

avatar
Super Collaborator

Hi Sunile,

Thanks for the quick response. Yes Oozie being a workflow scheduler, I am looking for something where we can specify these metrics and best cases documentation. As you mentioned I will look into use cases yahoo repo. I haven't looked at it there.

Many Thanks,

Sujitha

avatar
Rising Star

Oozie examples are bundled within the Oozie distribution in the oozie-examples.tar.gz file. Expand the file and an examples directory will be created in the local file system. Copy the directory to the user HOME directory in HDFS. The examples provide Pig and Java examples as well as a local Oozie example that can be used for testing. Modifying the scripts to work with other actions such as Hive 2 or shell can be achieved by referring to the documentation for those actions.

avatar
Super Collaborator

thanks @cnormile,