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-2911]: provide rdd.parent[T](j) to obtain jth parent RDD #1841

Closed
wants to merge 1 commit into from

Conversation

erikerlandson
Copy link
Contributor

No description provided.

@AmplabJenkins
Copy link

Can one of the admins verify this patch?

@rxin
Copy link
Contributor

rxin commented Aug 8, 2014

Jenkins, test this please.

@SparkQA
Copy link

SparkQA commented Aug 8, 2014

QA tests have started for PR 1841. This patch merges cleanly.
View progress: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/18192/consoleFull

@SparkQA
Copy link

SparkQA commented Aug 8, 2014

QA results for PR 1841:
- This patch PASSES unit tests.
- This patch merges cleanly
- This patch adds no public classes

For more information see test ouptut:
https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/18192/consoleFull

@@ -1233,6 +1233,11 @@ abstract class RDD[T: ClassTag](
dependencies.head.rdd.asInstanceOf[RDD[U]]
}

/** Returns the jth parent RDD: e.g. rdd.parent[T](0) is equivalent to rdd.firstParent[T] */
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not that big of a deal - how come you didn't use "i"?

@rxin
Copy link
Contributor

rxin commented Aug 8, 2014

Merging in master. Thanks!

@asfgit asfgit closed this in 9a54de1 Aug 8, 2014
xiliu82 pushed a commit to xiliu82/spark that referenced this pull request Sep 4, 2014
Author: Erik Erlandson <[email protected]>

Closes apache#1841 from erikerlandson/spark-2911-pr and squashes the following commits:

4699e2f [Erik Erlandson] [SPARK-2911]: provide rdd.parent[T](j) to obtain jth parent RDD
viirya pushed a commit to viirya/spark-1 that referenced this pull request Oct 19, 2023
This PR upgrade callhome service to 0.2.29 in order to address customer issue rdar://110127648
https://github.pie.apple.com/pie-spark/spark-call-home/compare/f7c197e...f2eb2d0
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