-
- Downloads
[SPARK-7482] [SPARKR] Rename some DataFrame API methods in SparkR to match...
[SPARK-7482] [SPARKR] Rename some DataFrame API methods in SparkR to match their counterparts in Scala. Author: Sun Rui <rui.sun@intel.com> Closes #6007 from sun-rui/SPARK-7482 and squashes the following commits: 5c5cf5e [Sun Rui] Implement alias loadDF() as a new function. 3a30c10 [Sun Rui] Rename load()/save() to read.df()/write.df(). Also add loadDF()/saveDF() as aliases. 9f569d6 [Sun Rui] [SPARK-7482][SparkR] Rename some DataFrame API methods in SparkR to match their counterparts in Scala.
Showing
- R/pkg/NAMESPACE 4 additions, 2 deletionsR/pkg/NAMESPACE
- R/pkg/R/DataFrame.R 22 additions, 13 deletionsR/pkg/R/DataFrame.R
- R/pkg/R/RDD.R 2 additions, 2 deletionsR/pkg/R/RDD.R
- R/pkg/R/SQLContext.R 10 additions, 3 deletionsR/pkg/R/SQLContext.R
- R/pkg/R/generics.R 13 additions, 9 deletionsR/pkg/R/generics.R
- R/pkg/inst/tests/test_sparkSQL.R 20 additions, 20 deletionsR/pkg/inst/tests/test_sparkSQL.R
Loading
Please register or sign in to comment