Hi,
I created a table, schema like here:
CREATE TABLE profile_new.user_categories_1477899735 (
id bigint,
category int,
score double,
PRIMARY KEY (id, category)
) WITH CLUSTERING ORDER BY (category ASC)
AND bloom_filter_fp_chance = 0.01
AND caching = {'keys': 'ALL',
tion_Check
And there is someone asked the same question in stack overflow:
http://stackoverflow.com/questions/40251893/datastax-python-cassandra-driver-build-fails-on-ubuntu#
On Wed, Oct 26, 2016 at 1:49 AM, Zao Liu wrote:
> Hi,
>
> Suddenly I start to get this following errors when u
Hi,
Suddenly I start to get this following errors when use python cassandra driver
3.7.0 in my macbook pro running OS X EI Capitan. Tries to reinstall the
package and all the dependencies, unfortunately no luck. I was able to run
it a few days earlier. Really can't recall what I changed could caus