CoxAutomotiveDataSolutions / waimak

Waimak is an open-source framework that makes it easier to create complex data flows in Apache Spark.
Apache License 2.0
75 stars 16 forks source link

Feature/max executors for waimak apps #81

Closed vavison closed 5 years ago

vavison commented 5 years ago

Description

Allows a maximum number of parallel actions to be set for WaimakApp instances. Also promotes the changes initially added in https://github.com/CoxAutomotiveDataSolutions/waimak/pull/67 to a new module called waimak-app

Type of change

Please delete options that are not relevant.

codecov-io commented 5 years ago

Codecov Report

Merging #81 into develop will increase coverage by 0.01%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #81      +/-   ##
===========================================
+ Coverage    82.03%   82.04%   +0.01%     
===========================================
  Files           56       56              
  Lines         1592     1593       +1     
  Branches        62       62              
===========================================
+ Hits          1306     1307       +1     
  Misses         286      286
Impacted Files Coverage Δ
...la/com/coxautodata/waimak/spark/app/SparkApp.scala 100% <ø> (ø)
.../coxautodata/waimak/spark/app/MultiAppRunner.scala 88.23% <ø> (ø)
...autodata/waimak/spark/app/EnvironmentManager.scala 75% <ø> (ø)
...n/scala/com/coxautodata/waimak/spark/app/Env.scala 90.62% <100%> (ø)
...a/com/coxautodata/waimak/spark/app/WaimakApp.scala 100% <100%> (ø)

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 cc57d37...681eba5. Read the comment docs.