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

[SPARK-10019][MLlib]: ML model broadcasts should be stored in private vars: mllib IDFModel #8248

Closed
wants to merge 2 commits into from

Commits on Aug 17, 2015

  1. Add private var to store broadcast variable

    Sameer Abhyankar authored and Sameer Abhyankar committed Aug 17, 2015
    Configuration menu
    Copy the full SHA
    6bf0bec View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2015

  1. Create a local ref to model object to avoid sending the entire object…

    … over the wire.
    Sameer Abhyankar authored and Sameer Abhyankar committed Aug 18, 2015
    Configuration menu
    Copy the full SHA
    98fa159 View commit details
    Browse the repository at this point in the history