You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@cassandra.apache.org by Kenji <ke...@gmail.com> on 2015/09/28 05:41:29 UTC

Cassandra 2.2 with PIG 0.15.0 ERROR 2118

hi guys,

I started off trying to do simple pig+cassandra integration with this 
tutorial from 
datastax:http://docs.datastax.com/en/datastax_enterprise/4.5/datastax_enterprise/ana/anaPigExRel.html

but when i try to store the result into cql, i get this error:

    Message: org.apache.pig.backend.executionengine.ExecException: ERROR
    2118: Could not get input splits at
    org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.PigInputFormat.getSplits(PigInputFormat.java:279)

any ideas whats happening? i read some answers here, referring to 
changing my PIG_PARTITIONER to Murmur3Partitioner

|export PIG_PARTITIONER=org.apache.cassandra.dht.Murmur3Partitioner	|

which i already did and it still happens. is it configuration issue?

PS: note that i was able to describe the relation before it was trying 
to store into cassandra.

|thanks a lot!|