Skip to content
Snippets Groups Projects
  • zsxwing's avatar
    b9a922e2
    [SPARK-6602][Core]Replace Akka Serialization with Spark Serializer · b9a922e2
    zsxwing authored
    Replace Akka Serialization with Spark Serializer and add unit tests.
    
    Author: zsxwing <zsxwing@gmail.com>
    
    Closes #7159 from zsxwing/remove-akka-serialization and squashes the following commits:
    
    fc0fca3 [zsxwing] Merge branch 'master' into remove-akka-serialization
    cf81a58 [zsxwing] Fix the code style
    73251c6 [zsxwing] Add test scope
    9ef4af9 [zsxwing] Add AkkaRpcEndpointRef.hashCode
    433115c [zsxwing] Remove final
    be3edb0 [zsxwing] Support deserializing RpcEndpointRef
    ecec410 [zsxwing] Replace Akka Serialization with Spark Serializer
    b9a922e2
    History
    [SPARK-6602][Core]Replace Akka Serialization with Spark Serializer
    zsxwing authored
    Replace Akka Serialization with Spark Serializer and add unit tests.
    
    Author: zsxwing <zsxwing@gmail.com>
    
    Closes #7159 from zsxwing/remove-akka-serialization and squashes the following commits:
    
    fc0fca3 [zsxwing] Merge branch 'master' into remove-akka-serialization
    cf81a58 [zsxwing] Fix the code style
    73251c6 [zsxwing] Add test scope
    9ef4af9 [zsxwing] Add AkkaRpcEndpointRef.hashCode
    433115c [zsxwing] Remove final
    be3edb0 [zsxwing] Support deserializing RpcEndpointRef
    ecec410 [zsxwing] Replace Akka Serialization with Spark Serializer