Skip to content

Commit

Permalink
[SPARK-8900] [SPARKR] Fix sparkPackages in init documentation
Browse files Browse the repository at this point in the history
cc pwendell

Author: Shivaram Venkataraman <[email protected]>

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

c91471d [Shivaram Venkataraman] Fix sparkPackages in init documentation
  • Loading branch information
shivaram committed Jul 8, 2015
1 parent 26d9b6b commit 374c8a8
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 @@ -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>
Expand Down

0 comments on commit 374c8a8

Please sign in to comment.