Configuring a Process

After creating a project, an empty process is created. You can add activities to the empty process to complete a task, for example, writing data to a specified file in HDFS.

Prerequisites

Ensure that you have created an empty process after Creating a Project.

Procedure

  1. In the Project Explorer view, click the created project and open the empty process from the Processes folder.
  2. Select an activity from the Palette view and drop it in the Process editor. For example, select and drop the Timer activity from the General Activities palette and the Write and HDFSOperation activities from the HDFS palette.
  3. Drag the icon to create a transition between the added activities.
  4. Configure the added activities, as described in HDFS Palette or Hadoop Palette or Oozie Palette.
    Note:
    • An HDFS connection is required when configuring the HDFS activities. For more information about how to create an HDFS connection, see Creating an HDFS Connection.
    • An HCatalog connection is required when configuring the HCatalog activities. For more information about how to create ab HCatalog connection, see Creating an HCatalog Connection.
    • An Oozie connection is required when configuring any Oozie palette activity. For more information about how to create an Oozie connection, see Creating an Oozie Connection.
  5. Click File > Save to save the project.