cxzl25 commented on a change in pull request #2162:
URL: https://github.com/apache/incubator-kyuubi/pull/2162#discussion_r829681405
##########
File path:
externals/kyuubi-spark-sql-engine/src/main/scala/org/apache/spark/kyuubi/SQLOperationListener.scala
##########
@@ -43,6 +44,11 @@ class SQLOperationListener(
private val activeJobs = new java.util.HashSet[Int]()
private val activeStages = new java.util.HashSet[Int]()
private var executionId: Option[Long] = None
+ private val liveStages = new ConcurrentHashMap[StageAttempt, StageInfo]()
+
+ private val consoleProgressBar = new SparkConsoleProgressBar(
Review comment:
TODO add a configuration
When true, show the progress bar in the session log.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]