Skip to content

Commit 44d0034

Browse files
Add Spark 3.5.8 documentation (#662)
This PR aims to add Apache Spark 3.5.8 documentation. <img width="181" height="80" alt="Screenshot 2026-01-15 at 21 30 51" src="https://github.com/user-attachments/assets/141a6a01-c487-419a-9d24-6dfc7b5ac5f2" />
1 parent 50d6b6b commit 44d0034

File tree

10,747 files changed

+29262504
-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.

10,747 files changed

+29262504
-0
lines changed

site/docs/3.5.8/404.html

Lines changed: 219 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,219 @@
1+
2+
<!DOCTYPE html>
3+
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
4+
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
5+
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
6+
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
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 3.5.8 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+
<!--[if lt IE 7]>
51+
<p class="chromeframe">You are using an outdated browser. <a href="https://browsehappy.com/">Upgrade your browser today</a> or <a href="http://www.google.com/chromeframe/?redirect=true">install Google Chrome Frame</a> to better experience this site.</p>
52+
<![endif]-->
53+
54+
<!-- This code is taken from http://twitter.github.com/bootstrap/examples/hero.html -->
55+
56+
<nav class="navbar navbar-expand-lg navbar-dark p-0 px-4 fixed-top" style="background: #1d6890;" id="topbar">
57+
<div class="navbar-brand"><a href="index.html">
58+
<img src="img/spark-logo-rev.svg" width="141" height="72"/></a><span class="version">3.5.8</span>
59+
</div>
60+
<button class="navbar-toggler" type="button" data-toggle="collapse"
61+
data-target="#navbarCollapse" aria-controls="navbarCollapse"
62+
aria-expanded="false" aria-label="Toggle navigation">
63+
<span class="navbar-toggler-icon"></span>
64+
</button>
65+
<div class="collapse navbar-collapse" id="navbarCollapse">
66+
<ul class="navbar-nav me-auto">
67+
<li class="nav-item"><a href="index.html" class="nav-link">Overview</a></li>
68+
69+
<li class="nav-item dropdown">
70+
<a href="#" class="nav-link dropdown-toggle" id="navbarQuickStart" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Programming Guides</a>
71+
<div class="dropdown-menu" aria-labelledby="navbarQuickStart">
72+
<a class="dropdown-item" href="quick-start.html">Quick Start</a>
73+
<a class="dropdown-item" href="rdd-programming-guide.html">RDDs, Accumulators, Broadcasts Vars</a>
74+
<a class="dropdown-item" href="sql-programming-guide.html">SQL, DataFrames, and Datasets</a>
75+
<a class="dropdown-item" href="structured-streaming-programming-guide.html">Structured Streaming</a>
76+
<a class="dropdown-item" href="streaming-programming-guide.html">Spark Streaming (DStreams)</a>
77+
<a class="dropdown-item" href="ml-guide.html">MLlib (Machine Learning)</a>
78+
<a class="dropdown-item" href="graphx-programming-guide.html">GraphX (Graph Processing)</a>
79+
<a class="dropdown-item" href="sparkr.html">SparkR (R on Spark)</a>
80+
<a class="dropdown-item" href="api/python/getting_started/index.html">PySpark (Python on Spark)</a>
81+
</div>
82+
</li>
83+
84+
<li class="nav-item dropdown">
85+
<a href="#" class="nav-link dropdown-toggle" id="navbarAPIDocs" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">API Docs</a>
86+
<div class="dropdown-menu" aria-labelledby="navbarAPIDocs">
87+
<a class="dropdown-item" href="api/scala/org/apache/spark/index.html">Scala</a>
88+
<a class="dropdown-item" href="api/java/index.html">Java</a>
89+
<a class="dropdown-item" href="api/python/index.html">Python</a>
90+
<a class="dropdown-item" href="api/R/index.html">R</a>
91+
<a class="dropdown-item" href="api/sql/index.html">SQL, Built-in Functions</a>
92+
</div>
93+
</li>
94+
95+
<li class="nav-item dropdown">
96+
<a href="#" class="nav-link dropdown-toggle" id="navbarDeploying" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Deploying</a>
97+
<div class="dropdown-menu" aria-labelledby="navbarDeploying">
98+
<a class="dropdown-item" href="cluster-overview.html">Overview</a>
99+
<a class="dropdown-item" href="submitting-applications.html">Submitting Applications</a>
100+
<div class="dropdown-divider"></div>
101+
<a class="dropdown-item" href="spark-standalone.html">Spark Standalone</a>
102+
<a class="dropdown-item" href="running-on-mesos.html">Mesos</a>
103+
<a class="dropdown-item" href="running-on-yarn.html">YARN</a>
104+
<a class="dropdown-item" href="running-on-kubernetes.html">Kubernetes</a>
105+
</div>
106+
</li>
107+
108+
<li class="nav-item dropdown">
109+
<a href="#" class="nav-link dropdown-toggle" id="navbarMore" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">More</a>
110+
<div class="dropdown-menu" aria-labelledby="navbarMore">
111+
<a class="dropdown-item" href="configuration.html">Configuration</a>
112+
<a class="dropdown-item" href="monitoring.html">Monitoring</a>
113+
<a class="dropdown-item" href="tuning.html">Tuning Guide</a>
114+
<a class="dropdown-item" href="job-scheduling.html">Job Scheduling</a>
115+
<a class="dropdown-item" href="security.html">Security</a>
116+
<a class="dropdown-item" href="hardware-provisioning.html">Hardware Provisioning</a>
117+
<a class="dropdown-item" href="migration-guide.html">Migration Guide</a>
118+
<div class="dropdown-divider"></div>
119+
<a class="dropdown-item" href="building-spark.html">Building Spark</a>
120+
<a class="dropdown-item" href="https://spark.apache.org/contributing.html">Contributing to Spark</a>
121+
<a class="dropdown-item" href="https://spark.apache.org/third-party-projects.html">Third Party Projects</a>
122+
</div>
123+
</li>
124+
125+
<li class="nav-item">
126+
<input type="text" id="docsearch-input" placeholder="Search the docs…">
127+
</li>
128+
</ul>
129+
<!--<span class="navbar-text navbar-right"><span class="version-text">v3.5.8</span></span>-->
130+
</div>
131+
</nav>
132+
133+
134+
135+
<div class="container">
136+
137+
138+
<div class="content mr-3" id="content">
139+
140+
141+
<h1 class="title">404 Not Found</h1>
142+
143+
144+
<h2 id="oops">Oops!</h2>
145+
146+
<p>Sorry, but the page you were trying to view does not exist.</p>
147+
148+
<p>It looks like this was the result of either:</p>
149+
150+
<ul>
151+
<li>a mistyped address</li>
152+
<li>an out-of-date link</li>
153+
</ul>
154+
155+
</div>
156+
157+
<!-- /container -->
158+
</div>
159+
160+
<script src="js/vendor/jquery-3.5.1.min.js"></script>
161+
<script src="js/vendor/bootstrap.bundle.min.js"></script>
162+
163+
<script src="js/vendor/anchor.min.js"></script>
164+
<script src="js/main.js"></script>
165+
166+
<script type="text/javascript" src="js/vendor/docsearch.min.js"></script>
167+
<script type="text/javascript">
168+
// DocSearch is entirely free and automated. DocSearch is built in two parts:
169+
// 1. a crawler which we run on our own infrastructure every 24 hours. It follows every link
170+
// in your website and extract content from every page it traverses. It then pushes this
171+
// content to an Algolia index.
172+
// 2. a JavaScript snippet to be inserted in your website that will bind this Algolia index
173+
// to your search input and display its results in a dropdown UI. If you want to find more
174+
// details on how works DocSearch, check the docs of DocSearch.
175+
docsearch({
176+
apiKey: 'd62f962a82bc9abb53471cb7b89da35e',
177+
appId: 'RAI69RXRSK',
178+
indexName: 'apache_spark',
179+
inputSelector: '#docsearch-input',
180+
enhancedSearchInput: true,
181+
algoliaOptions: {
182+
'facetFilters': ["version:3.5.8"]
183+
},
184+
debug: false // Set debug to true if you want to inspect the dropdown
185+
});
186+
187+
</script>
188+
189+
<!-- MathJax Section -->
190+
<script type="text/x-mathjax-config">
191+
MathJax.Hub.Config({
192+
TeX: { equationNumbers: { autoNumber: "AMS" } }
193+
});
194+
</script>
195+
<script>
196+
// Note that we load MathJax this way to work with local file (file://), HTTP and HTTPS.
197+
// We could use "//cdn.mathjax...", but that won't support "file://".
198+
(function(d, script) {
199+
script = d.createElement('script');
200+
script.type = 'text/javascript';
201+
script.async = true;
202+
script.onload = function(){
203+
MathJax.Hub.Config({
204+
tex2jax: {
205+
inlineMath: [ ["$", "$"], ["\\\\(","\\\\)"] ],
206+
displayMath: [ ["$$","$$"], ["\\[", "\\]"] ],
207+
processEscapes: true,
208+
skipTags: ['script', 'noscript', 'style', 'textarea', 'pre']
209+
}
210+
});
211+
};
212+
script.src = ('https:' == document.location.protocol ? 'https://' : 'http://') +
213+
'cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js' +
214+
'?config=TeX-AMS-MML_HTMLorMML';
215+
d.getElementsByTagName('head')[0].appendChild(script);
216+
}(document));
217+
</script>
218+
</body>
219+
</html>

0 commit comments

Comments
 (0)