Running a mapping on Azure HDInsights Kerberos cluster with WASB storage
To read and process data from sources that use a Kerberos-enabled environment, you must configure the Kerberos configuration file, create user authentication artifacts, and configure Kerberos authentication properties for the Informatica domain.
To run a mapping for Hadoop Files V2 Connector using the Azure HDInsights with Windows Azure Storage Blob (WASB) kerberos cluster, perform the following steps:
1Go to the /usr/lib/python2.7/dist-packages/hdinsight_common/ directory on the Hadoop cluster node.
2Run the following command to decrypt the account key:
/decrypt.sh ENCRYPTED ACCOUNT KEY
3Edit the core-site.xml file, in Agent conf location.
4Replace the encrypted account key provided in the fs.azure.account.key.STORAGE_ACCOUNT_NAME.blob.core.windows.net property with the decrypted key, received as the output of the step #2.
5Comment out the following properties to disable encryption and decryption of the account key: