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

Correction on the method create_taskmetrics_DF #13

Closed franciscojfs closed 6 years ago

franciscojfs commented 6 years ago

Properly returning a dataframe on the create_taskmetrics_DF method

codecov-io commented 6 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #13   +/-   ##
=======================================
  Coverage   17.39%   17.39%           
=======================================
  Files           5        5           
  Lines         368      368           
  Branches       45       45           
=======================================
  Hits           64       64           
  Misses        304      304

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 8bf448f...6582ac8. Read the comment docs.

LucaCanali commented 6 years ago

Thanks!