Github user tdas commented on a diff in the pull request:
https://github.com/apache/spark/pull/9010#discussion_r41482393
--- Diff:
streaming/src/main/scala/org/apache/spark/streaming/scheduler/BatchInfo.scala
---
@@ -36,13 +37,10 @@ case class BatchInfo(
streamIdToInputInfo: Map[Int, StreamInputInfo],
submissionTime: Long,
processingStartTime: Option[Long],
- processingEndTime: Option[Long]
+ processingEndTime: Option[Long],
+ numOutputOp: Int
--- End diff --
I think instead of the `numOutputOp`, we need to give references to the
OutputOperationInfo. Kind of link SparkListenerJobStart event has StageInfos in
it.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]