Forum Discussion
Impala - Failed to update data source credentials
Hi,
I am also facing the same issue while trying Impala as Get Data, som certificate issue coming.
Power BI Desktop - Version: 2.67.5404.981 64-bit (March 2019)
Impala - CHD' Impala Kerberos authentication
As per my understanding, Microsoft built in ODBC driver not able to handshake properly with Impala.
What I mean here Microsoft built in ODBC driver' have their own *.pem file however Impala have their own *.pem file.
To understand in more detailed I also enable trace for Power BI Desktop
If you read below log out it is very clearly mentioned that
"ERROR [HY000] [Microsoft][DriverSupport] (1100) SSL certificate verification failed because the certificate is missing or incorrect"
So please advise how we can specify Impala' PEM file to Microsoft ODBC built-in driver to use for authenticating to the client.
Please also note that I have a local certificate which available to my desktop.
Just for courtesy, I installed the latest version on Power BI Desktop to fresh Virtual Machine, but same error also there.
It's highly appreciated for helping here.
Thanks.
DataMashup.Trace Error: 24579 : {"Start":"2019-04-04T11:28:44.5688920Z","Action":"Engine/IO/Db/ODBC/RunWithRetryAttempt","HostProcessId":"10924","Attempt":"0","MaxAttempt":"3","Exception":"Exception:\r\nExceptionType: Microsoft.Mashup.Engine1.Library.Odbc.Interop.OdbcException, Microsoft.MashupEngine, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\r\nMessage: ERROR [HY000] [Microsoft][DriverSupport] (1100) SSL certificate verification failed because the certificate is missing or incorrect.\r\nStackTrace:\n at Microsoft.Mashup.Engine1.Library.Odbc.Interop.OdbcUtils.HandleError(OdbcHandle hrHandle, RetCode retcode)\r\n at Microsoft.Mashup.Engine1.Library.Odbc.Interop.OdbcConnectionHandle..ctor(IOdbcInterop odbcInterop, OdbcEnvironmentHandle environmentHandle, String connectionString, Nullable`1 connectionTimeout)\r\n at Microsoft.Mashup.Engine1.Library.Odbc.OdbcService.OdbcEngineConnection.Open()\r\n at Microsoft.Mashup.Engine1.Library.Odbc.OdbcImpersonatingService.ImpersonatingConnection.Open()\r\n at
Based on my last experience Power BI build in drivers for Impala doesn't work. Alternatively, you download Cloudera ODBC drivers from their site and use ODBC connection in get data in Power BI, then you will be able to use these drivers.
Disadvantage of this is you cannot use direct query. ODBC doesn’t allow for this. So, if I have terabytes of data I am not able to use Impala with PBI. At this moment I do not have solution for this.