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-7795] [Core] Speed up task scheduling in standalone mode by reusing serializer #6323

Closed
wants to merge 4 commits into from

Commits on May 21, 2015

  1. Speed up task scheduling in standalone mode by reusing serializer

    instead of creating a new one for each task.
    coolfrood committed May 21, 2015
    Configuration menu
    Copy the full SHA
    fe530cd View commit details
    Browse the repository at this point in the history
  2. Incorporate review comments

    coolfrood committed May 21, 2015
    Configuration menu
    Copy the full SHA
    0b8ca93 View commit details
    Browse the repository at this point in the history
  3. Style fix

    coolfrood committed May 21, 2015
    Configuration menu
    Copy the full SHA
    bd4a5dd View commit details
    Browse the repository at this point in the history

Commits on May 22, 2015

  1. Configuration menu
    Copy the full SHA
    12d8c9e View commit details
    Browse the repository at this point in the history