blob: 8a657b0d042e8d03d5ab679a4725505c6a130c87 [file] [log] [blame]
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Download</title>
<meta name="description" content="">
<meta name="author" content="The Apache Software Foundation">
<!-- Enable responsive viewport -->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Le styles -->
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link href="/assets/themes/submarine/bootstrap/css/bootstrap.css" rel="stylesheet">
<link href="/assets/themes/submarine/css/style.css?body=1" rel="stylesheet" type="text/css">
<link href="/assets/themes/submarine/css/syntax.css" rel="stylesheet" type="text/css" media="screen" />
<!-- Le fav and touch icons -->
<!-- Update these with your own images
<link rel="shortcut icon" href="images/favicon.ico">
<link rel="apple-touch-icon" href="images/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png">
-->
<link rel="apple-touch-icon" sizes="180x180" href="/assets/themes/submarine/img/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/themes/submarine/img/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/themes/submarine/img/favicon/favicon-16x16.png">
<link rel="icon" type="image/png" href="/assets/themes/submarine/img/favicon/favicon.ico">
<link rel="manifest" href="/assets/themes/submarine/img/favicon/manifest.json">
<link rel="mask-icon" href="/assets/themes/submarine/img/favicon/safari-pinned-tab.svg" color="#438bc9">
<meta name="theme-color" content="#ffffff">
<!-- Js -->
<script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.15/angular.min.js"></script>
<script src="https://angular-ui.github.io/bootstrap/ui-bootstrap-tpls-2.5.0.js"></script>
<script src="/assets/themes/submarine/bootstrap/js/bootstrap.min.js"></script>
<script src="/assets/themes/submarine/js/docs.js"></script>
<script src="/assets/themes/submarine/js/anchor.min.js"></script>
<script src="/assets/themes/submarine/js/moment.min.js"></script>
<script src="/assets/themes/submarine/js/helium.controller.js"></script>
<script src="/assets/themes/submarine/js/medium.controller.js"></script>
<!-- atom & rss feed -->
<link href="/atom.xml" type="application/atom+xml" rel="alternate" title="Sitewide ATOM Feed">
<link href="/rss.xml" type="application/rss+xml" rel="alternate" title="Sitewide RSS Feed">
</head>
<body>
<div class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/">
<img src="/assets/themes/submarine/img/submarine_white_logo.png" style="margin-top: -6px;" width="80" alt="I'm submarine">
<span style="margin-left: 0px;"> Apache Submarine </span>
<!-- <span style="margin-left: 4px; font-size: 16px; font-family: Arial;">0.4.0</span> -->
</a>
</div>
<nav class="navbar-collapse collapse" role="navigation">
<ul class="nav navbar-nav navbar-right">
<!-- Quick Start -->
<li class="docs">
<a href="#" data-toggle="dropdown" class="dropdown-toggle">Quick Start<b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="https://github.com/apache/submarine/blob/master/docs/userdocs/yarn">Submarine on YARN</a></li>
<li><a href="https://github.com/apache/submarine/blob/master/docs/userdocs/k8s">Submarine on K8s</a></li>
</ul>
</li>
<!-- Download -->
<li><a href="/download.html">Download</a></li>
<!-- Docs -->
<li><a href="https://github.com/apache/submarine/tree/master/docs">Docs</a></li>
<!-- GitHub -->
<li>
<a href="https://github.com/apache/submarine">GitHub</a>
</li>
<!-- Community -->
<li class="docs">
<a href="#" data-toggle="dropdown" class="dropdown-toggle">Community<b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="/community/contributors.html">Contributors</a></li>
<li><a href="/community/member.html">Member</a></li>
</ul>
</li>
<!-- Apache -->
<li class="docs">
<a href="#" data-toggle="dropdown" class="dropdown-toggle">Apache<b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="http://www.apache.org/foundation/how-it-works.html">Apache Software Foundation</a></li>
<li><a href="http://www.apache.org/licenses/">Apache License</a></li>
<li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
<li><a href="/assets.html">Assets</a></li>
<li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
</ul>
</li>
</ul>
</nav>
</div>
</div>
<div class="content">
<!--<div class="hero-unit Download">
<h1></h1>
</div>
-->
<div class="row">
<div class="col-md-12">
<!--
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<h1>Download Apache Submarine</h1>
<p>The latest release of Apache Submarine is <strong>0.3.0</strong>.</p>
<ul>
<li><p>Apache Submarine 0.3.0 released on Feb 01, 2020 (<a href="./releases/submarine-release-0.3.0.html">release notes</a>) (<a href="https://github.com/apache/submarine/tree/rel/release-0.3.0">git tag</a>)</p>
<ul>
<li>Binary package (<a href="https://github.com/apache/submarine#quick-start">Install guide</a>):
<p><div class="btn btn-md btn-primary" onclick="window.location.href='https://www.apache.org/dyn/closer.cgi/submarine/submarine-0.3.0/submarine-dist-0.3.0-hadoop-2.9.tar.gz'">submarine-dist-0.3.0-hadoop-2.9.tar.gz</div> (550 MB,
<a href="https://www.apache.org/dist/submarine/submarine-0.3.0/submarine-dist-0.3.0-hadoop-2.9.tar.gz.sha512">checksum</a>,
<a href="https://www.apache.org/dist/submarine/submarine-0.3.0/submarine-dist-0.3.0-hadoop-2.9.tar.gz.asc">signature</a>)</p></li>
<li>Source:
<p><div class="btn btn-md btn-primary" onclick="window.location.href='https://www.apache.org/dyn/closer.cgi/submarine/submarine-0.3.0/submarine-dist-0.3.0-src.tar.gz'">submarine-dist-0.3.0-src.tar.gz</div> (6 MB,
<a href="https://www.apache.org/dist/submarine/submarine-0.3.0/submarine-dist-0.3.0-src.tar.gz.sha512">checksum</a>,
<a href="https://www.apache.org/dist/submarine/submarine-0.3.0/submarine-dist-0.3.0-src.tar.gz.asc">signature</a>)
<p></p></li>
<li>Docker images:
<p><em><a href="https://hub.docker.com/layers/apache/submarine/mini-0.3.0/images/sha256-3dd49054bf8a91521f5743c675278d626a5fa568e91651c67867b8ba6ceba340">mini-submarine</a></em> <a href="https://github.com/apache/submarine/blob/rel/release-0.3.0/dev-support/mini-submarine/README.md#mini-submarine">(guide)</a>:</p>
<code>docker run -it -h submarine-dev --name mini-submarine --net=bridge --privileged -P apache/submarine:mini-0.3.0 /bin/bash</code></li>
</ul></li>
</ul>
<h2>Verify the integrity of the files</h2>
<p>It is essential that you <a href="https://www.apache.org/info/verification.html">verify</a> the integrity of the downloaded files using the PGP or MD5 signatures. This signature should be matched against the <a href="https://www.apache.org/dist/submarine/KEYS">KEYS</a> file.</p>
<figure class="highlight"><pre><code class="language-text" data-lang="text">gpg --import KEYS
gpg --verify submarine-dist-X.Y.Z-src.tar.gz.asc
</code></pre></figure>
<h2>Build from source</h2>
<p>For developers, to get latest version check <a href="https://github.com/apache/submarine/blob/master/docs/development/BuildFromCode.md">README</a>.</p>
<h2>Old releases</h2>
<ul>
<li><p>Apache Submarine 0.2.0 released on Jul 2, 2019</p>
<ul>
<li>Binary package with submarine:
<a style="cursor:pointer" onclick="window.location.href='https://www.apache.org/dyn/closer.cgi/hadoop/submarine/submarine-0.2.0/hadoop-submarine-0.2.0.tar.gz'">hadoop-submarine-0.2.0.tar.gz</a> (111 MB,
<a href="https://dist.apache.org/repos/dist/release/hadoop/submarine/submarine-0.2.0/hadoop-submarine-0.2.0.tar.gz.mds">checksum</a>,
<a href="https://dist.apache.org/repos/dist/release/hadoop/submarine/submarine-0.2.0/hadoop-submarine-0.2.0.tar.gz.asc">signature</a>,
<a href="http://hadoop.apache.org/submarine/release/0.2.0/">Announcement</a>)</li>
<li>Source:
<a style="cursor:pointer" onclick="window.location.href='https://www.apache.org/dyn/closer.cgi/hadoop/submarine/submarine-0.2.0/hadoop-submarine-0.2.0-src.tar.gz'">hadoop-submarine-0.2.0-src.tar.gz</a> (1.4 MB,
<a href="https://dist.apache.org/repos/dist/release/hadoop/submarine/submarine-0.2.0/hadoop-submarine-0.2.0-src.tar.gz.mds">checksum</a>,
<a href="https://dist.apache.org/repos/dist/release/hadoop/submarine/submarine-0.2.0/hadoop-submarine-0.2.0-src.tar.gz.asc">signature</a>)</li>
</ul></li>
<li><p>Apache Submarine 0.1.0 released on Jan 16, 2019</p>
<ul>
<li>Binary package with submarine:
<a style="cursor:pointer" onclick="window.location.href='https://www.apache.org/dyn/closer.cgi/hadoop/common/hadoop-3.2.0/hadoop-3.2.0.tar.gz'">submarine-0.2.0-bin-all.tgz</a> (97 MB,
<a href="https://www.apache.org/dist/hadoop/common/hadoop-3.2.0/hadoop-3.2.0.tar.gz.mds">checksum</a>,
<a href="https://www.apache.org/dist/hadoop/common/hadoop-3.2.0/hadoop-3.2.0.tar.gz.asc">signature</a>,
<a href="https://hadoop.apache.org/docs/r3.2.0/index.html">Announcement</a>)</li>
<li>Source:
<a style="cursor:pointer" onclick="window.location.href='https://www.apache.org/dyn/closer.cgi/hadoop/common/hadoop-3.2.0/hadoop-3.2.0-src.tar.gz'">submarine-hadoop-3.2.0-src.tar.gz</a> (1.1 MB,
<a href="https://www.apache.org/dist/hadoop/common/hadoop-3.2.0/hadoop-3.2.0-src.tar.gz.mds">checksum</a>,
<a href="https://www.apache.org/dist/hadoop/common/hadoop-3.2.0/hadoop-3.2.0-src.tar.gz.asc">signature</a>)</li>
</ul></li>
</ul>
<p><p /></p>
</div>
</div>
</div>
<footer>
<!-- <p>&copy; 2020 The Apache Software Foundation</p>-->
</footer>
</body>
</html>