Skip to content

Conversation

jegonzal
Copy link
Contributor

@jegonzal jegonzal commented May 9, 2014

Their was a minor bug in which negative partition ids could be generated when constructing a 2D partitioning of a graph. This could lead to an inefficient 2D partition for large vertex id values.

@AmplabJenkins
Copy link

Merged build triggered.

@AmplabJenkins
Copy link

Merged build started.

@AmplabJenkins
Copy link

Merged build finished. All automated tests passed.

@AmplabJenkins
Copy link

All automated tests passed.
Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/14840/

@jegonzal
Copy link
Contributor Author

jegonzal commented May 9, 2014

@rxin and @ankurdave take a look at this minor change when you get a chance. I would like to get it into the next release if possible.

@ankurdave
Copy link
Contributor

Looks good! You can see evidence that this fixes a bug by changing n in GraphSuite from 100 to 10000. This used to cause the test to fail, and it now passes.

@mateiz
Copy link
Contributor

mateiz commented May 12, 2014

Going to merge this, thanks.

@asfgit asfgit closed this in f938a15 May 12, 2014
asfgit pushed a commit that referenced this pull request May 12, 2014
Their was a minor bug in which negative partition ids could be generated when constructing a 2D partitioning of a graph.  This could lead to an inefficient 2D partition for large vertex id values.

Author: Joseph E. Gonzalez <[email protected]>

Closes #709 from jegonzal/fix_2d_partitioning and squashes the following commits:

937c562 [Joseph E. Gonzalez] fixing bug in 2d partitioning algorithm where negative partition ids could be generated.

(cherry picked from commit f938a15)
Signed-off-by: Matei Zaharia <[email protected]>
pdeyhim pushed a commit to pdeyhim/spark-1 that referenced this pull request Jun 25, 2014
Their was a minor bug in which negative partition ids could be generated when constructing a 2D partitioning of a graph.  This could lead to an inefficient 2D partition for large vertex id values.

Author: Joseph E. Gonzalez <[email protected]>

Closes apache#709 from jegonzal/fix_2d_partitioning and squashes the following commits:

937c562 [Joseph E. Gonzalez] fixing bug in 2d partitioning algorithm where negative partition ids could be generated.
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.

4 participants