You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Jarred Li (JIRA)" <ji...@apache.org> on 2014/10/31 07:36:33 UTC

[jira] [Created] (SPARK-4164) spark.kryo.registrator shall use comma separated value to support multiple registrator

Jarred Li created SPARK-4164:
--------------------------------

             Summary: 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


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-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org