Skip to content
Snippets Groups Projects
Commit 374c8a8a authored by Shivaram Venkataraman's avatar Shivaram Venkataraman
Browse files

[SPARK-8900] [SPARKR] Fix sparkPackages in init documentation

cc pwendell

Author: Shivaram Venkataraman <shivaram@cs.berkeley.edu>

Closes #7293 from shivaram/sparkr-packages-doc and squashes the following commits:

c91471d [Shivaram Venkataraman] Fix sparkPackages in init documentation
parent 26d9b6b8
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,7 @@ you can specify the packages with the `packages` argument.
<div data-lang="r" markdown="1">
{% highlight r %}
sc <- sparkR.init(packages="com.databricks:spark-csv_2.11:1.0.3")
sc <- sparkR.init(sparkPackages="com.databricks:spark-csv_2.11:1.0.3")
sqlContext <- sparkRSQL.init(sc)
{% endhighlight %}
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment