Commit 6b3403b
Andrew Or
Scope all RDD methods
This commit provides a mechanism to set and unset the call scope
around each RDD operation defined in RDD.scala. This is useful
for tagging an RDD with the scope in which it is created. This
will be extended to similar methods in SparkContext.scala and
other relevant files in a future commit.1 parent 55f553a commit 6b3403b
File tree
2 files changed
+208
-107
lines changed- core/src/main/scala/org/apache/spark
- rdd
2 files changed
+208
-107
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1983 | 1983 | | |
1984 | 1984 | | |
1985 | 1985 | | |
1986 | | - | |
1987 | 1986 | | |
1988 | | - | |
1989 | 1987 | | |
| 1988 | + | |
| 1989 | + | |
1990 | 1990 | | |
1991 | 1991 | | |
1992 | 1992 | | |
| |||
0 commit comments