Table of Contents

Search

  1. Preface
  2. Introduction to Big Data Management Administration
  3. Authentication
  4. Running Mappings on a Cluster with Kerberos Authentication
  5. Authorization
  6. Cluster Configuration
  7. Cloud Provisioning Configuration
  8. Data Integration Service Processing
  9. Connections
  10. Multiple Blaze Instances on a Cluster
  11. Monitoring REST API

Big Data Management Administrator Guide

Big Data Management Administrator Guide

Running Mappings in the Native Environment

Running Mappings in the Native Environment

To read and process data from Hive, HBase, or HDFS sources that use Kerberos authentication, you must configure Kerberos authentication for mappings in the native environment.
To read and process data from Hive, HBase, or HDFS sources, perform the following steps:
  1. Complete the tasks for running mappings in a Kerberos-enabled Hadoop environment.
  2. Complete the tasks for running mappings in the Hadoop environment when Informatica uses Kerberos authentication.
  3. Create matching operating system profile user names on the machine that runs the Data Integration Service and each Hadoop cluster node used to run Informatica mapping jobs.
  4. Create an Active Directory user that matches the operating system profile user you created in step 3.
  5. Create an SPN associated with the user.
    Use the following guidelines when you create the SPN and keytab files:
    • The UPN must be the same as the SPN.
    • Enable delegation in Active Directory.
    • Use the ktpass utility to create an SPN associated with the user and generate the keytabs file.
      For example, enter the following command:
      ktpass -out infa_hadoop.keytab -mapuser joe -pass tempBG@2008 -princ joe/domain12345@HADOOP-AD-REALM -crypto all
      The
      -out
      parameter specifies the name and path of the keytab file. The
      -mapuser
      parameter is the user to which the SPN is associated. The
      -pass
      parameter is the password for the SPN in the generated keytab. The
      -princ
      parameter is the SPN.

0 COMMENTS

We’d like to hear from you!