zhang1002 opened a new pull request #814: URL: https://github.com/apache/incubator-kyuubi/pull/814
### _Why are the changes needed?_ Store all jobInfos for each statement in mem. And you can get all jobInfos by given statement, also you can get all stageInfos by given job. Some interfaces: - KyuubiJobInfo: job's summary info - KyuubiStatementListener: singleton pattern, used for getting metrics about job, stage, executor and so on. Feature: - store all jobs' info for each statement in mem Test case: externals/kyuubi-spark-sql-engine/src/test/scala/org/apache/kyuubi/engine/spark/KyuubiStatementMonitorSuite.scala ### _How was this patch tested?_ - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible - [ ] Add screenshots for manual tests if appropriate - [ ] [Run test](https://kyuubi.readthedocs.io/en/latest/tools/testing.html#running-tests) locally before make a pull request -- 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]
