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 2021/07/04 21:40:00 UTC

[jira] [Assigned] (SPARK-36009) Missing GraphX classes in registerKryoClasses util method

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

Apache Spark reassigned SPARK-36009:
------------------------------------

    Assignee: Apache Spark

> Missing GraphX classes in registerKryoClasses util method
> ---------------------------------------------------------
>
>                 Key: SPARK-36009
>                 URL: https://issues.apache.org/jira/browse/SPARK-36009
>             Project: Spark
>          Issue Type: Bug
>          Components: GraphX
>    Affects Versions: 3.1.2
>            Reporter: Matthew
>            Assignee: Apache Spark
>            Priority: Minor
>
> {{VertexRDDImpl}} uses an {{RDD[ShippableVertexPartition[VD]]}} however, {{GraphXUtils.registerKryoClasses}} does not register {{ShippableVertexPartition}}. This means when running with {{spark.kryo.registrationRequired}} set to {{true}}, we get a "Class is not registered" exception. This is an issue as it prevents other unregistered classes from being discovered using {{spark.kryo.registrationRequired}} as the first unregistered class found halts the whole job. It also potentially decreases the serialised size of the RDD when using Kryo.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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