Github user tedyu commented on a diff in the pull request:

    https://github.com/apache/spark/pull/10368#discussion_r48513944
  
    --- Diff: 
core/src/test/scala/org/apache/spark/scheduler/TaskResultGetterSuite.scala ---
    @@ -81,6 +81,16 @@ class TaskResultGetterSuite extends SparkFunSuite with 
BeforeAndAfter with Local
       // as we can make it) so the tests don't take too long.
       def conf: SparkConf = new SparkConf().set("spark.akka.frameSize", "1")
     
    +  test("Kryo serializer for TaskResult") {
    +    val conf1 = new SparkConf(false)
    +    conf1.set("spark.serializer", 
"org.apache.spark.serializer.KryoSerializer")
    --- End diff --
    
    I wasn't aware of SPARK-12414 previously.
    If Java serializer is to be used everywhere, is there some code in this PR 
that is useful for SPARK-12414 ?


---
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.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to