You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by JoshRosen <gi...@git.apache.org> on 2014/12/01 04:20:32 UTC

[GitHub] spark pull request: [SPARK-4437] update doc for WholeCombineFileRe...

Github user JoshRosen commented on the pull request:

    https://github.com/apache/spark/pull/3301#issuecomment-65016448
  
    @ash211 My understanding of the purpose of the `WholeCombineFileRecordReader` was that it was just plumbing that's necessary to allow Hadoop configuration settings to be passed down to WholeTextFileRecordReaders, since `CombineFileRecordReader` isn't `Configurable` and doesn't pass configurations down to the record readers that it creates.  I suppose that we could make this a bit clearer by replacing `WholeCombineFileRecordReader` with a class named `ConfigurableCombineFileRecordReader` that's parameterized by a `Configurable` `RecordReader`.
    
    Do you think that would be clearer?


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org