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-4249][GraphX]fix a problem of EdgePartitionBuilder in Graphx #3138

Closed
wants to merge 1 commit into from

Conversation

lianhuiwang
Copy link
Contributor

at first srcIds is not initialized and are all 0. so we use edgeArray(0).srcId to currSrcId

@SparkQA
Copy link

SparkQA commented Nov 6, 2014

Test build #23004 has started for PR 3138 at commit 3f4e503.

  • This patch merges cleanly.

@SparkQA
Copy link

SparkQA commented Nov 6, 2014

Test build #23004 has finished for PR 3138 at commit 3f4e503.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@AmplabJenkins
Copy link

Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/23004/
Test PASSed.

asfgit pushed a commit that referenced this pull request Nov 6, 2014
at first srcIds is not initialized and are all 0. so we use edgeArray(0).srcId to currSrcId

Author: lianhuiwang <lianhuiwang09@gmail.com>

Closes #3138 from lianhuiwang/SPARK-4249 and squashes the following commits:

3f4e503 [lianhuiwang] fix a problem of EdgePartitionBuilder in Graphx

(cherry picked from commit d15c6e9)
Signed-off-by: Ankur Dave <ankurdave@gmail.com>
asfgit pushed a commit that referenced this pull request Nov 6, 2014
at first srcIds is not initialized and are all 0. so we use edgeArray(0).srcId to currSrcId

Author: lianhuiwang <lianhuiwang09@gmail.com>

Closes #3138 from lianhuiwang/SPARK-4249 and squashes the following commits:

3f4e503 [lianhuiwang] fix a problem of EdgePartitionBuilder in Graphx

(cherry picked from commit d15c6e9)
Signed-off-by: Ankur Dave <ankurdave@gmail.com>
@asfgit asfgit closed this in d15c6e9 Nov 6, 2014
asfgit pushed a commit that referenced this pull request Nov 6, 2014
at first srcIds is not initialized and are all 0. so we use edgeArray(0).srcId to currSrcId

Author: lianhuiwang <lianhuiwang09@gmail.com>

Closes #3138 from lianhuiwang/SPARK-4249 and squashes the following commits:

3f4e503 [lianhuiwang] fix a problem of EdgePartitionBuilder in Graphx

(cherry picked from commit d15c6e9)
Signed-off-by: Ankur Dave <ankurdave@gmail.com>
@ankurdave
Copy link
Contributor

Thanks! Merged into branch-1.0, branch-1.1, branch-1.2, and master.

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