- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
How to connect to Spark2 Thrift Server via JDBC
- Labels:
-
Apache Spark
Created ‎06-23-2017 02:17 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I want to connect Aqua Data Studio to the Spark2 Thrift Server on our cluster.
Can someone point me in the right direction as far as connection string and drivers, etc?
Created ‎06-24-2017 11:18 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I figured this one out - the hive-jdbc.jar driver that comes with HDP 2.6.1 is not compatible with the Spark2 Thrift Server.
It's also not compatible with the Hive 1.2 that ships with 2.6.1.
If you just grab an older version of the driver, it works as expected, using the connection settings described above.
Port 10016 for Spark2, port 10015 for the original...
Created ‎06-23-2017 03:02 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
So far, I've figured out that a connection string like this is what you need:
jdbc:hive2://<thrift server>:10016/<dbname>
And the driver class is just like Hive: org.apache.hive.jdbc.HiveDriver
However, the hive-jdbc.jar file is supposed to work, but doesn't.
I get this error:
Required field 'client_protocol' is unset! Struct:TOpenSessionReq(client_protocol:null, configuration:{use:database=default}) |
Created ‎06-24-2017 11:18 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I figured this one out - the hive-jdbc.jar driver that comes with HDP 2.6.1 is not compatible with the Spark2 Thrift Server.
It's also not compatible with the Hive 1.2 that ships with 2.6.1.
If you just grab an older version of the driver, it works as expected, using the connection settings described above.
Port 10016 for Spark2, port 10015 for the original...
Created ‎12-30-2017 09:27 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Which files did you end up using? I looked here http://repo.hortonworks.com/content/repositories/releases/org/apache/hive/hive-jdbc/ and there are tons of them.
