Hi,
I have installed Jaspersoft studio 5.5 professional edition and JasperReport Server 5.5 enterprise evaluation edition on the same machine(64bit windows machine). Now i wanted to create reports on hadoop data using hive as a connector. So in Jaspersoft Studio , i have chosen Hive Connection to create new Data Adapter and specified URL as
jdbc:hive://172.20.30.84:10000/default (my hive is installed on remote machine)
When i test the connection it stops there itself i.e, it doesn't proceed further to finish and save the hive connection.
On my remote machine my Thrift Server is running properly.
I'm using jdk 1.6 and eclipse 4.3.0 version.
What could be the problem ? How to overcome this problem ?
Thanks in advance
Shreecs
Hello Shreecs
I am expriencing the same problem? Could you share your findings regardless if you have found solution or not.
Thanks
If you're using hiveserver2, you must change the protocol to hive2, e.g.:
jdbc:hive2://172.20.30.84:10000/default