Created on
08-29-2024
06:52 AM
- edited on
09-04-2024
08:33 AM
by
VidyaSargur
Assume your Power BI Desktop is in [ C:\Program Files\Microsoft Power BI Desktop\ ], then please copy the ODBC Driver [ C:\Program Files\Cloudera ODBC Driver for Impala ] to [C:\Program Files\Microsoft Power BI Desktop\bin\ODBC Drivers\Cloudera ODBC Driver for Impala]
[ C:\Program Files\Microsoft Power BI Desktop\bin\ODBC Drivers\Simba Impala ODBC Driver.ini ]
[Simba Impala ODBC Driver]
# Oringinally PowerBI will use its embedded driver, we can change it to Cloudera version
# Driver=Simba Impala ODBC Driver\ImpalaODBC_sb64.dll
Driver=Cloudera ODBC Driver for Impala\lib\ClouderaImpalaODBC64.dll
# If you don't use SSL
SSL=0
If you want to use Windows AD Kerberos, then please don't install MIT Kerberos, and make sure you are using the Windows AD domain account to log in and run the Power BI Desktop application.
In the [Cloudera-ODBC-Connector-for-Impala-Install-Guide.pdf], it mentioned that,
==============
==============
Open the [ODBC Data Source (64-bit)] application, and add a new DSN for testing.
I didn't use SSL, so I left the SSL un-checked.
For debug, you can set the log level to DEBUG.
As we will be using Kerberos to connect to Impala, please ensure that the AD server and DNS server are correctly configured.
In Power BI Desktop, use the [Get data -> more],
Input [Impala] to search for the connector,
Then, input the server info:
After that, you can use Windows Authentication (as Kerberos), input the
Then you can see the window below:
At last, you can see the data after loading:
Created on 03-16-2025 08:57 PM
Dear all,
In this post, the Impala driver was installed, but the DSN was created using Hive drivers. Can you confirm whether Impala drivers cannot be used to create an ODBC DSN and if Power BI does not support it as ODBC?
Created on 03-18-2025 01:14 AM
Hi, @APentyala
Thanks for pointing out this.
Impala drivers also works well on this.
Both Impala and Hive drivers can work on this. I will replace the images so that it matches the descriptions 👍🏻