- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
IMPALA JDBC connection
- Labels:
-
Apache Impala
Created on ‎10-17-2013 06:46 AM - edited ‎09-16-2022 01:49 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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:
- Run SQuirrel and add driver with following parameters:
- driver name: hive-jdbc-2.1.1
- class name: org.apache.hive.jdbc.HiveDriver
- example url: jdbc:hive2://<host>:21050/;auth=noSasl
- extra class path: <path_to_jars> - Add alias with following parameters:
- name: impala
- driver: hive-jdbc-2.1.1
- username: <your_username>
- password: <your_password> - Test connection
Setup JMeter connection:
- Add jars to classpath
- Add "JDBC Connection Configuration" with following parameters:
- Auto commit: True
- Database URL: jdbc:hive2://<host>:21050/;auth=noSasl
- JDBC Driver class: org.apache.hive.jdbc.HiveDriver
- username: <your_username>
- password: <your_password>
Created ‎10-20-2017 10:05 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
[Simba][ImpalaJDBCDriver](500176) Error connecting to HiveServer2, please verify connection details.
Please help us to understand what causes this issue.
Thank you,
Aj

- « Previous
-
- 1
- 2
- Next »