Configuring your target processor

You can use the PutHDFS processor to move your data to Ozone, and you can configure the processorto suit your use case.

The following example provides some configurations for PutHDFS. For more information on this Apache NiFi processor, see the Apache NiFi documentation.

  1. Right-click PutHDFS and click Configure Processor.
  2. In the Hadoop Configuration Resources field, specify the Hadoop file system configuration.
    The path depends on where your configuration files are located. In this example, /etc/ozone/conf/core-site.xml,/etc/ozone/conf/ozone-site.xml is used.
  3. Provide your Kerberos credentials.
    • Kerberos Principal
    • Kerberos Keytab
    • Kerberos Password
  4. Set the Directory field to your output directory.
    For example: ofs://ozone1/vol1/buck1
  5. Click Apply.

After you have configured your processors, start your dataflow and confirm success.