Reputation: 941
I'm trying to connect with the Simba ODBC Shark Connector to my instance of Spark 1.0.1. When Shark was a standalone project, I was able to connect to it without any problem. Right now I'm having an hard time with this new Spark release because I suppose that Shark has been integrated inside Spark but I have no idea how to talk to it, especially because I don't know on which port it is listening to.
Actually I only managed to connect successfully to Hive(that is listening on port 10000 ) with the HortonWorks ODBC connector.
Does anyone could give me an hand?
Upvotes: 0
Views: 339
Reputation: 190
For the while, only the SAP version of Spark 1.0.1 includes the ThriftServer that you need to use Thrift/JDBC/ODBC.
http://www.saphana.com/docs/DOC-4721
The next dot release of Spark--1.1--will incorporate the ThriftServer.
https://issues.apache.org/jira/browse/SPARK-2410
George
Upvotes: 2