I have the same issue using cassandraStorage() and other dataset for this
*note*:
the example cql3 datatest are
CREATE TABLE test (
id text PRIMARY KEY,
title text,
age int
);
and insert some dummy data
insert into test (id, title, age) values('1', 'child', 21);
insert into test (id,
hi:
I try to test cassandra 2.0.1 and pig 0.11.1
but always when i try to load any keyspacei have this error:
Example creating a test keyspace and data:
I have this error:
*grunt> define CqlStorage org.apache.cassandra.hadoop.pig.CqlStorage();*
*grunt> rows = LOAD 'cql://keyspace0/test'