Getting started with Oozie Eclipse Plugin
Components of the Editor
- The Workflow area is an empty white space where workflow nodes and connections are placed.
- The Palette holds editing and node creation tools. Nodes are categorized into three categories: Control Nodes, Action Nodes and Extended Action Nodes.
- The Properties sheet holds the properties of the currently selected items.
- The Outline page is a kind of a summary of the workflow contents. There are two views: the outline view and the overview view. Each gives different kinds of shortcuts to reach and find workflow components.
- The Action bar holds shortcuts for useful actions: undo/redo, grid and snapping options, nodes alignment options, and zooming options.
Create a new workflow
- Go to File -> New -> Other... or press <Ctrl+N>
- Under "Apache Oozie" category, select "Apache Oozie Workflow" wizard and press Next >
- Select the parent folder where you want to place the new workflow file and enter the workflow file name then click Finish
- A new file will be created and opened in the workflow editor showing a start and an end nodes
Open an existing workflow
- Double click on the file from the Package Explorer
- In order to enforce the file to be opened by the workflow editor
- Right click on the file and select Open With -> Oozie Workflow Editor
- If the editor is not on the list, select Other..., then select Oozie Workflow Editor from the list
Prepare the editor
- Open the palette if it is hidden by pressing the arrow highlighted in the following images
- Make sure that the Properties view is opened
- Go to Window -> Show View -> Other...
- Select General\Properties from the list of views
- Make sure that the Outline view is opened
- Go to Window -> Show View -> Other...
- Select General\Outline from the list of views
plugin has successfully installed but i am not able to see Apache Oozie project in new project list
ReplyDeleteWhat version of the plugin do you have?
DeleteHave selected "File -> New -> Other..." (starting from the File menu), then written "Apache Oozie Workflow" as a filter text in the Wizards window?
same problem for me. I have eclipse version: Mars.2 Release (4.5.2) and version 0.3.4 for the Oozie plugin
Deleteamazing work ¡¡ ( a lot of thanks)
ReplyDeleteAnd you can open and save existing workflows ¡¡
workflow.workflow is set by default. workflow.xml would be better to use.
ReplyDeleteThanks for the tip! This is a free opensource project to which you can contribute. You are encouraged to open an issue at https://github.com/mashin-io/oep/issues so that it is easier to keep track of and to get someone work on it.
DeleteHi ggreat reading your post
ReplyDelete