我正在使用 odroid-xu4 上的 cassandra 及其 Ubuntu-14 映像。(我还尝试了 Ubuntu-15 映像。(http://odroid.com/dokuwiki/doku.php?id=en:xu3_release_linux_ubuntu)
我安装了最新的 cassandra 及其 python 驱动程序。但是试图从 cassandra python 连接到它-driver 给出一个 serios 总线错误并让 python 退出。甚至没有引发异常。
from cassandra.cluster import Cluster
k = Cluster(['127.0.0.1'])
k.connect()
#crashes the python. Bus error appears on the command prompt/terminal
谁能指出我正确的方向?看起来东西之间有些不兼容。我确认我可以成功地 cqlsh 到 cassandra。