Atum time measurements do not correspond to spark history
- Ngôn ngữ chính
- Scala
- Star
- 33
- Fork
- 16
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
## Describe the bug
The time measurements logged in Run documents (e.g. Run start time, checkpoint start and finish ) do not match the time measurements in spark history. The total uptime (i.e. time experienced by users running the Spark app in Client mode) appear to be longer than presented in Runs. The difference is especially noticeable for small jobs (e.g. 1 min jobs appear several times shorter). The Atum measurements tend to not include: some of the jobs within the app (e.g. writing output), initial api calls to Menas and Spline, catalyst optimization time (?).
## To Reproduce
1. Run Enceladus job
2. Open event timeline in Spark history for the corresponding application
3. Open the corresponding Run document in mongodb
4. Compare times
## Expected behaviour
It is up for a discussion what should be included in the measured times:
- Total uptime experienced by the users (from call to exit of spark-submit). This might be important for building time-dependand pipelines
- Time of computation: the time between starting and finishing of all stages. This is important for performance monitoring and tuning.
## Screenshots
* Runs use UTC, spark history UI shown in CET

Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.