Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating the following: #27

Merged
merged 1 commit into from Jan 6, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 0 additions & 2 deletions _site.yml
Expand Up @@ -29,8 +29,6 @@ navbar:
href: news/index.html
- text: "Cheatsheet"
href: images/sparklyr-cheatsheet.pdf

right:
- icon: fa-github fa-lg
href: https://github.com/rstudio/sparklyr
output:
Expand Down
2 changes: 1 addition & 1 deletion deployment_examples.Rmd
Expand Up @@ -63,6 +63,6 @@ div(class = "col-sm-12", br())
### Amazon's EC2

```{r, echo=FALSE}
div(class = "col-sm-6","You can create a Spark cluster without Hadoop using Spark’s standalone mode. In this example will show you how to set up a standalone cluster in Amazon’s EC2.")
div(class = "col-sm-6","You can create a Spark cluster without Hadoop using Spark standalone mode. In this example will show you how to set up a standalone cluster in Amazon EC2.")
thumbnail("Stand-alone", "images/spark-sa-setup.png", "examples-sa.html")
```
2 changes: 1 addition & 1 deletion extensions.Rmd
Expand Up @@ -48,7 +48,7 @@ Here are links to some additional examples of extension packages:
| Package | Description |
|----------------------------|---------------------------------------------|
| [`spark.sas7bdat`](https://github.com/bnosac/spark.sas7bdat) | Read in SAS data in parallel into Apache Spark. |
| [`rsparkling`](https://github.com/h2oai/sparkling-water/tree/rsparkling/r) | Extension for using H2O machine learning algorithms against Spark Data Frames. |
| [`rsparkling`](https://github.com/h2oai/rsparkling) | Extension for using H2O machine learning algorithms against Spark Data Frames. |
| [`sparkhello`](https://github.com/jjallaire/sparkhello) | Simple example of including a custom JAR file within an extension package. |
| [`rddlist`](https://github.com/clarkfitzg/rddlist) | Implements some methods of an R list as a Spark RDD (resilient distributed dataset). |

Expand Down