| <!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"> |
| <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags --> |
| <meta name="description" content=""> |
| <meta name="author" content=""> |
| <link rel="icon" href="favicon.ico"> |
| |
| <title>Download</title> |
| |
| <!-- Bootstrap core CSS --> |
| <link href="css/bootstrap.min.css" rel="stylesheet"> |
| <!-- Bootstrap theme --> |
| |
| <!-- Custom styles for this template --> |
| <link href="css/theme.css" rel="stylesheet"> |
| |
| <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> |
| <!--[if lt IE 9]> |
| <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> |
| <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> |
| <![endif]--> |
| <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css"> |
| </head> |
| |
| <div class="container theme-showcase" role="main"> |
| <div class="masthead"> |
| <p class="lead"> |
| <a href="index.html"> |
| <img src="img/asterixdb_tm.png" style="height:75px; width:auto; vertical-align:bottom; margin-top:10px;"/> |
| </a> |
| </p> |
| </div> |
| |
| <nav class="navbar navbar-default"> |
| <div class="container"> |
| <div class="navbar-header"> |
| <button type="button" class="navbar-toggle collapsed" 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="index.html">Overview</a> |
| </div> |
| <div class="navbar-collapse collapse"> |
| <ul class="nav navbar-nav"> |
| <li><a href="download.html">Download</a></li> |
| <li class="dropdown"> |
| <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Documentation<span class="caret"></span></a> |
| <ul class="dropdown-menu" role="menu"> |
| <li class="dropdown-header">Stable release</li> |
| <li><a href="docs/0.8.8-incubating/index.html">Documentation for 0.8.8-incubating<i class="fa fa-external-link fa-sm"></i></a></li> |
| <li class="divider"></li> |
| <li class="dropdown-header">Snapshot release</li> |
| <li><a href="https://ci.apache.org/projects/asterixdb/index.html">Documentation for 0.8.9-SNAPSHOT <i class="fa fa-external-link fa-sm"></i></a></li> |
| </ul> |
| </li> |
| <li><a href="about.html">About</a></li> |
| <li class="dropdown"> |
| <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Community<span class="caret"></span></a> |
| <ul class="dropdown-menu" role="menu"> |
| <li><a href="community.html">Mailing Lists</a></li> |
| <li><a href="community.html#irc">IRC</a></li> |
| <li><a href="community.html#asterixdb-team">Team</a></li> |
| <li><a href="https://issues.apache.org/jira/browse/ASTERIXDB">Issue Tracker</a></li> |
| </ul> |
| </li> |
| <li class="dropdown"> |
| <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Contributing <span class="caret"></span></a> |
| <ul class="dropdown-menu" role="menu"> |
| <li class="dropdown-header">For New Contributors</li> |
| <li><a href="dev-setup.html">Development Setup</a></li> |
| <li class="divider"></li> |
| <li class="dropdown-header">For Committers</li> |
| <li><a href="pushing.html">Pushing changes</a></li> |
| <li><a href="site.html">Editing this site</a></li> |
| </ul> |
| </li> |
| </ul> |
| <ul class="nav navbar-nav navbar-right"> |
| <li class="dropdown"> |
| <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false" |
| style="padding-right: 30px"> |
| <img src="img/feather.png" style="height:20px"/>Apache Software Foundation<span class="caret"/> |
| </a> |
| <ul class="dropdown-menu dropdown-menu-right" role="menu"> |
| <li><a href="http://www.apache.org/"><b>ASF Homepage</b></a></li> |
| <li><a href="http://www.apache.org/licenses/">License</a></li> |
| <li><a href="http://www.apache.org/foundation/sponsorship.html">Donate</a></li> |
| <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li> |
| <li><a href="http://www.apache.org/security/">Security</a></li> |
| </ul> |
| </li> |
| </ul> |
| </div><!--/.nav-collapse --> |
| </div> |
| </nav> |
| |
| |
| <div class="row"> |
| <div class="col-md-8 col-centered"> |
| <h2>Download</h2> |
| <div class="row"> |
| <div class="col-md-6"> |
| <h3 id="source">Source</h3> |
| </div> |
| </div> |
| <div class="row"> |
| <div class="col-md-6"> |
| |
| <p>Apache AsterixDB™ (incubating) source releases as a tarball/zip are available on the ASF mirror of your choice.</p> |
| |
| <p>Feel free to browse and download the source tree of AsterixDB (and Hyracks) from our GitHub mirror.</p> |
| |
| </div> |
| <div class="col-md-6"> |
| |
| <p><a class="btn btn-md btn-info" href="https://www.apache.org/dyn/closer.cgi/incubator/asterixdb" role="button">Source Tarballs <i class="fa fa-download fa-lg"></i></a></p> |
| <p><a class="btn btn-md btn-info" href="https://github.com/apache/incubator-asterixdb/" role="button">AsterixDB on GitHub <i class="fa fa-github fa-lg"></i></a></p> |
| <p><a class="btn btn-md btn-info" href="https://github.com/apache/incubator-asterixdb-hyracks/" role="button">Hyracks on GitHub <i class="fa fa-github fa-lg"></i></a></p> |
| |
| </div> |
| </div> |
| |
| <div class="row"> |
| |
| <div class="col-md-6"> |
| <h3 id="standalone-cluster-installer">Standalone Cluster Installer</h3> |
| |
| </div> |
| </div> |
| |
| <div class="row"> |
| |
| <div class="col-md-6"> |
| <p>This packaging is most suitable for installation on a cluster without Hadoop or YARN.</p> |
| </div> |
| |
| <div class="col-md-6"> |
| |
| <p><a class="btn btn-md btn-success" href="http://www.apache.org/dyn/closer.lua/incubator/asterixdb/asterix-installer-0.8.8-incubating-binary-assembly.zip" role="button">Download AsterixDB 0.8.8-incubating <i class="fa fa-download fa-lg"></i> </a></p> |
| |
| </div> |
| |
| </div> |
| |
| <div class="row"> |
| |
| |
| <div class="col-md-6"> |
| <h3 id="yarn-cluster-installer">YARN Cluster Installer</h3> |
| |
| </div> |
| </div> |
| |
| <div class="row"> |
| |
| <div class="col-md-6"> |
| <p>This is AsterixDB packaged with the YARN installer. If you already have a cluster running Hadoop YARN, this is the easiest way to start out with AsterixDB.</p> |
| </div> |
| |
| <div class="col-md-6"> |
| |
| <p><a class="btn btn-md btn-success" href="http://www.apache.org/dyn/closer.lua/incubator/asterixdb/asterix-yarn-0.8.8-incubating-binary-assembly.zip" role="button">Download AsterixDB 0.8.8-incubating <i class="fa fa-download fa-lg"></i> </a></p> |
| |
| </div> |
| |
| </div> |
| |
| </div> |
| </div> |
| |
| |
| <hr/> |
| |
| <footer> |
| <div class="row"> |
| <div class="col-md-9 col-centered"> |
| <div class="col-md-9 text-left"> |
| <p>Apache AsterixDB is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored |
| by the Apache Incubator. |
| Incubation is required of all newly accepted projects until a further review indicates that the |
| infrastructure, communications, and decision making process have stabilized in a manner consistent with |
| other successful ASF projects. |
| While incubation status is not necessarily a reflection of the completeness or stability of the code, it |
| does indicate that the project has yet to be fully endorsed by the ASF.</p> |
| </div> |
| <div class="col-md-3 text-right"> |
| <img src="img/egg-logo.png" style="height:auto; width:200px; vertical-align:bottom;"/> |
| </div> |
| </div> |
| </div> |
| <div class="row"> |
| <div class="col-md-9 col-centered text-center"> |
| <p/> |
| <p>© Copyright 2016 The Apache Software foundation. All Rights Reserved. </p> |
| <p>Apache AsterixDB, the Apache AsterixDB logo, Apache, and the Apache feather logo are trademarks of the |
| Apache Software Foundation</p> |
| </div> |
| </div> |
| </footer> |
| </div> <!-- /container --> |
| |
| <!-- Bootstrap core JavaScript |
| ================================================== --> |
| <!-- Placed at the end of the document so the pages load faster --> |
| <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script> |
| <script src="js/bootstrap.min.js"></script> |
| </body> |
| </html> |