Skip to content

[SPARK-15717][GraphX] Cannot perform RDD operations on a checkpointed VertexRDD. - #13458

Closed
adeandrade wants to merge 1 commit into
apache:masterfrom
adeandrade:vertexrdd-checkpoint-bug
Closed

[SPARK-15717][GraphX] Cannot perform RDD operations on a checkpointed VertexRDD.#13458
adeandrade wants to merge 1 commit into
apache:masterfrom
adeandrade:vertexrdd-checkpoint-bug

Conversation

@adeandrade

Copy link
Copy Markdown

What changes were proposed in this pull request?

Operations defined in RDD that are not overwritten in VertexRDD fail when the VertexRDD is checkpointed and materialized.

How was this patch tested?

New unit tests were added.

@andrewor14

Copy link
Copy Markdown
Contributor

ok to test

cc @jkbradley

@adeandrade
adeandradeforce-pushed the vertexrdd-checkpoint-bug branch from 984ea97 to cd2d8e6CompareSeptember 22, 2016 22:00
@SparkQA

Copy link
Copy Markdown

Test build #3288 has finished for PR 13458 at commit 984ea97.

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

@jkbradley

Copy link
Copy Markdown
Member

Since it sounds like [https://github.com//pull/12576] is closer to the right fix, could you please close this issue as a duplicate? Thanks!

@asfgitasfgit closed this in 5e9f32dOct 6, 2016
zifeif2 pushed a commit to zifeif2/spark that referenced this pull request Nov 22, 2025
## What changes were proposed in this pull request?
This PR proposes to close some stale PRs and ones suggested to be closed by committer(s) or obviously inappropriate PRs (e.g. branch to branch).
Closesapache#13458Closesapache#15278Closesapache#15294Closesapache#15339Closesapache#15283
## How was this patch tested?
N/A
Author: hyukjinkwon <gurwls223@gmail.com>
Closesapache#15356 from HyukjinKwon/closing-prs.
Sign up for freeto 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

@adeandrade@andrewor14@SparkQA@jkbradley