Introduction
Cloudera Impala 1.0 has been post-certified as a warehouse in Strategy 9.3.1 for Strategy Intelligence Servers running on Windows and Linux Operating Systems. Refer to the following Strategy Community Article for further information:
KB43588: Post-Certification of Cloudera Impala 1.0 with Strategy 9.3.1
The section below provides steps to establish ODBC connectivity to Cloud Impala 1.0 from Windows and Linux Operating Systems.
Windows

Linux
[Impala-WH] Driver=<full_path_to_driver_location>/cloudera/20v2/lib/libhiveodbc.so.1 Description=Hive Driver DATABASE=<provide name of database> HOST=<provide name of the host server> PORT=<provide port number> FRAMED=0 Trace=Yes TraceFile=<full_path_to_log_folder>/impala.log Type=HS2NoSasl
[ODBC Data Sources] Impala-WH=Hive Driver
#
# ODBC Driver for Hive
#
HIVE_CONFIG='<FULL_PATH_TO_LOCATION_OF_DRIVER>/cloudera/20v2’
if [ "${HIVE_CONFIG}" != '<HIVE_CONFIG>' ]; then
export HIVE_CONFIG
mstr_append_path LD_LIBRARY_PATH "${HIVE_CONFIG:?}"/lib
export LD_LIBRARY_PATH
fi
Users can also connect to secured CDH clusters using MIT Kerberos. Refer to the following Strategy Knowledge Base document for further information on how to configure connectivity on a Linux operating system:
KB43150 : How to configure a connectivity to a secured CDH cluster with Strategy 9.x with the Cloudera ODBC Driver for the Intelligence Server on a Linux operating system
Creation of Database Instance
Follow the steps in the following technote to install the new Impala database object:
KB43537 : How to install DBMS objects provided by Strategy Technical Support
Create a new database instance by setting the database type to 'Impala 1.x' as shown below.

In the advanced tab of the database instance editor, make sure that the option 'Use 2.0 ODBC calls' is selected as shown below:

KB43595