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-10017] [MLlib]: ML model broadcasts should be stored in private vars: mllib NaiveBayes #8241

Closed
wants to merge 7 commits into from

Commits on Aug 26, 2015

  1. Add private var to store broadcast variable

    Sameer Abhyankar authored and Sameer Abhyankar committed Aug 26, 2015
    Configuration menu
    Copy the full SHA
    304ec4c View commit details
    Browse the repository at this point in the history
  2. Create a local ref to model object to avoid sending the entire object…

    … over the wire.
    Sameer Abhyankar authored and Sameer Abhyankar committed Aug 26, 2015
    Configuration menu
    Copy the full SHA
    1f47715 View commit details
    Browse the repository at this point in the history
  3. Create a trait with logic to get/set broadcast model and use trait fo…

    …r creating local reference for broadcast
    Sameer Abhyankar authored and Sameer Abhyankar committed Aug 26, 2015
    Configuration menu
    Copy the full SHA
    78aac79 View commit details
    Browse the repository at this point in the history
  4. Style check corrections

    Sameer Abhyankar authored and Sameer Abhyankar committed Aug 26, 2015
    Configuration menu
    Copy the full SHA
    0e7684e View commit details
    Browse the repository at this point in the history
  5. Move private var to Broadcastable trait

    Sameer Abhyankar authored and Sameer Abhyankar committed Aug 26, 2015
    Configuration menu
    Copy the full SHA
    e616b76 View commit details
    Browse the repository at this point in the history
  6. Fix merge conflicts, rearrange imports and style checks

    Sameer Abhyankar authored and Sameer Abhyankar committed Aug 26, 2015
    Configuration menu
    Copy the full SHA
    ab175b4 View commit details
    Browse the repository at this point in the history
  7. Rename filename to match trait name, rearranged imports, added additi…

    …onal comments
    Sameer Abhyankar authored and Sameer Abhyankar committed Aug 26, 2015
    Configuration menu
    Copy the full SHA
    965aaec View commit details
    Browse the repository at this point in the history