blob: b9407657c67c8435ccdc17642577422eb7fa6960 [file] [log] [blame]
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Apache Aurora</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">
<link href="/assets/css/main.css" rel="stylesheet">
<!-- Analytics -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-45879646-1']);
_gaq.push(['_setDomainName', 'apache.org']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div class="container-fluid section-header">
<div class="container">
<div class="nav nav-bar">
<a href="/"><img src="/assets/img/aurora_logo_dkbkg.svg" width="300" alt="Transparent Apache Aurora logo with dark background"/></a>
<ul class="nav navbar-nav navbar-right">
<li><a href="/documentation/latest/">Documentation</a></li>
<li><a href="/community/">Community</a></li>
<li><a href="/downloads/">Downloads</a></li>
<li><a href="/blog/">Blog</a></li>
</ul>
</div>
</div>
</div>
<div class="container-fluid">
<div class="container content">
<div class="container-fluid">
<div class="row">
<div class="col-md-3 buffer">
<div class="meta">
<span class="author">
<span class="author_contact">
<p><strong>Maxim Khutornenko</strong></p>
<p><a href="http://twitter.com/hutorrr">@hutorrr</a></p>
</span>
</span>
<p><em>Posted February 12, 2015</em></p>
</div>
<div class="share">
<span class="social-share-button"><a href="https://twitter.com/share" class="twitter-share-button" data-via="ApacheAurora">Tweet</a></span>
<span><script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script></span>
<script src="//platform.linkedin.com/in.js" type="text/javascript">
lang: en_US
</script>
<script type="IN/Share" data-counter="right"></script>
</div>
</div>
<div class="post col-md-9">
<h1>0.7.0-incubating Released, Adding Support for Docker Containers</h1>
<p>The latest Apache Aurora release, 0.7.0-incubating, is now <a href="http://aurora.apache.org/downloads/">available for download</a>. This version marks the third Aurora release since becoming part of the Apache Incubator, and includes the following features, improvements, and announcements:</p>
<ul>
<li>Beta support for running Docker containers</li>
<li>Official support for the Aurora command-line client v2</li>
<li>Performance improvements for running Aurora at scale</li>
<li>Progress made toward Apache Incubator graduation</li>
</ul>
<p>Full release notes are available in the release <a href="https://gitbox.apache.org/repos/asf?p=aurora.git&amp;f=CHANGELOG&amp;hb=refs/tags/rel/0.7.0-incubating">CHANGELOG</a>.</p>
<h2 id="docker-support-within-aurora">Docker support within Aurora</h2>
<p>Docker has quickly become a popular technology for packaging and managing applications, making it simple to create a snapshot of your app and ship it to different machines in your datacenter. In the Aurora 0.7.0 release, we’ve added a container abstraction that supports Docker out of the box (and potentially future container technologies that may emerge), allowing you to specify a Docker image and schedule it to run within your Aurora cluster.</p>
<p>This feature is marked as experimental in its first release, but we hope to see companies running it in production and helping improve it moving forward. Native Docker support within the Mesos core was added in the <a href="http://mesos.apache.org/blog/mesos-0-20-0-released/">Mesos 0.20.0 release</a>.</p>
<h2 id="official-support-for-command-line-client-v2">Official support for command-line client v2</h2>
<p>Over several releases, Aurora has included a new command-line client version two, rewritten from the ground-up to be simpler and easier to use. In the Aurora 0.7.0 release, we now provide official support for version two of the client, and have fully removed the original version. The previous client version was deprecated in the 0.6.0-incubating release.</p>
<p>We’ve also made the client even-easier to use, by improving the help output that you receive. You can simply type <code>aurora -h</code> for a full list of available commands and helpful guidance. We’ve also documented <a href="http://aurora.apache.org/documentation/0.7.0-incubating/client-commands/">usage of the client commands</a> to provide helpful information about managing jobs.</p>
<h2 id="performance-improvements">Performance Improvements</h2>
<p>Performance is continually an area of focus and improvement for the Aurora team, with production Aurora clusters measuring tens of thousands of machines and tens-to-hundreds of thousands of tasks. Two specific improvements were made in this release that make signficant improvements on large clusters, including <a href="https://issues.apache.org/jira/browse/AURORA-121">AURORA-121</a> which made task pre-emption more efficient, and <a href="https://issues.apache.org/jira/browse/AURORA-930">AURORA-930</a> which fixed GC performance issues with snapshot deduplication on large clusters.</p>
<h2 id="progress-toward-becoming-top-level-project">Progress toward becoming Top-Level Project</h2>
<p>As the Apache Aurora project continues to grow in adopters and contributors, we’ve begun conversations regarding next-steps toward graduating from the Apache Incubator. A graduation resolution is expected to be presented to the Aurora community on the developer mailing list (<a href="mailto:dev@aurora.apache.org">dev@aurora.apache.org</a>, you can subscribe by emailing <a href="mailto:dev-subscribe@aurora.apache.org">dev-subscribe@aurora.apache.org</a>) in the coming weeks and voted on, and hopefully shared with the Apache board shortly after.</p>
<h2 id="getting-involved">Getting Involved</h2>
<p>We encourage you to try out this release and let us know what you think. If you run into any issues, please let us know on the <a href="https://aurora.apache.org/community">user mailing list and IRC</a>. The community also holds weekly IRC meetings at 11AM Pacific every Monday that we encourage you to join. If you&rsquo;re using Aurora, we&rsquo;d love to hear from you on how to make it better.</p>
<h2 id="thanks">Thanks</h2>
<p>Thanks to the 13 contributors who made 0.7.0-incubating possible:</p>
<ul>
<li>Bill Farner</li>
<li>Brian Wickman</li>
<li>Dave Lester</li>
<li>David McLaughlin</li>
<li>Florian Pfeiffer</li>
<li>Issam EL ATIF</li>
<li>Jake Farrell</li>
<li>Jeffrey Schroeder</li>
<li>Joshua Cohen</li>
<li>Kevin Sweeney</li>
<li>Maxim Khutornenko</li>
<li>Steve Niemitz</li>
<li>Zameer Manji</li>
</ul>
</div>
</div>
</div>
</div>
<div class="container-fluid section-footer buffer">
<div class="container">
<div class="row">
<div class="col-md-2 col-md-offset-1"><h3>Quick Links</h3>
<ul>
<li><a href="/downloads/">Downloads</a></li>
<li><a href="/community/">Mailing Lists</a></li>
<li><a href="http://issues.apache.org/jira/browse/AURORA">Issue Tracking</a></li>
<li><a href="/documentation/latest/contributing/">How To Contribute</a></li>
</ul>
</div>
<div class="col-md-2"><h3>The ASF</h3>
<ul>
<li><a href="http://www.apache.org/licenses/">License</a></li>
<li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</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>
</div>
<div class="col-md-6">
<p class="disclaimer">&copy; 2014-2017 <a href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. The <a href="https://www.flickr.com/photos/trondk/12706051375/">Aurora Borealis IX photo</a> displayed on the homepage is available under a <a href="https://creativecommons.org/licenses/by-nc-nd/2.0/">Creative Commons BY-NC-ND 2.0 license</a>. Apache, Apache Aurora, and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
</div>
</div>
</div>
</body>
</html>