-
- Downloads
[SPARK-6806] [SPARKR] [DOCS] Add a new SparkR programming guide
This PR adds a new SparkR programming guide at the top-level. This will be useful for R users as our APIs don't directly match the Scala/Python APIs and as we need to explain SparkR without using RDDs as examples etc. cc rxin davies pwendell cc cafreeman -- Would be great if you could also take a look at this ! Author: Shivaram Venkataraman <shivaram@cs.berkeley.edu> Closes #6490 from shivaram/sparkr-guide and squashes the following commits: d5ff360 [Shivaram Venkataraman] Add a section on HiveContext, HQL queries 408dce5 [Shivaram Venkataraman] Fix link dbb86e3 [Shivaram Venkataraman] Fix minor typo 9aff5e0 [Shivaram Venkataraman] Address comments, use dplyr-like syntax in example d09703c [Shivaram Venkataraman] Fix default argument in read.df ea816a1 [Shivaram Venkataraman] Add a new SparkR programming guide Also update write.df, read.df to handle defaults better
Showing
- R/pkg/R/DataFrame.R 4 additions, 6 deletionsR/pkg/R/DataFrame.R
- R/pkg/R/SQLContext.R 5 additions, 0 deletionsR/pkg/R/SQLContext.R
- R/pkg/R/generics.R 2 additions, 2 deletionsR/pkg/R/generics.R
- docs/_layouts/global.html 1 addition, 0 deletionsdocs/_layouts/global.html
- docs/index.md 1 addition, 1 deletiondocs/index.md
- docs/sparkr.md 223 additions, 0 deletionsdocs/sparkr.md
- docs/sql-programming-guide.md 2 additions, 2 deletionsdocs/sql-programming-guide.md
Loading
Please register or sign in to comment