I am trying to install prebuilt binaries of Cassandra PHP driver on my windows xampp installation. I downloaded the package from here https://pecl.php.net/package/cassandra. I did the following; Extracted the package and added php_cassandra.dll to c:xamppphpext Added extension=php_cassandra.dll in php.ini file in c:xamppphpphp.ini Restarted the Apache server Now if I check with command php -m, I can see that the Cassandra
Tag: cassandra
CQLSH client – module’ object has no attribute ‘parse_options
I’m trying to access my Cassandra server through a CQLSH client to import a huge CSV file. I’m getting a module’ object has no attribute ‘parse_options error. I run the follow command: This is the debug and error message that follows: Answer Has the same issue when I use cqlsh from pip install cqlsh. Try just use cassandra’s tool cqlsh