You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Till Rohrmann (JIRA)" <ji...@apache.org> on 2015/05/20 09:50:59 UTC

[jira] [Created] (FLINK-2053) Preregister ML types for Kryo serialization

Till Rohrmann created FLINK-2053:
------------------------------------

             Summary: Preregister ML types for Kryo serialization
                 Key: FLINK-2053
                 URL: https://issues.apache.org/jira/browse/FLINK-2053
             Project: Flink
          Issue Type: Improvement
          Components: Machine Learning Library
            Reporter: Till Rohrmann
            Assignee: Till Rohrmann
             Fix For: 0.9


Currently, FlinkML uses interfaces and abstract types to implement generic algorithms. As a consequence we have to use Kryo to serialize the effective subtypes. In order to speed the data transfer up, it's necessary to preregister these types in order to assign them fixed IDs.



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