srowen edited a comment on issue #23650: [SPARK-26728]Make rdd.unpersist 
blocking configurable
URL: https://github.com/apache/spark/pull/23650#issuecomment-458205433
 
 
   I wouldn't add a config even as a temporary solution. The caller can change 
if it really matters.
   
   I'll raise this on dev@. EDIT: actually, the defaults are pretty 
inconsistent. Seems like we should fix this one way or the other.
   
   - RDD: true
   - Broadcast: true
   - Dataset / DataFrame: false
   - Graph (in GraphX): false
   - Pyspark RDD: (no option)
   - Pyspark Broadcast: false
   - Pyspark DataFrame: false

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to