Member since
03-23-2015
12
Posts
2
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
6542 | 11-20-2015 05:13 AM |
11-20-2015
05:13 AM
Thank you! According the cloudera jdbc documentation this is the right format: jdbc:hive2://zk=hadoopcluster01:2181,hadoopcluster02:2181/hiveserver2 both of course I tried both way... unfortunatelly it was not work. So I changed it to the original hive jdbc: <dependency> <groupId>org.apache.hive</groupId> <artifactId>hive-jdbc</artifactId> <version>1.2.1</version> </dependency> and it looks good now! 😉
... View more