vanzin commented on issue #24398: [SPARK-27468][Core][WEBUI] BlockUpdate replication event shouldn't overwrite storage level description in the UI URL: https://github.com/apache/spark/pull/24398#issuecomment-490179497 So now the RDD storage level is what the user requested, which is fine. But what about the per-partition storage level? With your change it's just the same as the RDD level. Right thing to do would be to look at the behavior in Spark 2.2 and see how per-partition storage levels worked (unless someone remembers without looking at the code). You may have to propagate the block update's storage level to the partition.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to 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]
