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

Handle null values when generating report string from task metrics #21

Closed turtlemonvh closed 5 years ago

turtlemonvh commented 5 years ago

Fixes https://github.com/LucaCanali/sparkMeasure/issues/20

codecov-io commented 5 years ago

Codecov Report

Merging #21 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #21   +/-   ##
=======================================
  Coverage   17.29%   17.29%           
=======================================
  Files           5        5           
  Lines         370      370           
  Branches       48       48           
=======================================
  Hits           64       64           
  Misses        306      306
Impacted Files Coverage Δ
.../main/scala/ch/cern/sparkmeasure/taskmetrics.scala 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 e60af87...55021f7. Read the comment docs.

LucaCanali commented 5 years ago

Thanks for the PR.

turtlemonvh commented 5 years ago

Thanks for the merge @LucaCanali !