You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (JIRA)" <ji...@apache.org> on 2016/03/03 20:26:18 UTC

[jira] [Commented] (SPARK-13653) Split DiskBlockObjectWriter to separate object- and byte-based write interfaces

    [ https://issues.apache.org/jira/browse/SPARK-13653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15178431#comment-15178431 ] 

Apache Spark commented on SPARK-13653:
--------------------------------------

User 'JoshRosen' has created a pull request for this issue:
https://github.com/apache/spark/pull/11498

> Split DiskBlockObjectWriter to separate object- and byte-based write interfaces
> -------------------------------------------------------------------------------
>
>                 Key: SPARK-13653
>                 URL: https://issues.apache.org/jira/browse/SPARK-13653
>             Project: Spark
>          Issue Type: Improvement
>          Components: Block Manager
>            Reporter: Josh Rosen
>            Assignee: Josh Rosen
>
> DiskBlockObjectWriter exposes methods for writing both byte streams and objects. Mixing both of these interfaces into a single class is somewhat messy and requires hacks in certain code to support it (see DummySerializerInstance). I think that we should cleanly separate these interfaces into separate classes.



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

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