Cassandra CQL3 composite key not written by Hadoop reducer
问题 I'm using Cassandra 1.2.8, and have several Hadoop MapReduce jobs, that read rows from some CQL3 tables and write result back to another CQL3 tables. If output CQL3 tables contain composite key, values of the composite key fields are not written by reducer - instead I see empty values for those fields, while performing select query in cqlsh. If the primary key is not composite, everything works correctly. Example of the output CQL3 table with composite key: CREATE TABLE events_by_type_with