Skip to Main Content

Analytics Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

what is the hive connection url string in BDD 1.1 ?

1128137Jan 6 2016 — edited Jan 11 2016

In my project, I need get data from hive server. But test jdbc connection to hive using the right hive username and password, it fail and shows "Could not establish connection."

my connection string url is as jdbc:hive://myservername:10000/default

I also test the other hive driver string from cloudera (jdbc:hive2://host:port/db_name) and change the connection to jdbc:hive2://myservername:10000/default

it failed too.

Before we establish a connection , it needs to provide a dirver name like

driverName = "org.apache.hadoop.hive.jdbc.HiveDriver"

What is the hive connection url string in BDD 1.1 ? and which hive driver does it use ?

This post has been answered by Brett R-Oracle on Jan 10 2016
Jump to Answer
Comments
Post Details