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: [email protected]
For additional commands, e-mail: [email protected]