[
https://issues.apache.org/jira/browse/SPARK-38640?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Apache Spark reassigned SPARK-38640:
------------------------------------
Assignee: Apache Spark
> NPE with unpersisting memory-only RDD with RDD fetching from shuffle service
> enabled
> ------------------------------------------------------------------------------------
>
> Key: SPARK-38640
> URL: https://issues.apache.org/jira/browse/SPARK-38640
> Project: Spark
> Issue Type: Bug
> Components: Spark Core
> Affects Versions: 3.2.1
> Reporter: Adam Binford
> Assignee: Apache Spark
> Priority: Major
>
> If you have RDD fetching from shuffle service enabled, memory-only cached
> RDDs will fail to unpersist.
>
>
> {code:java}
> // spark.shuffle.service.fetch.rdd.enabled=true
> val df = spark.range(5)
> .persist(StorageLevel.MEMORY_ONLY)
> df.count()
> df.unpersist(true)
> {code}
>
--
This message was sent by Atlassian Jira
(v8.20.1#820001)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]