shahidki31 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-490023526 Test results after the updated code, ``` bin/spark-shell local-cluster[2,1,1024] scala> import org.apache.spark.storage.StorageLevel scala> val rdd = sc.parallelize(1 to 10, 1).persist(StorageLevel.MEMORY_ONLY_2) scala> rdd.count ``` 
---------------------------------------------------------------- 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]
