Github user sryza commented on the pull request:

    https://github.com/apache/spark/pull/4150#issuecomment-71055028
  
    I think this is a duplicate of #4050, which only adds support for 
`CombineFileSplit`s.  We shouldn't add support for generic `InputSplit`s 
because many input formats do not read from HDFS and having a metrics column 
for HDFS-bytes-read in these cases would be confusing and a waste of space.  
`getLength` should be defined in all versions of Hadoop, but it doesn't 
necessarily mean bytes for all `InputFormat`s.  For example, it means # of 
records read for `DBInputFormat`.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to