[jira] [Resolved] (FLINK-826) Adapt CollectionInputFormat to work with non-serializable objects

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Resolved] (FLINK-826) Adapt CollectionInputFormat to work with non-serializable objects

Shang Yuanchun (Jira)

     [ https://issues.apache.org/jira/browse/FLINK-826?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stephan Ewen resolved FLINK-826.
--------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: pre-apache)
                   0.6-incubating

Fixed via 5fa5e50205afb41ebc39f197da07e87c0fdd0334

> Adapt CollectionInputFormat to work with non-serializable objects
> -----------------------------------------------------------------
>
>                 Key: FLINK-826
>                 URL: https://issues.apache.org/jira/browse/FLINK-826
>             Project: Flink
>          Issue Type: Improvement
>            Reporter: GitHub Import
>              Labels: github-import
>             Fix For: 0.6-incubating
>
>
> Right now, the `CollectionInputFormat` requires the objects to be serializable because the `CollectionInputFormat` object is shipped using standard Java serialization.
> Since Stratosphere's Java API does not in general require data types to be serializable, we should try to get around that for the `CollectionInputFormat` as well.
> Therefore, we should change the `CollectionInputFormat` such that the data objects are serialized using the `TypeSerializer`.
> ---------------- Imported from GitHub ----------------
> Url: https://github.com/stratosphere/stratosphere/issues/826
> Created by: [fhueske|https://github.com/fhueske]
> Labels: enhancement, java api, user satisfaction,
> Milestone: Release 0.5.1
> Created at: Fri May 16 12:27:52 CEST 2014
> State: open



--
This message was sent by Atlassian JIRA
(v6.2#6252)