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

File dumping via spark methods #57

Open
wants to merge 13 commits into
base: sb-main
Choose a base branch
from

Conversation

netang
Copy link
Collaborator

@netang netang commented Mar 16, 2023

  • joblib.dump can dump files only in non-distributed mode, i.e. it only executes on the driver and it can only write to the local disk. Therefore, it was replaced to Spark methods.
  • added save_picklable_to_parquet and load_pickled_from_parquet methods.

@netang netang requested a review from fonhorst March 16, 2023 16:08
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.

1 participant