Friday, 13 May 2022
How to create SQL Server linked server against cloudera Impala
Below are the step by step approach for making SQL Server Linked Server to work with Cloudera Impala.
As SQL Server is 64 bit product, we have to install Cloudera Impala 64 bit ODBC driver to make it
working with SQL Server linked service.
We need to follow the below steps:
1. Install Cloudera Impala 64 bit driver in the same SQL Server machine and set up the DSN with below settings.
2. Now, create linked server in SQL Server with below settings. Product name, Datasource should be the same as the name created in DSN.
Now, the impala queries will work fine without issues, using SQL Server linked server. We had unicode data pull issues and we solved it by going for above settings.
Subscribe to:
Posts (Atom)
How to Handle SSIS Database movement from one environment to another
Below are the steps to follow the movement of SSISDB from one environment to another: -- opening the existing Database master key in S...
-
We had a requirement, where the CSV files generated by SSIS were not in UTF8. We had to resave in UTF8 format. We also had to compress the g...
-
This blog post talks about my problems with installing SQL SERVER 2008 Developer Edition in my Windows XP box. After two failed attemp...
-
Below are the steps to follow the movement of SSISDB from one environment to another: -- opening the existing Database master key in S...