[ 
https://issues.apache.org/jira/browse/SPARK-4164?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Guoqiang Li resolved SPARK-4164.
--------------------------------
          Resolution: Fixed
       Fix Version/s: 1.2.0
    Target Version/s: 1.2.0

> spark.kryo.registrator shall use comma separated value to support multiple 
> registrator
> --------------------------------------------------------------------------------------
>
>                 Key: SPARK-4164
>                 URL: https://issues.apache.org/jira/browse/SPARK-4164
>             Project: Spark
>          Issue Type: Improvement
>          Components: Spark Core
>    Affects Versions: 1.1.0
>            Reporter: Jarred Li
>             Fix For: 1.2.0
>
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
> Currently, "spark.kryo.registrator" only support one registrator class. For 
> example, 
> conf.set("spark.kryo.registrator", 
> "org.apache.spark.graphx.GraphRegistrator").
> However, if there is user defined registrator class, it can not be 
> registered. 
> To improve the code, we can change the code in "KryoSerializer" to support 
> class with separator( for example comma).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to