You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (JIRA)" <ji...@apache.org> on 2019/03/20 12:58:00 UTC

[jira] [Assigned] (SPARK-27215) Correct the kryo configurations

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

Apache Spark reassigned SPARK-27215:
------------------------------------

    Assignee:     (was: Apache Spark)

> Correct the kryo configurations
> -------------------------------
>
>                 Key: SPARK-27215
>                 URL: https://issues.apache.org/jira/browse/SPARK-27215
>             Project: Spark
>          Issue Type: Bug
>          Components: Spark Core
>    Affects Versions: 3.0.0
>            Reporter: Lantao Jin
>            Priority: Major
>
> {code}
>   val KRYO_USE_UNSAFE = ConfigBuilder("spark.kyro.unsafe")
>     .booleanConf
>     .createWithDefault(false)
>   val KRYO_USE_POOL = ConfigBuilder("spark.kyro.pool")
>     .booleanConf
>     .createWithDefault(true)
> {code}
> kyro should be kryo



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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