LucaCanali / sparkMeasure

This is the development repository for sparkMeasure, a tool and library designed for efficient analysis and troubleshooting of Apache Spark jobs. It focuses on easing the collection and examination of Spark metrics, making it a practical choice for both developers and data engineers.
Apache License 2.0
690 stars 144 forks source link

check if sum(numTasks) is null #18

Closed Jirapong closed 5 years ago

Jirapong commented 5 years ago

fix the issue #17

codecov-io commented 5 years ago

Codecov Report

Merging #18 into master will decrease coverage by 0.09%. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master      #18     +/-   ##
=========================================
- Coverage   17.39%   17.29%   -0.1%     
=========================================
  Files           5        5             
  Lines         368      370      +2     
  Branches       45       48      +3     
=========================================
  Hits           64       64             
- Misses        304      306      +2
Impacted Files Coverage Δ
...main/scala/ch/cern/sparkmeasure/stagemetrics.scala 0% <0%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update b62ff33...4408392. Read the comment docs.