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-8718] [GRAPHX] Improve EdgePartition2D for non perfect square number of partitions #7104

Closed
wants to merge 9 commits into from

Commits on May 12, 2015

  1. Configuration menu
    Copy the full SHA
    cfa2c5e View commit details
    Browse the repository at this point in the history
  2. remove unneeded comments

    aray committed May 12, 2015
    Configuration menu
    Copy the full SHA
    f006364 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2015

  1. Configuration menu
    Copy the full SHA
    3560084 View commit details
    Browse the repository at this point in the history
  2. % -> /

    aray committed Jun 1, 2015
    Configuration menu
    Copy the full SHA
    5d42105 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2015

  1. Refactor PartitionStrategy so that we can return a prtition function …

    …for a given number of parts.
    
    To keep compatibility we define default methods that translate between the two implementation options.
    Made EdgePartition2D use old strategy when we have a perfect square and implement new interface.
    aray committed Jun 2, 2015
    Configuration menu
    Copy the full SHA
    001bfd0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    925fd2c View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2015

  1. Configuration menu
    Copy the full SHA
    5141ab4 View commit details
    Browse the repository at this point in the history
  2. change less

    aray committed Jun 27, 2015
    Configuration menu
    Copy the full SHA
    97f8464 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3729f84 View commit details
    Browse the repository at this point in the history