Designing jobs that use the Hive connector

You can use the Hive connector to develop jobs that read, write, and load data.

  1. Import metadata from a Hive data source.
  2. Define a job that contains the Hive Connector stage.
  3. Define a connection to Hive data source.
  4. To set up the Hive Connector stage as a source stage to read data from the Hive data source, complete the following steps
    1. Configure the Hive connector stage as a source.
    2. Set up column definitions on the output link.
    Note: The Hive Connector does not support reject link.
  5. To set up the Hive Connector stage as a target stage to write data from the Hive data source, complete the following steps
    1. Configure the Hive connector stage as a target.
    2. Set up column definitions.
  6. Compile and run the job.