Skip to content

Commit c91471d

Browse files
committed
Fix sparkPackages in init documentation
1 parent 3bb2177 commit c91471d

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)