Skip to content

Allow custom persistence level for internal graphframes dataframes #245

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

amuraru
Copy link

@amuraru amuraru commented Nov 29, 2017

On large dataframes persisting on DISK only renders better performance in our case.
This patch adds support to set custom StorageLevel for internal DataFrames

@codecov-io
Copy link

codecov-io commented Nov 29, 2017

Codecov Report

Merging #245 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #245   +/-   ##
=======================================
  Coverage   89.18%   89.18%           
=======================================
  Files          20       20           
  Lines         740      740           
  Branches       40       42    +2     
=======================================
  Hits          660      660           
  Misses         80       80
Impacted Files Coverage Δ
src/main/scala/org/graphframes/GraphFrame.scala 86.56% <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 7948381...0a78e50. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants