[
https://issues.apache.org/jira/browse/FLINK-1676?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14355209#comment-14355209
]
ASF GitHub Bot commented on FLINK-1676:
---------------------------------------
GitHub user rmetzger opened a pull request:
https://github.com/apache/flink/pull/473
[FLINK-1676] Rework ExecutionConfig.enableForceKryo()
Please note that we are now using the PojoComparator with the
GenericTypeInfo (Kryo or Avro) if ExecutionConfig.enableForceKryo() is set.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/rmetzger/flink flink1676
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/473.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #473
----
commit 1dfe0406dee2e4fda49c99399f48fa6dfa9beeca
Author: Robert Metzger <[email protected]>
Date: 2015-03-10T16:22:46Z
[FLINK-1676] Rework ExecutionConfig.enableForceKryo()
----
> enableForceKryo() is not working as expected
> --------------------------------------------
>
> Key: FLINK-1676
> URL: https://issues.apache.org/jira/browse/FLINK-1676
> Project: Flink
> Issue Type: Bug
> Components: Java API
> Affects Versions: 0.9
> Reporter: Robert Metzger
>
> I my Flink job, I've set the following execution config
> {code}
> final ExecutionEnvironment env =
> ExecutionEnvironment.getExecutionEnvironment();
> env.getConfig().disableObjectReuse();
> env.getConfig().enableForceKryo();
> {code}
> Setting a breakpoint in the {{PojoSerializer()}} constructor, you'll see that
> we still serialize data with the POJO serializer.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)