forked from sparklyr/sparklyr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
117 lines (98 loc) · 2.33 KB
/
config.toml
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
baseurl = "/"
languageCode = "en-us"
title = "sparklyr"
theme = "rstudio-docs-theme"
metadataformat = "yaml"
pluralizeListTitles = "false"
ignoreFiles = ["\\.Rmd$", "_files$", "_cache$"]
canonifyurls = true
googleAnalytics = "UA-20375833-13"
contentDir = "blogdown/content"
layoutDir = "blogdown/layouts"
staticDir = "blogdown/static"
themesDir = "blogdown/themes"
publishDir = "blogdown/public"
[params]
description = "An R interface to Spark"
copyright = "Copyright 2017, RStudio, Inc."
repo = "https://github.com/rstudio/sparklyr"
[[menu.main]]
weight = 10
name = "Using sparklyr"
[[menu.main]]
weight = 11
name = "Getting Started"
parent = "Using sparklyr"
url = "/guides/connections/"
[[menu.main]]
weight = 12
name = "Manipulating data"
parent = "Using sparklyr"
url = "/dplyr/"
[[menu.main]]
weight = 13
name = "Machine Learning"
parent = "Using sparklyr"
url = "/mlib/"
[[menu.main]]
weight = 14
name = "Understanding Caching"
parent = "Using sparklyr"
url = "/guides/caching/"
[[menu.main]]
weight = 15
name = "Deployment Options"
parent = "Using sparklyr"
url = "/deployment/"
[[menu.main]]
weight = 20
name = "Guides"
[[menu.main]]
weight = 21
name = "Distributed R"
parent = "Guides"
url = "/guides/distributed-r/"
[[menu.main]]
weight = 23
name = "Data Lakes"
parent = "Guides"
url = "/guides/data-lakes/"
[[menu.main]]
weight = 24
name = "Extend sparklyr"
parent = "Guides"
url = "/extensions/"
[[menu.main]]
weight = 25
name = "ML Pipelines"
parent = "Guides"
url = "/guides/pipelines"
[[menu.main]]
weight = 26
name = "Text mining"
parent = "Guides"
url = "/guides/textmining"
[[menu.main]]
weight = 27
name = "Using H2O"
parent = "Guides"
url = "/guides/H2O"
[[menu.main]]
weight = 50
name = "Deployment Examples"
url = "/examples/"
[[menu.main]]
weight = 51
name = "Standalone cluster"
parent = "Deployment Examples"
url = "/examples/stand-alone-aws/"
[[menu.main]]
weight = 52
name = "YARN cluster"
parent = "Deployment Examples"
url = "/examples/yarn-cluster-emr/"
[[menu.main]]
weight = 53
name = "Cloudera cluster"
parent = "Deployment Examples"
url = "/examples/cloudera-aws/"