Github user srowen commented on a diff in the pull request:
https://github.com/apache/spark/pull/19625#discussion_r148246512
--- Diff: core/src/main/scala/org/apache/spark/ui/storage/StoragePage.scala
---
@@ -49,6 +49,7 @@ private[ui] class StoragePage(parent: StorageTab) extends
WebUIPage("") {
/** Header fields for the RDD table */
private val rddHeader = Seq(
+ "RDD ID",
--- End diff --
I see, the idea is that the ID is exposed elsewhere in the output, so is
useful to expose? makes sense. You could call the column just "ID" to let it be
narrower.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]