Shamim Ahmed created CASSANDRA-4948: ---------------------------------------
Summary: inserting data into СF with cassandra compound key from PIG Key: CASSANDRA-4948 URL: https://issues.apache.org/jira/browse/CASSANDRA-4948 Project: Cassandra Issue Type: Improvement Components: Core, Hadoop Affects Versions: 1.1.5 Reporter: Shamim Ahmed Fix For: 1.1.7 Support inserting data into CF with cassandra compound key. For example we have the CF like these CREATE TABLE clicks ( user_id varchar, time timestamp, url varchar, PRIMARY KEY (user_id, time) ) WITH COMPACT STORAGE; Want to insert data into above CF from PIG. Currently Cassandra returing following exception java.io.IOException: InvalidRequestException(why:Expected 8 or 0 byte long for date (4)) -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira