Unable to connect to Cassandra remotely using DataStax Python driver

后端 未结 2 603
名媛妹妹
名媛妹妹 2021-01-15 03:24

I\'m having trouble connecting to Cassandra (running on an EC2 node) remotely (from my laptop). When I use the DataStax Python driver for Cassandra:

from cas         


        
2条回答
  •  天涯浪人
    2021-01-15 03:40

    Here is a simple debug method for you: On another machine which has cassandra installed, using cassandra cli command "cqlsh 10.X.X.X" to connect the remote cassandra server. If failed , then you should modify cassandra configuration file for the cassandra remote mode.

提交回复
热议问题