Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Hbase Connector

Hello,

I am currently looking for a Hbase connector to Qlikview.

The only one I found is it : http://branchbird.com/blog/connecting-big-data-to-qlikview-via-hbase/

However, i am not able to download it, I don't know if it is free or not.

So, is there another way to connect Hbase via QlikView?

Thanks in advance

Labels (1)
4 Replies
rbecher
Partner - Master III
Partner - Master III

Hi,

you should be able to connect HBase via JDBC: http://www.hbql.com/examples/jdbc.html

Therefor you could use our QlikView JDBC Connector (commercial license needed): http://www.tiq-solutions.de/display/enghome/ENJDBC

- Ralf

Data & AI Engineer at Orionbelt.ai - a GenAI Semantic Layer Venture, Inventor of Astrato Engine
Not applicable
Author

Which .jar file should I add to JDBC connector? I added hbase and hadoop jars and when I try to connect, it displays.. "No Suitable Driver".

Thanks

rbecher
Partner - Master III
Partner - Master III

I haven't tried so far. Usually you can test it before with a tool like SQuirrel to inspect all dependend Java libs. Also you have to specify the drivers class name (org.apache.hadoop.hbase.jdbc.Driver).

Maybe we can build up a test case in our labs. Please contact me by email: ralf.becher@tiq-solutions.de

Data & AI Engineer at Orionbelt.ai - a GenAI Semantic Layer Venture, Inventor of Astrato Engine
rbecher
Partner - Master III
Partner - Master III

Short update on this. Now we have a workable solution with the JDBC Connector using the Phoenix HBase SQL layer:

https://github.com/forcedotcom/phoenix

Data & AI Engineer at Orionbelt.ai - a GenAI Semantic Layer Venture, Inventor of Astrato Engine