_layouts/home.html (182 lines of code) (raw):

<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title> {% if page.custom_title %} {{page.custom_title}} {% else %} {{page.title}} | Apache Spark {% endif %} </title> {% if page.redirect %} <meta http-equiv="refresh" content="0; url={{site.baseurl}}/{{page.redirect}}"> <link rel="canonical" href="{{site.url}}{{site.baseurl}}/{{page.redirect}}" /> {% endif %} {% if page.description %} <meta name="description" content="{{page.description}}"> {% endif %} <meta name="twitter:card" content="summary_large_image"> <meta name="twitter:site" content="@ApacheSpark"> <meta name="twitter:title" content="{% if page.custom_title %} {{page.custom_title}}{% else %} {{page.title}} | Apache Spark{% endif %}"> <meta name="twitter:description" content="{% if page.description %}{{page.description}}{% else %}Apache Spark is a unified engine for large-scale analytics{% endif %}"> <meta name="twitter:image" content="{{site.url}}{{site.baseurl}}/images/spark-twitter-card-large.jpg"> <link href="{{site.baseurl}}/css/bootstrap.min.css" rel="stylesheet"> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <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"> <link href="{{site.baseurl}}/css/custom.css" rel="stylesheet"> <link href="{{site.baseurl}}/css/pygments-default.css" rel="stylesheet"> <link rel="icon" href="favicon.ico" type="image/x-icon"> <!-- Matomo --> <script> var _paq = window._paq = window._paq || []; /* tracker methods like "setCustomDimension" should be called before "trackPageView" */ _paq.push(["disableCookies"]); _paq.push(['trackPageView']); _paq.push(['enableLinkTracking']); (function() { var u="https://analytics.apache.org/"; _paq.push(['setTrackerUrl', u+'matomo.php']); _paq.push(['setSiteId', '40']); var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s); })(); </script> <!-- End Matomo Code --> </head> <body> <nav class="navbar navbar-expand-lg navbar-dark p-0 px-4" style="background: #1D6890;"> <a class="navbar-brand" href="/"> <img src="{{site.baseurl}}/images/spark-logo-rev.svg" alt="" width="141" height="72"> </a> <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarContent" aria-controls="navbarContent" aria-expanded="false" aria-label="Toggle navigation"> <span class="navbar-toggler-icon"></span> </button> <div class="collapse navbar-collapse col-md-12 col-lg-auto pt-4" id="navbarContent"> <ul class="navbar-nav me-auto"> <li class="nav-item"> <a class="nav-link active" aria-current="page" href="{{site.baseurl}}/downloads.html">Download</a> </li> <li class="nav-item dropdown"> <a class="nav-link dropdown-toggle" href="#" id="libraries" role="button" data-bs-toggle="dropdown" aria-expanded="false"> Libraries </a> <ul class="dropdown-menu" aria-labelledby="libraries"> <li><a class="dropdown-item" href="{{site.baseurl}}/sql/">SQL and DataFrames</a></li> <li><a class="dropdown-item" href="{{site.baseurl}}/spark-connect/">Spark Connect</a></li> <li><a class="dropdown-item" href="{{site.baseurl}}/streaming/">Spark Streaming</a></li> <li><a class="dropdown-item" href="{{site.baseurl}}/pandas-on-spark/">pandas on Spark</a></li> <li><a class="dropdown-item" href="{{site.baseurl}}/mllib/">MLlib (machine learning)</a></li> <li><a class="dropdown-item" href="{{site.baseurl}}/graphx/">GraphX (graph)</a></li> <li> <hr class="dropdown-divider"> </li> <li><a class="dropdown-item" href="{{site.baseurl}}/third-party-projects.html">Third-Party Projects</a></li> </ul> </li> <li class="nav-item dropdown"> <a class="nav-link dropdown-toggle" href="#" id="documentation" role="button" data-bs-toggle="dropdown" aria-expanded="false"> Documentation </a> <ul class="dropdown-menu" aria-labelledby="documentation"> <li><a class="dropdown-item" href="{{site.baseurl}}/docs/latest/">Latest Release</a></li> <li><a class="dropdown-item" href="{{site.baseurl}}/documentation.html">Older Versions and Other Resources</a></li> <li><a class="dropdown-item" href="{{site.baseurl}}/faq.html">Frequently Asked Questions</a></li> </ul> </li> <li class="nav-item"> <a class="nav-link active" aria-current="page" href="{{site.baseurl}}/examples.html">Examples</a> </li> <li class="nav-item dropdown"> <a class="nav-link dropdown-toggle" href="#" id="community" role="button" data-bs-toggle="dropdown" aria-expanded="false"> Community </a> <ul class="dropdown-menu" aria-labelledby="community"> <li><a class="dropdown-item" href="{{site.baseurl}}/community.html">Mailing Lists &amp; Resources</a></li> <li><a class="dropdown-item" href="{{site.baseurl}}/contributing.html">Contributing to Spark</a></li> <li><a class="dropdown-item" href="{{site.baseurl}}/improvement-proposals.html">Improvement Proposals (SPIP)</a> </li> <li><a class="dropdown-item" href="https://issues.apache.org/jira/browse/SPARK">Issue Tracker</a> </li> <li><a class="dropdown-item" href="{{site.baseurl}}/powered-by.html">Powered By</a></li> <li><a class="dropdown-item" href="{{site.baseurl}}/committers.html">Project Committers</a></li> <li><a class="dropdown-item" href="{{site.baseurl}}/history.html">Project History</a></li> <li><a class="dropdown-item" href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy Policy</a></li> </ul> </li> <li class="nav-item dropdown"> <a class="nav-link dropdown-toggle" href="#" id="developers" role="button" data-bs-toggle="dropdown" aria-expanded="false"> Developers </a> <ul class="dropdown-menu" aria-labelledby="developers"> <li><a class="dropdown-item" href="{{site.baseurl}}/developer-tools.html">Useful Developer Tools</a></li> <li><a class="dropdown-item" href="{{site.baseurl}}/versioning-policy.html">Versioning Policy</a></li> <li><a class="dropdown-item" href="{{site.baseurl}}/release-process.html">Release Process</a></li> <li><a class="dropdown-item" href="{{site.baseurl}}/security.html">Security</a></li> </ul> </li> <li class="nav-item dropdown"> <a class="nav-link dropdown-toggle" href="#" id="github" role="button" data-bs-toggle="dropdown" aria-expanded="false"> GitHub </a> <ul class="dropdown-menu" aria-labelledby="github"> <li><a class="dropdown-item" href="https://github.com/apache/spark">spark</a></li> <li><a class="dropdown-item" href="https://github.com/apache/spark-connect-go">spark-connect-go</a></li> <li><a class="dropdown-item" href="https://github.com/apache/spark-connect-swift">spark-connect-swift</a></li> <li><a class="dropdown-item" href="https://github.com/apache/spark-docker">spark-docker</a></li> <li><a class="dropdown-item" href="https://github.com/apache/spark-kubernetes-operator">spark-kubernetes-operator</a></li> <li><a class="dropdown-item" href="https://github.com/apache/spark-website">spark-website</a></li> </ul> </li> </ul> <ul class="navbar-nav ml-auto"> <li class="nav-item dropdown"> <a class="nav-link dropdown-toggle" href="#" id="apacheFoundation" role="button" data-bs-toggle="dropdown" aria-expanded="false"> Apache Software Foundation </a> <ul class="dropdown-menu" aria-labelledby="apacheFoundation"> <li><a class="dropdown-item" href="https://www.apache.org/">Apache Homepage</a></li> <li><a class="dropdown-item" href="https://www.apache.org/licenses/">License</a></li> <li><a class="dropdown-item" href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> <li><a class="dropdown-item" href="https://www.apache.org/foundation/thanks.html">Thanks</a></li> <li><a class="dropdown-item" href="https://www.apache.org/events/current-event">Event</a></li> </ul> </li> </ul> </div> </nav> <section class="hero-banner position-relative"> <div class="bg"></div> <div class="container position-relative"> <div class="container pt-5 pb-5"> <div class="row"> <div class="col-12 col-md-12 col-lg-7"> <h1 style="max-width: 680px;">Unified engine for large-scale data analytics</h1> <a href="{{site.baseurl}}/docs/latest/quick-start.html" class="btn btn-cta">Get Started</a> </div> </div> <div class="row mt-5"> <div class="col-12 col-lg-6"> <h2>What is Apache Spark<span class="tm" style="bottom: 14px;">&trade;</span>?</h2> <div class="what-is-spark">Apache Spark<span class="tm" style="bottom: 7px;">&trade;</span> is a multi-language engine for executing data engineering, data science, and machine learning on single-node machines or clusters. </div> </div> </div> </div> </div> </section> {{content}} <footer class="container row mx-auto"> <hr> Apache Spark, Spark, Apache, the Apache feather logo, and the Apache Spark project logo are either registered trademarks or trademarks of The Apache Software Foundation in the United States and other countries. See guidance on use of Apache Spark <a href="/trademarks.html">trademarks</a>. All other marks mentioned may be trademarks or registered trademarks of their respective owners. Copyright © 2018 The Apache Software Foundation, Licensed under the <a href="https://www.apache.org/licenses/">Apache License, Version 2.0</a>. </footer> <script src="{{site.baseurl}}/js/bootstrap.bundle.min.js"></script> </body> </html>