Does anyone know of any good tutorials for using Pig with Cassandra?

I am trying do a basic load:

rows = LOAD 'cassandra://Foo/Bar' USING CassandraStorage();

but i keep getting this error.

ERROR 1070: Could not resolve CassandraStorage using imports: [, org.apache.pig.builtin., org.apache.pig.impl.builtin.]

Where is this class.. Cassandra or Pig? More importantly how do I register it with Pig?

Thanks!

Reply via email to