You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Mike Adamson (JIRA)" <ji...@apache.org> on 2015/05/14 14:23:00 UTC

[jira] [Created] (CASSANDRA-9380) ColumnFamilySplit length field is not serialized

Mike Adamson created CASSANDRA-9380:
---------------------------------------

             Summary: ColumnFamilySplit length field is not serialized
                 Key: CASSANDRA-9380
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-9380
             Project: Cassandra
          Issue Type: Bug
          Components: Hadoop
            Reporter: Mike Adamson


The CqlRecordReader uses the InputSplit.getLength() method to populate it's totalRowCount field. It uses this when calculating the progress of a job.

The length field of ColumnFamilySplit is not serialized by the write and readFields methods so the totalRowCount in CqlRecordReader is always 0.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)