Hope you have Tableau installed on system .
Concept :-
You can't directly connect to hbase table via tableau you need to connect to hive table and hive internally mapped to hbase table.
Please check below link for more explanation :
http://nosql.mypopescu.com/post/17262685876/visualizing-hadoop-data-with-tableau-software-and
Step 1 :-
Download Tableau driver for hive
Step 2 :- (Driver installation)
Install Above downloaded driver.
Step 3 :- (Configure ODBC driver)
Click on start go to Data Source
(ODBC).
Click on System DSN.
Select Cloudera ODBC driver for
Apache Hive.
Fill the details.
Save Setting.
Step 4 :- (Run Hive as Thrift service)
[ nitin@nitin-ubuntu:~ # ] $ sudo hive --service hiveserver --hiveconf /etc/hive/conf/hive-site.xml
Make sure you have auxpath set in above hive-site.xml and all jar present .
Below jar needed by hive client to talk to hbase and get data from hbase.
For example :-
<property>
<name>hive.aux.jars.path</name>
<value>file:///usr/lib/hive/lib/hive-hbase-handler-0.10.0-cdh4.4.0.jar,file:///usr/lib/hbase/lib/hbase-0.94.6-cdh4.4.0.jar,file:///usr/lib/zookeeper/zookeeper-3.4.5-cdh4.4.0.jar,file:///usr/share/cmf/lib/guava-14.0.jar
</value>
</property>
Step 4 :- (Connect tableau to hive tables)
Select tableau from start menu.
Go to data Click on connect data
than click on cloudera database.
It will ask you to make
connections.
Give your hive thrift server IP and
port as 10000.
Click on connect.
If its connected properly than you
will get default in schema section.
Select table where you want to make
computation.
Click OK.
Click OK.