MemVerge / splash

Splash, a flexible Spark shuffle manager that supports user-defined storage backends for shuffle data storage and exchange
Apache License 2.0
127 stars 29 forks source link

Remove local storage plugin. #34

Closed jealous closed 5 years ago

jealous commented 5 years ago

Remove the local storage plugin for:

Other changes:

codecov[bot] commented 5 years ago

Codecov Report

Merging #34 into master will increase coverage by 1.37%. The diff coverage is 68.75%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #34      +/-   ##
============================================
+ Coverage     75.96%   77.33%   +1.37%     
+ Complexity      443      399      -44     
============================================
  Files            29       24       -5     
  Lines          2076     1884     -192     
  Branches        346      306      -40     
============================================
- Hits           1577     1457     -120     
+ Misses          275      236      -39     
+ Partials        224      191      -33
Impacted Files Coverage Δ Complexity Δ
src/main/java/com/memverge/splash/TempFolder.java 75.51% <100%> (+0.51%) 13 <0> (ø) :arrow_down:
...che/spark/shuffle/SplashShuffleBlockResolver.scala 78.24% <100%> (ø) 41 <0> (ø) :arrow_down:
...om/memverge/splash/shared/SharedFSShuffleFile.java 76.66% <20%> (ø) 10 <1> (ø) :arrow_down:
.../scala/org/apache/spark/shuffle/SplashSorter.scala 83.18% <88.88%> (+2.06%) 61 <0> (ø) :arrow_down:

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 ca79fac...4f0a42d. Read the comment docs.