Skip to content

Commit

Permalink
Add doc to this change
Browse files Browse the repository at this point in the history
  • Loading branch information
zjffdu committed Dec 15, 2015
1 parent 4f2e56b commit 3e71b06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sparkr.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ printSchema(people)
</div>

The data sources API can also be used to save out DataFrames into multiple file formats. For example we can save the DataFrame from the previous example
to a Parquet file using `write.df`
to a Parquet file using `write.df` (Before spark 1.7, mode's default value is 'append', we change it to 'error' to be consistent with scala api)

<div data-lang="r" markdown="1">
{% highlight r %}
Expand Down

0 comments on commit 3e71b06

Please sign in to comment.