You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by sh...@apache.org on 2016/01/05 04:10:06 UTC

spark git commit: [SPARKR][DOC] minor doc update for version in migration guide

Repository: spark
Updated Branches:
  refs/heads/master b1a771231 -> 8896ec9f0


[SPARKR][DOC] minor doc update for version in migration guide

checked that the change is in Spark 1.6.0.
shivaram

Author: felixcheung <fe...@hotmail.com>

Closes #10574 from felixcheung/rwritemodedoc.


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/8896ec9f
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/8896ec9f
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/8896ec9f

Branch: refs/heads/master
Commit: 8896ec9f02a6747917f3ae42a517ff0e3742eaf6
Parents: b1a7712
Author: felixcheung <fe...@hotmail.com>
Authored: Tue Jan 5 08:39:58 2016 +0530
Committer: Shivaram Venkataraman <sh...@cs.berkeley.edu>
Committed: Tue Jan 5 08:39:58 2016 +0530

----------------------------------------------------------------------
 docs/sparkr.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/8896ec9f/docs/sparkr.md
----------------------------------------------------------------------
diff --git a/docs/sparkr.md b/docs/sparkr.md
index 9ddd2ed..ea81532 100644
--- a/docs/sparkr.md
+++ b/docs/sparkr.md
@@ -385,12 +385,12 @@ The following functions are masked by the SparkR package:
 </table>
 
 Since part of SparkR is modeled on the `dplyr` package, certain functions in SparkR share the same names with those in `dplyr`. Depending on the load order of the two packages, some functions from the package loaded first are masked by those in the package loaded after. In such case, prefix such calls with the package name, for instance, `SparkR::cume_dist(x)` or `dplyr::cume_dist(x)`.
-  
+
 You can inspect the search path in R with [`search()`](https://stat.ethz.ch/R-manual/R-devel/library/base/html/search.html)
 
 
 # Migration Guide
 
-## Upgrading From SparkR 1.6 to 1.7
+## Upgrading From SparkR 1.5.x to 1.6
 
- - Until Spark 1.6, the default mode for writes was `append`. It was changed in Spark 1.7 to `error` to match the Scala API.
+ - Before Spark 1.6, the default mode for writes was `append`. It was changed in Spark 1.6.0 to `error` to match the Scala API.


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org