Is there any way to connect Tableau Desktop to plain Apache Hbase or plain Hive ?
I could only find Tableau drivers for Hortonworks/ MapR/ Cloudhera etc.
Is there any way to connect Tableau Desktop to plain Apache Hbase or plain Hive ?
I could only find Tableau drivers for Hortonworks/ MapR/ Cloudhera etc.
Install drivers in desktop installed machine.
You can't directly connect to hbase table via tableau you need to connect to hive table and hive internally mapped to hbase table. follow links http://thinkonhadoop.blogspot.in/2014/01/access-hbase-table-with-tableau-desktop.html http://grokbase.com/t/cloudera/cdh-user/141px9aqg5/hbase-connectivity-with-tableau
Our ODBC Driver for HBase will allow you to connect to your HBase data from Tableau. The driver is currently in Beta, so you can download it for free from here.
You can read about setting up the connection in our Knowledge Base, but in short, you'll need to:
Once you have access to the tables, you can work with them exactly as you would any other table in Tableau (drag the table to the join area, manipulate Measures and Dimensions to view your data, etc.). If you have any questions, I or our Support Team will be happy to help.
Tableau internally use SQL to fetch raw data, so theoretically it can support any data source comes with a SQL interface, such as Hive.
Plain Hbase does not provide a SQL interface, so you must add an intermediate layer to translate SQL query into Hbase query. The layer could be an ODBC Driver, or other open source projects such as Apache Drill.