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

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

Lantao Jin created SPARK-27215:
----------------------------------

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


{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