given partition key and secondary index, still require allow_filtering?

2016-10-31 Thread Zao Liu
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',

Re: Import failure for use python cassandra-driver

2016-10-26 Thread Zao Liu
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

Import failure for use python cassandra-driver

2016-10-26 Thread Zao Liu
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