Details
Description
When using Cassandra without wide row support in a Hadoop job, the map method gets a number of columns limited by the SlicePredicate every time the map method in the mapper is called; but when using wide row support, the map method is called once for every column. It seems like the limit in SlicePredicate is ignored when wide row set to true.
This prevents in-map reducing code to work (i.e. emit top ten from a mapper).
Attachments
Issue Links
- is related to
-
CASSANDRA-4871 get_paged_slice does not obey SlicePredicate
- Resolved