Skip to content
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

Adds prototype spark caching code #726

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Commits on Mar 1, 2024

  1. Adds prototype spark caching code

    I haven't tested this, but this I think should be
    good enough to try things, you'd just want to
    annotate what you want.
    skrawcz committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    b4af894 View commit details
    Browse the repository at this point in the history
  2. Adds read_after_write flag

    Rather than using persist with pyspark, you could just
    tell Spark to read from it.
    skrawcz committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    aaee1cf View commit details
    Browse the repository at this point in the history