Skip to content

Commit 5fef8a1

Browse files
committed
Add docs for Apache Spark
1 parent 7417ec5 commit 5fef8a1

File tree

11,166 files changed

+9299341
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

11,166 files changed

+9299341
-0
lines changed

site/docs/_site/404.html

Lines changed: 213 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,213 @@
1+
2+
3+
4+
5+
<!DOCTYPE html>
6+
<html class="no-js">
7+
<head>
8+
<meta charset="utf-8">
9+
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
10+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
11+
12+
<title>404 Not Found - Spark 4.1.0-preview2 Documentation</title>
13+
14+
15+
16+
17+
18+
<link rel="stylesheet" href="css/bootstrap.min.css">
19+
<link rel="preconnect" href="https://fonts.googleapis.com">
20+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
21+
<link href="https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&Courier+Prime:wght@400;700&display=swap" rel="stylesheet">
22+
<link href="css/custom.css" rel="stylesheet">
23+
<script src="js/vendor/modernizr-2.6.1-respond-1.1.0.min.js"></script>
24+
25+
<link rel="stylesheet" href="css/pygments-default.css">
26+
<link rel="stylesheet" href="css/docsearch.min.css" />
27+
<link rel="stylesheet" href="css/docsearch.css">
28+
29+
30+
<!-- Matomo -->
31+
<script>
32+
var _paq = window._paq = window._paq || [];
33+
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
34+
_paq.push(["disableCookies"]);
35+
_paq.push(['trackPageView']);
36+
_paq.push(['enableLinkTracking']);
37+
(function() {
38+
var u="https://analytics.apache.org/";
39+
_paq.push(['setTrackerUrl', u+'matomo.php']);
40+
_paq.push(['setSiteId', '40']);
41+
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
42+
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
43+
})();
44+
</script>
45+
<!-- End Matomo Code -->
46+
47+
48+
</head>
49+
<body class="global">
50+
<!-- This code is taken from http://twitter.github.com/bootstrap/examples/hero.html -->
51+
<nav class="navbar navbar-expand-lg navbar-dark p-0 px-4 fixed-top" style="background: #1d6890;" id="topbar">
52+
<div class="navbar-brand"><a href="index.html">
53+
<img src="https://spark.apache.org/images/spark-logo-rev.svg" width="141" height="72"/></a><span class="version">4.1.0-preview2</span>
54+
</div>
55+
<button class="navbar-toggler" type="button" data-toggle="collapse"
56+
data-target="#navbarCollapse" aria-controls="navbarCollapse"
57+
aria-expanded="false" aria-label="Toggle navigation">
58+
<span class="navbar-toggler-icon"></span>
59+
</button>
60+
<div class="collapse navbar-collapse" id="navbarCollapse">
61+
<ul class="navbar-nav me-auto">
62+
<li class="nav-item"><a href="index.html" class="nav-link">Overview</a></li>
63+
64+
<li class="nav-item dropdown">
65+
<a href="#" class="nav-link dropdown-toggle" id="navbarQuickStart" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Programming Guides</a>
66+
<div class="dropdown-menu" aria-labelledby="navbarQuickStart">
67+
<a class="dropdown-item" href="quick-start.html">Quick Start</a>
68+
<a class="dropdown-item" href="rdd-programming-guide.html">RDDs, Accumulators, Broadcasts Vars</a>
69+
<a class="dropdown-item" href="sql-programming-guide.html">SQL, DataFrames, and Datasets</a>
70+
<a class="dropdown-item" href="streaming/index.html">Structured Streaming</a>
71+
<a class="dropdown-item" href="streaming-programming-guide.html">Spark Streaming (DStreams)</a>
72+
<a class="dropdown-item" href="ml-guide.html">MLlib (Machine Learning)</a>
73+
<a class="dropdown-item" href="graphx-programming-guide.html">GraphX (Graph Processing)</a>
74+
<a class="dropdown-item" href="sparkr.html">SparkR (R on Spark)</a>
75+
<a class="dropdown-item" href="api/python/getting_started/index.html">PySpark (Python on Spark)</a>
76+
<a class="dropdown-item" href="declarative-pipelines-programming-guide.html">Declarative Pipelines</a>
77+
</div>
78+
</li>
79+
80+
<li class="nav-item dropdown">
81+
<a href="#" class="nav-link dropdown-toggle" id="navbarAPIDocs" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">API Docs</a>
82+
<div class="dropdown-menu" aria-labelledby="navbarAPIDocs">
83+
<a class="dropdown-item" href="api/python/index.html">Python</a>
84+
<a class="dropdown-item" href="api/scala/org/apache/spark/index.html">Scala</a>
85+
<a class="dropdown-item" href="api/java/index.html">Java</a>
86+
<a class="dropdown-item" href="api/R/index.html">R</a>
87+
<a class="dropdown-item" href="api/sql/index.html">SQL, Built-in Functions</a>
88+
</div>
89+
</li>
90+
91+
<li class="nav-item dropdown">
92+
<a href="#" class="nav-link dropdown-toggle" id="navbarDeploying" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Deploying</a>
93+
<div class="dropdown-menu" aria-labelledby="navbarDeploying">
94+
<a class="dropdown-item" href="cluster-overview.html">Overview</a>
95+
<a class="dropdown-item" href="submitting-applications.html">Submitting Applications</a>
96+
<div class="dropdown-divider"></div>
97+
<a class="dropdown-item" href="spark-standalone.html">Spark Standalone</a>
98+
<a class="dropdown-item" href="running-on-yarn.html">YARN</a>
99+
<a class="dropdown-item" href="running-on-kubernetes.html">Kubernetes</a>
100+
</div>
101+
</li>
102+
103+
<li class="nav-item dropdown">
104+
<a href="#" class="nav-link dropdown-toggle" id="navbarMore" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">More</a>
105+
<div class="dropdown-menu" aria-labelledby="navbarMore">
106+
<a class="dropdown-item" href="configuration.html">Configuration</a>
107+
<a class="dropdown-item" href="monitoring.html">Monitoring</a>
108+
<a class="dropdown-item" href="tuning.html">Tuning Guide</a>
109+
<a class="dropdown-item" href="job-scheduling.html">Job Scheduling</a>
110+
<a class="dropdown-item" href="security.html">Security</a>
111+
<a class="dropdown-item" href="hardware-provisioning.html">Hardware Provisioning</a>
112+
<a class="dropdown-item" href="migration-guide.html">Migration Guide</a>
113+
<div class="dropdown-divider"></div>
114+
<a class="dropdown-item" href="building-spark.html">Building Spark</a>
115+
<a class="dropdown-item" href="https://spark.apache.org/contributing.html">Contributing to Spark</a>
116+
<a class="dropdown-item" href="https://spark.apache.org/third-party-projects.html">Third Party Projects</a>
117+
</div>
118+
</li>
119+
120+
<li class="nav-item">
121+
<input type="text" id="docsearch-input" placeholder="Search the docs…">
122+
</li>
123+
</ul>
124+
<!--<span class="navbar-text navbar-right"><span class="version-text">v4.1.0-preview2</span></span>-->
125+
</div>
126+
</nav>
127+
128+
129+
130+
<div class="container">
131+
132+
<div class="content mr-3" id="content">
133+
134+
135+
<h1 class="title">404 Not Found</h1>
136+
137+
138+
<h2 id="oops">Oops!</h2>
139+
140+
<p>Sorry, but the page you were trying to view does not exist.</p>
141+
142+
<p>It looks like this was the result of either:</p>
143+
144+
<ul>
145+
<li>a mistyped address</li>
146+
<li>an out-of-date link</li>
147+
</ul>
148+
149+
</div>
150+
151+
<!-- /container -->
152+
</div>
153+
154+
<script src="js/vendor/jquery-3.5.1.min.js"></script>
155+
<script src="js/vendor/bootstrap.bundle.min.js"></script>
156+
157+
<script src="js/vendor/anchor.min.js"></script>
158+
<script src="js/main.js"></script>
159+
160+
<script type="text/javascript" src="js/vendor/docsearch.min.js"></script>
161+
<script type="text/javascript">
162+
// DocSearch is entirely free and automated. DocSearch is built in two parts:
163+
// 1. a crawler which we run on our own infrastructure every 24 hours. It follows every link
164+
// in your website and extract content from every page it traverses. It then pushes this
165+
// content to an Algolia index.
166+
// 2. a JavaScript snippet to be inserted in your website that will bind this Algolia index
167+
// to your search input and display its results in a dropdown UI. If you want to find more
168+
// details on how works DocSearch, check the docs of DocSearch.
169+
docsearch({
170+
apiKey: 'd62f962a82bc9abb53471cb7b89da35e',
171+
appId: 'RAI69RXRSK',
172+
indexName: 'apache_spark',
173+
inputSelector: '#docsearch-input',
174+
enhancedSearchInput: true,
175+
algoliaOptions: {
176+
'facetFilters': ["version:4.1.0-preview2"]
177+
},
178+
debug: false // Set debug to true if you want to inspect the dropdown
179+
});
180+
181+
</script>
182+
183+
<!-- MathJax Section -->
184+
<script type="text/x-mathjax-config">
185+
MathJax.Hub.Config({
186+
TeX: { equationNumbers: { autoNumber: "AMS" } }
187+
});
188+
</script>
189+
<script>
190+
// Note that we load MathJax this way to work with local file (file://), HTTP and HTTPS.
191+
// We could use "//cdn.mathjax...", but that won't support "file://".
192+
(function(d, script) {
193+
script = d.createElement('script');
194+
script.type = 'text/javascript';
195+
script.async = true;
196+
script.onload = function(){
197+
MathJax.Hub.Config({
198+
tex2jax: {
199+
inlineMath: [ ["$", "$"], ["\\\\(","\\\\)"] ],
200+
displayMath: [ ["$$","$$"], ["\\[", "\\]"] ],
201+
processEscapes: true,
202+
skipTags: ['script', 'noscript', 'style', 'textarea', 'pre']
203+
}
204+
});
205+
};
206+
script.src = ('https:' == document.location.protocol ? 'https://' : 'http://') +
207+
'cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js' +
208+
'?config=TeX-AMS-MML_HTMLorMML';
209+
d.getElementsByTagName('head')[0].appendChild(script);
210+
}(document));
211+
</script>
212+
</body>
213+
</html>

0 commit comments

Comments
 (0)