You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Gengliang Wang (JIRA)" <ji...@apache.org> on 2018/07/23 09:29:00 UTC

[jira] [Created] (SPARK-24887) Use SerializableConfiguration in Spark util

Gengliang Wang created SPARK-24887:
--------------------------------------

             Summary: Use SerializableConfiguration in Spark util
                 Key: SPARK-24887
                 URL: https://issues.apache.org/jira/browse/SPARK-24887
             Project: Spark
          Issue Type: Sub-task
          Components: SQL
    Affects Versions: 2.4.0
            Reporter: Gengliang Wang


To implement the method `buildReader` in `FileFormat`, it is required to serializable the hadoop configuration for executors.

Previous spark-avro uses its own class `SerializableConfiguration` for theĀ serialization. As now it is part of Spark, we can useĀ SerializableConfiguration in Spark util to deduplicate the code.



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