aboutsummaryrefslogtreecommitdiff
path: root/docs/sparkr.md
diff options
context:
space:
mode:
authorfelixcheung <felixcheung_m@hotmail.com>2016-05-26 21:42:36 -0700
committerShivaram Venkataraman <shivaram@cs.berkeley.edu>2016-05-26 21:42:36 -0700
commitc82883239eadc4615a3aba907cd4633cb7aed26e (patch)
tree868b16efef3abed516e23eee469e19199b5627dc /docs/sparkr.md
parent1c403733b89258e57daf7b8b0a2011981ad7ed8a (diff)
downloadspark-c82883239eadc4615a3aba907cd4633cb7aed26e.tar.gz
spark-c82883239eadc4615a3aba907cd4633cb7aed26e.tar.bz2
spark-c82883239eadc4615a3aba907cd4633cb7aed26e.zip
[SPARK-10903] followup - update API doc for SqlContext
## What changes were proposed in this pull request? Follow up on the earlier PR - in here we are fixing up roxygen2 doc examples. Also add to the programming guide migration section. ## How was this patch tested? SparkR tests Author: felixcheung <felixcheung_m@hotmail.com> Closes #13340 from felixcheung/sqlcontextdoc.
Diffstat (limited to 'docs/sparkr.md')
-rw-r--r--docs/sparkr.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/sparkr.md b/docs/sparkr.md
index 6b2ca6d6a5..59e486d192 100644
--- a/docs/sparkr.md
+++ b/docs/sparkr.md
@@ -392,3 +392,4 @@ You can inspect the search path in R with [`search()`](https://stat.ethz.ch/R-ma
- The method `table` has been removed and replaced by `tableToDF`.
- The class `DataFrame` has been renamed to `SparkDataFrame` to avoid name conflicts.
+ - The `sqlContext` parameter is no longer required for these functions: `createDataFrame`, `as.DataFrame`, `read.json`, `jsonFile`, `read.parquet`, `parquetFile`, `read.text`, `sql`, `tables`, `tableNames`, `cacheTable`, `uncacheTable`, `clearCache`, `dropTempTable`, `read.df`, `loadDF`, `createExternalTable`