Prior to the release of Strategy Secure Enterprise 10.2, users could only configure Kerberos authentication to databases when the Strategy Intelligence Server was running on Windows operating systems. Starting with Strategy Secure Enterprise 10.2, users will be able to use integrated authentication to access some databases when the Strategy Intelligence Server is running on Linux/Unix operating systems.
The following is the list of databases supported for use with Integrated authentication on Unix/Linux in Strategy 10.2:
In order to configure Integrated authentication to any of the databases above, follow the high level steps provided below:





DRIVER={Strategy ODBC Driver for Apache Hive Wire Protocol};
HOST=<HOST_IP>;PORT=10000;DATABASE=wh1;WireProtocolVersion=2;
UseNativeCatalogFunctions=1;
ServicePrincipalName=hive/example.com:EXAMPLE.COM;
AuthenticationMethod=1
DRIVER={Cloudera ODBC Driver for Apache Hive}; Host=<HOST_IP>;
Port=10000; Schema=wh1; HiveServerType=2;UseNativeCatalogFunctions=1;
KrbHostFQDN=example.com;KrbRealm=EXAMPLE.COM;KrbServiceName=hive;
AuthMech=1
272948 KB272948