We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8073b03 commit 718765eCopy full SHA for 718765e
streaming/src/main/scala/org/apache/spark/streaming/ui/BatchPage.scala
@@ -65,7 +65,7 @@ private[ui] class BatchPage(parent: StreamingTab) extends WebUIPage("batch") {
65
* Generate a row for a Spark Job. Because duplicated output op infos needs to be collapsed into
66
* one cell, we use "rowspan" for the first row of a output op.
67
*/
68
- def generateNormalJobRow(
+ private def generateNormalJobRow(
69
outputOpId: OutputOpId,
70
outputOpDescription: Seq[Node],
71
formattedOutputOpDuration: String,
0 commit comments