Kerberos steps: Get the keytab file for the user which you are using to connect to Hadoop. For example: if hive is the user name then AD team will provide keytab file for it. 1. Installation of required packages krb5-workstation krb5-auth-dialog Keytab file will be used to generate ticket: kinit -k -t hive.keytab hive@ZONE.BLOG.NET Use the proper krb5.conf , by default will be /etc but get it from right team Possible Errors: kinit: Included profile directory could not be read while initializing Kerberos 5 library – This means the krb5.conf file we are using wrong. 1. Add Kerberos changes to sasenv_local File Location -> /opt/SASHome/SASFoundation/9.4/bin workspace_user=$(whoami) export KRB5_CONFIG=/etc/krb5.conf export KRB5_KTNAME=/home/$workspace_user/kerb_files/hive.keytab /usr/bin/kinit -k -t /home/$workspace_user/kerb_files/hive.keytab hive@ZONE.BLOG.NET workspace_user=$(whoami) workspace_user_ccaches=$(find /tmp -maxdepth 1 -user ${workspace_user} -type
Blog about SAS® platform administration and working with SAS metadata.