Skip to content

Commit 374c8a8

Browse files
committed
[SPARK-8900] [SPARKR] Fix sparkPackages in init documentation
cc pwendell Author: Shivaram Venkataraman <[email protected]> Closes #7293 from shivaram/sparkr-packages-doc and squashes the following commits: c91471d [Shivaram Venkataraman] Fix sparkPackages in init documentation
1 parent 26d9b6b commit 374c8a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sparkr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ you can specify the packages with the `packages` argument.
6868

6969
<div data-lang="r" markdown="1">
7070
{% highlight r %}
71-
sc <- sparkR.init(packages="com.databricks:spark-csv_2.11:1.0.3")
71+
sc <- sparkR.init(sparkPackages="com.databricks:spark-csv_2.11:1.0.3")
7272
sqlContext <- sparkRSQL.init(sc)
7373
{% endhighlight %}
7474
</div>

0 commit comments

Comments
 (0)