Github user freeman-lab commented on the pull request:

    https://github.com/apache/spark/pull/1658#issuecomment-51995073
  
    @kmader  @mateiz this looks really useful! I was about to submit a related 
PR for an InputFormat that reads and splits large flat binary files into 
records (of a specified length), rather than read one file per record as here. 
We find this is the easiest easy way for users to bring large numerical data 
from existing NumPy / Matlab pipelines into Spark. Here's a 
[gist](https://gist.github.com/freeman-lab/98d9096695e794391ab9). Would these 
be compatible? Perhaps analogous to the text case, we could have both byteFile 
and wholeByteFiles?


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

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

Reply via email to