[GitHub] spark pull request: Bounded priority queue and kryo issue

2014-07-04 Thread AnkitBhardwaj12
Github user AnkitBhardwaj12 commented on the pull request: https://github.com/apache/spark/pull/1298#issuecomment-48014809 Sorry for that created a new pull request with single file commit. --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] spark pull request: [SPARK-2306]:BoundedPriorityQueue is private a...

2014-07-04 Thread AnkitBhardwaj12
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

[GitHub] spark pull request: Bounded priority queue and kryo issue

2014-07-03 Thread AnkitBhardwaj12
Github user AnkitBhardwaj12 closed the pull request at: https://github.com/apache/spark/pull/1298 --- 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

[GitHub] spark pull request: Bounded priority queue and kryo issue

2014-07-03 Thread AnkitBhardwaj12
GitHub user AnkitBhardwaj12 opened a pull request: https://github.com/apache/spark/pull/1298 Bounded priority queue and kryo issue [SPARK-2306] : BoundedPriorityQueue is private and not registered with Kryo Due to the non registration of BoundedPriorityQueue in kryo ,RDD.Top is