GitHub user AnkitBhardwaj12 opened a pull request:
https://github.com/apache/spark/pull/1299
[SPARK-2306]:BoundedPriorityQueue is private and not registered with Kry...
Due to the non registration of BoundedPriorityQueue with kryoserializer,
operations which are dependend on BoundedPriorityQueue are giving
exceptions.One such instance is using top along with kryo serialization.
Fixed the issue by registering BoundedPriorityQueue with kryoserializer.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/AnkitBhardwaj12/spark
BoundedPriorityQueueWithKryoIssue
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/1299.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 #1299
----
commit a4ae8ed6266ca38531f725fcd3adee4c4ff2a5b4
Author: ankit.bhardwaj <[email protected]>
Date: 2014-07-04T07:05:02Z
[SPARK-2306]:BoundedPriorityQueue is private and not registered with Kryo
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---