-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathindex.qmd
63 lines (45 loc) · 1.76 KB
/
index.qmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
---
format:
html:
toc: false
page-layout: custom
---
::: whitebox
::: {style="padding-left: 100px; padding-right: 100px; display: inline-block;"}
::: {layout-ncol="2"}
::: {style="text-align: left;"}
# R interface to Apache Spark ™
- Interact with Spark using familiar R interfaces, such as [`dplyr`](/guides/dplyr.qmd),
`broom`, and [`DBI`](/get-started/prepare-data.qmd#using-sql).
- Gain access to Spark's distributed [Machine Learning](/guides/mlib.qmd) libraries, [Structure Streaming](/guides/streaming.qmd),and [ML Pipelines](/guides/pipelines.qmd) from R.
- Extend your toolbox by adding [XGBoost](/packages/sparkxgb/latest/index.md), [MLeap](/packages/mleap/latest/index.md), [H2O](/guides/h2o.qmd) and [Graphframes](/packages/graphframes/latest/index.md) to your
Spark plus R analysis.
- Connect R wherever Spark runs: [Hadoop, Mesos, Kubernetes, Stand Alone, and
Livy](/get-started/index.qmd#clusters).
- Run [distributed R code](/guides/distributed-r.qmd) inside Spark
:::
::: {style="text-align: center;"}
{style="align: right;" width="500"}
:::
:::
:::
:::
::: mainbox
::: {style="padding-left: 100px; padding-right: 100px; display: inline-block;"}
::: {layout-ncol="3"}
::: {style="text-align: center;"}
### [Get Started](/get-started/index.qmd)
**Welcome new users!** Start here to learn how to install and use `sparklyr`.
:::
::: {style="text-align: center;"}
### [Guides](/guides/index.qmd)
"How-to" articles to help you learn how to do things such as: connect AWS S3 buckets, handling Streaming Data, create ML Pipelines and others.
:::
::: {style="text-align: center;"}
### [Deployment](/deployment/index.qmd)
Articles on Spark environments. Including AWS EMR, Databricks and Qubole.\
\
:::
:::
:::
:::