-
- Downloads
[SPARK-7230] [SPARKR] Make RDD private in SparkR.
This change makes the RDD API private in SparkR and all internal uses of the SparkR API use SparkR::: to access private functions. Author: Shivaram Venkataraman <shivaram@cs.berkeley.edu> Closes #5895 from shivaram/rrdd-private and squashes the following commits: bdb2f07 [Shivaram Venkataraman] Make RDD private in SparkR. This change also makes all internal uses of the SparkR API use SparkR::: to access private functions
Showing
- R/pkg/NAMESPACE 13 additions, 93 deletionsR/pkg/NAMESPACE
- R/pkg/R/RDD.R 5 additions, 5 deletionsR/pkg/R/RDD.R
- R/pkg/R/pairRDD.R 2 additions, 2 deletionsR/pkg/R/pairRDD.R
- R/pkg/inst/tests/test_broadcast.R 1 addition, 1 deletionR/pkg/inst/tests/test_broadcast.R
- R/pkg/inst/tests/test_utils.R 4 additions, 1 deletionR/pkg/inst/tests/test_utils.R
- R/pkg/inst/worker/worker.R 1 addition, 1 deletionR/pkg/inst/worker/worker.R
Please register or sign in to comment