Skip to content

Commit 8896ec9

Browse files
felixcheungshivaram
authored andcommitted
[SPARKR][DOC] minor doc update for version in migration guide
checked that the change is in Spark 1.6.0. shivaram Author: felixcheung <felixcheung_m@hotmail.com> Closes apache#10574 from felixcheung/rwritemodedoc.
1 parent b1a7712 commit 8896ec9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/sparkr.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -385,12 +385,12 @@ The following functions are masked by the SparkR package:
385385
</table>
386386

387387
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)`.
388-
388+
389389
You can inspect the search path in R with [`search()`](https://stat.ethz.ch/R-manual/R-devel/library/base/html/search.html)
390390

391391

392392
# Migration Guide
393393

394-
## Upgrading From SparkR 1.6 to 1.7
394+
## Upgrading From SparkR 1.5.x to 1.6
395395

396-
- 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.
396+
- 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.

0 commit comments

Comments
 (0)