You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by freeman-lab <gi...@git.apache.org> on 2014/08/13 02:13:17 UTC

[GitHub] spark pull request: [SPARK-2759][CORE] Generic Binary File Support...

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 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