Questions tagged [datastax-php-driver]
43 questions
0
votes
0 answers
DataStax PHP Driver for Cassandra on FreeBSD 10.x
Has anyone been successful with installing the php extension for Cassandra on FreeBSD? I have the the c/c++ driver installed from ports... but the php extension keeps failing.
I followed the instuctions here: …

D. Randolph
- 11
- 4
0
votes
1 answer
Issues with Cassandra for when performing large number of writes
We are trying to write a large number of records (upwards of 5 million at a time) into Cassandra. These are being read from tab delimited files and are being imported into Cassandra using executeAsync.
We have been using much smaller datasets (~330k…

deano23
- 11
- 1
- 2
0
votes
1 answer
PHP datastax driver - import large dataset
I need to insert a large xlsx (near 1 million rows) file in the Cassandra database and i'm having doubts about how to do it because of memory limitations.
I'm working with batch inserts but that is proving to be near impossible due to huge memory…

Andre Garcia
- 894
- 11
- 30
0
votes
2 answers
There is no Driver for DataStax Graph in PHP
DataStax Enterprise 5.0 doesn't have a PHP driver. I need to use DSE Graph, What do I do ? Write Python Code and somehow run it using PHP ?
Is there a timeline of when they are going to release this ? Any ideas anyone ?

BSathvik
- 95
- 1
- 6
0
votes
1 answer
Datastax - Cassandra PHP Driver - Execute CQL script
Using Datastax - Cassandra PHP Driver, I would like execute CQL script file. For example, this script file contain many CREATE KEYSPACE,CREATE TABLE commands.
In cqlsh terminal, I can do the above thing by
cqlsh>source 'script_name.cql';
But, How I…

JsLearner
- 446
- 2
- 7
- 17
0
votes
1 answer
Cassandra solr_query not working after upgrading to DSE 5
After upgrading to DSE 5 solr_query is not working. Below is the new DSE, cqlsh and Cassandra versions.
[cqlsh 5.0.1 | Cassandra 3.0.7.1158 | DSE 5.0.0 | CQL spec 3.4.0 |
Native protocol v4]
I am connecting using PHP Driver. The exception…

Sk_
- 1,051
- 8
- 18
0
votes
2 answers
pecl install cassandra throws: “error: Unable to load libcassandra” on OS X
I have already installed all of cassandra and php pecl/pear dependencies and cassandra 3 is available on my mac and cqlsh is working healthy but after run pecl install cassandra , throws this:
configure: error: Unable to load libcassandra
…

Nasser Ghiasi
- 362
- 2
- 16
0
votes
1 answer
Issue with Datastax Cassandra driver for PHP on CentOS 6.7: undefined symbol: cass_cluster_set_whitelist_dc_filtering in Unknown on line 0
I have installed the datastax cassandra driver extension for PHP using the following process:
Installed Dependencies: automake cmake gcc gcc-c++ git libtool openssl-devel wget gmp gmp-devel boost php-devel pcre-devel git libuv gmp
Installed…

Piyush
- 43
- 4
0
votes
1 answer
Unable to connect to Cassandra after upgrade to 3.0.0
I've upgraded Cassandra to 3.0.0 some minutes ago through apt-get upgrade (on Ubuntu Linux 14.04 LTS) and after installation and restarting I could connect to my keyspaces using the cqlsh tool and all was ok but when I tried to connect using the…

RyanJ
- 131
- 5
- 16
0
votes
2 answers
CQL PHP driver: invalid value type on prepared statement with good values
I am new to Cassandra. I am using Cassandra PHP driver from Datastax. I am trying to create batch statement with multiple inserts. Given the table model:
CREATE TABLE real_time_log (
du_id int,
tag_id int,
status int,
time_stamp bigint,
…

rock-ass
- 475
- 5
- 16
0
votes
1 answer
"Unable to load libuv" while installing PHP driver extension for Cassandra on Centos 7.1
checking for uv_version in -luv... no
configure: error: Unable to load libuv
ERROR: `/var/tmp/cassandra/configure' failed

Arjinder Sandhu
- 3
- 1
0
votes
0 answers
Call to undefined function Cassandra\\Cluster\\cassandra_cluster_new()
I'm getting this error when I tried to insert data to cassandra using library datastax php driver. I'm using REST. Any idea ?
curl --data "x=y&a=b" my_api_url
PHP Fatal error:
Call to undefined function…

Harikrishnan
- 9,688
- 11
- 84
- 127
-2
votes
1 answer
How to install and connect DataStax Driver for PHP Apache Cassandra local server with XAMPP in Ubuntu 14.04
I am starting development of Cassandra databases and I wanted to start using the PHP driver DataStax.
I followed the installation guide https://github.com/datastax/php-driver and it appears to have been installed properly. I want to test my local…

Luis Ed
- 1
- 2