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

[jira] [Created] (FLINK-2665) ExecutionConfig is not serializable

Till Rohrmann created FLINK-2665:
------------------------------------

             Summary: ExecutionConfig is not serializable
                 Key: FLINK-2665
                 URL: https://issues.apache.org/jira/browse/FLINK-2665
             Project: Flink
          Issue Type: Bug
            Reporter: Till Rohrmann


The {{ExecutionConfig}} is not serializable, because the {{ExecutionConfig.Entry<K,V>}} can contain non serializable key and value field values.

I suggest to add a type bound for {{K}} and {{V}}.



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