Created on 10-17-2013 06:46 AM - edited 09-16-2022 01:49 AM
Hi,
I want to connect Impala through Sql Developer or in general through JDBC way on 21050 port. I installed all thing to connection but I do not how to connect Impala Server to jdbc client.
Any suggestion?
Regards.
Sebastiano.
Created 05-25-2016 01:10 AM
Hi,
thanks for the answer. Neither of the 3 is an option for me. I need to use JDBC without LDAP / Kerberos. According to the official documentation it should work - but it doesnt seem to.
Cheers
Created 02-06-2017 06:51 AM
Use Hive JDBC Driver (with port 21050) to connect to Impala. It works fine in non-Kerberized cluster/without authentication.
https://www.cloudera.com/documentation/enterprise/5-8-x/topics/impala_jdbc.html
Created 08-26-2016 03:49 AM
I am trying to use the JDBC driver with AuthMech=2 and pass the UID with no password. It connects using
transportMode=binary , but doesn't pass the UID or username. I have tried with both the Driver and the DataSource. Any ideas?
Created 01-24-2017 04:47 AM
I am having the same problem with the Cloudera drivers.
For connection to Impala (CDH 5.8/5.9) I am using "Apache Hive JDBC standalone driver".
Links to jars:
hive-jdbc-2.1.1-standalone.jar
hadoop-common-2.7.3.jar
Below you can see an examples of setting connections to Impala.
Setup Squirrel connection:
Setup JMeter connection:
Created 10-20-2017 10:05 PM