Connecting cassandra to Tableau Software

≯℡__Kan透↙ 提交于 2019-12-11 09:17:22

问题


I want to connect Tableau software to my cassandra database. Note that i'm using tableau in windows7 and cassandra in ubuntu (Virtual machine). For this i've installed the Cassandra ODBC (and Simba cassandra ODBC but i got the same problem). I got a connexion succes and i found my keyspace but not my tables !!!!!!

But no table in "cim" keyspace !!

Note that in my keyspace "cim" i have 3 tables that i can request with any problem in cassandra. Is there something i should do before creating the ODBC driver ???

Thank you for your help


回答1:


The ODBC driver as it stands currently uses thrift so won't be able to communicate directly with cql3 to display the table names. Describe commands also won't work. However, you should still be able to select data from your tables. Updates to the ODBC driver should provide cql3 support at some point in the new year.




回答2:


Update Simba ODBC driver for Cassandra supports CQL3 and solves your problem.

http://www.simba.com/connectors/apache-cassandra-odbc



来源:https://stackoverflow.com/questions/27523928/connecting-cassandra-to-tableau-software

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!