Rajendra Adhikari created CASSANDRA-10426:
---------------------------------------------
Summary: When trying to connect from the python driver, bus error
is occurs.
Key: CASSANDRA-10426
URL: https://issues.apache.org/jira/browse/CASSANDRA-10426
Project: Cassandra
Issue Type: Bug
Components: Core
Environment: Odroid XU4, both ubuntu 15 or ubuntu 14.
Reporter: Rajendra Adhikari
Fix For: 2.1.x
I am working with cassandra on odroid-xu4 with its Ubuntu-14 image. (I also
tried Ubuntu-15 image.
(http://odroid.com/dokuwiki/doku.php?id=en:xu3_release_linux_ubuntu)
I installed the latest cassandra and its python driver. However trying to
connect to it from the cassandra python-driver gives a serios bus error and
makes the python quit. Not even raises an exception.
from cassandra.cluster import Cluster
k = Cluster(['127.0.0.1'])
k.connect()
#crashes the python. Bus error appears on the command prompt/terminal
Looks like some incompatibility between things. I confirm that I can
successfully cqlsh to the cassandra.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)