blob: 395690a44bae8ae1e25941e4d6cc5141d59b3fc4 [file] [log] [blame]
<!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">
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="/favicon.ico">
<base href="https://hadoop.apache.org">
<title>Apache Hadoop</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous">
<link rel="stylesheet" href="/css/hadoop.css">
</head>
<body>
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<img class="navbar-logo" src="/elephant.png">
<a class="navbar-brand" href="/"> Apache Hadoop</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li class=""><a href="releases.html">Download</a></li>
<li class="dropdown ">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Documentation <span class="caret"></span></a>
<ul class="dropdown-menu">
<li ><a href="http://apache.github.io/hadoop/">Current (trunk)</a></li>
<li ><a href="https://hadoop.apache.org/docs/current/">Latest</a></li>
<li ><a href="https://hadoop.apache.org/docs/stable/">Stable</a></li>
<li role="separator" class="divider"></li>
<li><a href="https://hadoop.apache.org/docs/r3.3.5/">3.3.5</a></li>
<li><a href="https://hadoop.apache.org/docs/r3.2.4/">3.2.4</a></li>
<li><a href="https://hadoop.apache.org/docs/r2.10.2/">2.10.2</a></li>
<li role="separator" class="divider"></li>
<li><a href="https://wiki.apache.org/hadoop">Wiki</a></li>
</ul>
</li>
<li class="dropdown ">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Community <span class="caret"></span></a>
<ul class="dropdown-menu">
<li ><a href="/bylaws.html">Bylaws</a></li>
<li ><a href="/committer_criteria.html">Criteria for Committership</a></li>
<li ><a href="/mailing_lists.html">Mailing lists</a></li>
<li ><a href="/cve_list.html">Published CVEs</a></li>
<li ><a href="/who.html">Who We are</a></li>
</ul>
</li>
<li class="dropdown ">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Development <span class="caret"></span></a>
<ul class="dropdown-menu">
<li ><a href="https://cwiki.apache.org/confluence/display/HADOOP/How&#43;To&#43;Contribute">How to Contribute</a></li>
<li ><a href="/issue_tracking.html">Issue Tracking</a></li>
<li ><a href="/version_control.html">Version Control</a></li>
<li ><a href="/versioning.html">Versioning</a></li>
</ul>
</li>
<li class="dropdown ">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Help <span class="caret"></span></a>
<ul class="dropdown-menu">
<li ><a href="https://www.cafepress.com/hadoop">Buy Stuff</a></li>
<li ><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
<li ><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
</ul>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li>
<a href="https://www.apache.org/">Apache Software Foundation <span class="glyphicon glyphicon-new-window" aria-hidden="true"></span></a>
</li>
</ul>
</div>
</div>
</nav>
<div class="container">
<section id="main">
<div>
<h1 id="title">Releases Archive</h1>
<ul id="list">
<h1><a href="/release/2.1.0-beta.html">Release 2.1.0-beta available</a></h1>
<p><small>2013 Aug 25 </small></p>
<!---
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. See accompanying LICENSE file.
-->
<p>Apache Hadoop 2.1.0-beta is the <strong>beta</strong> release of Apache Hadoop 2.x.</p>
<p>Users are encouraged to immediately move to 2.1.0-beta since this
release is significantly more stable and has completley whetted set of
APIs and wire-protocols for future compatibility.</p>
<p>In addition, this release has a number of other significant highlights:</p>
<ul>
<li>HDFS Snapshots</li>
<li>Support for running Hadoop on Microsoft Windows</li>
<li>YARN API stabilization</li>
<li>Binary Compatibility for MapReduce applications built on hadoop-1.x</li>
<li>Substantial amount of integration testing with rest of projects in
the ecosystem</li>
</ul>
<p>Please see the <a href="https://hadoop.apache.org/docs/r2.1.0-beta/hadoop-project-dist/hadoop-common/releasenotes.html">Hadoop 2.1.0-beta Release
Notes</a>
for details.</p>
<h1><a href="/release/2.0.6-alpha.html">Release 2.0.6-alpha available</a></h1>
<p><small>2013 Aug 23 </small></p>
<!---
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. See accompanying LICENSE file.
-->
<p>This release delivers a number of critical bug-fixes for hadoop-2.x
uncovered during integration testing of previous release.</p>
<p>Please see the <a href="https://hadoop.apache.org/docs/r2.0.6-alpha/hadoop-project-dist/hadoop-common/releasenotes.html">Hadoop 2.0.6-alpha Release
Notes</a>
for details.</p>
<h1><a href="/release/1.2.1.html">Release 1.2.1 (stable) available</a></h1>
<p><small>2013 Aug 1 </small></p>
<!---
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. See accompanying LICENSE file.
-->
<p>A point release for the 1.2 line. This release is now considered stable.</p>
<p>Please see the <a href="https://hadoop.apache.org/docs/r1.2.1/releasenotes.html">Hadoop 1.2.1 Release
Notes</a> for the
list of 18 bug fixes and patches since the previous release 1.2.0.</p>
<h1><a href="/release/0.23.9.html">Release 0.23.9 available</a></h1>
<p><small>2013 Jul 8 </small></p>
<!---
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. See accompanying LICENSE file.
-->
<p>A point release for the 0.23.X line. Bug fixes to continue
stabilization.</p>
<p>Please see the <a href="https://hadoop.apache.org/docs/r0.23.9/hadoop-project-dist/hadoop-common/releasenotes.html">Hadoop 0.23.9 Release
Notes</a>
for details.</p>
<h1><a href="/release/2.0.5-alpha.html">Release 2.0.5-alpha available</a></h1>
<p><small>2013 Jun 6 </small></p>
<!---
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. See accompanying LICENSE file.
-->
<p>This release delivers a number of critical bug-fixes for hadoop-2.x
uncovered during integration testing of previous release.</p>
<p>Please see the <a href="https://hadoop.apache.org/docs/r2.0.5-alpha/hadoop-project-dist/hadoop-common/releasenotes.html">Hadoop 2.0.5-alpha Release
Notes</a>
for details.</p>
<h1><a href="/release/0.23.8.html">Release 0.23.8 available</a></h1>
<p><small>2013 Jun 5 </small></p>
<!---
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. See accompanying LICENSE file.
-->
<p>A point release for the 0.23.X line. Bug fixes to continue
stabilization.</p>
<p>Please see the <a href="https://hadoop.apache.org/docs/r0.23.8/hadoop-project-dist/hadoop-common/releasenotes.html">Hadoop 0.23.8 Release
Notes</a>
for details.</p>
<h1><a href="/release/1.2.0.html">Release 1.2.0 available</a></h1>
<p><small>2013 May 13 </small></p>
<!---
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. See accompanying LICENSE file.
-->
<p>This is a beta release for version 1.2.</p>
<p>This release delivers over 200 enhancements and bug-fixes, compared to
the previous 1.1.2 release. Major enhancements include:</p>
<ul>
<li>DistCp v2 backported</li>
<li>Web services for JobTracker</li>
<li>WebHDFS enhancements</li>
<li>Extensions of task placement and replica placement policy interfaces</li>
<li>Offline Image Viewer backported</li>
<li>Namenode more robust in case of edit log corruption</li>
<li>Add NodeGroups level to NetworkTopology</li>
<li>Add &ldquo;unset&rdquo; to Configuration API</li>
</ul>
<p>Please see the <a href="https://hadoop.apache.org/docs/r1.2.0/releasenotes.html">Hadoop 1.2.0 Release
Notes</a> for more
details.</p>
<h1><a href="/release/2.0.4-alpha.html">Release 2.0.4-alpha available</a></h1>
<p><small>2013 Apr 25 </small></p>
<!---
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. See accompanying LICENSE file.
-->
<p>This release delivers a number of critical bug-fixes for hadoop-2.x
uncovered during integration testing.</p>
<p>Please see the <a href="https://hadoop.apache.org/docs/r2.0.4-alpha/hadoop-project-dist/hadoop-common/releasenotes.html">Hadoop 2.0.4-alpha Release
Notes</a>
for details.</p>
<h1><a href="/release/0.23.7.html">Release 0.23.7 available</a></h1>
<p><small>2013 Apr 18 </small></p>
<!---
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. See accompanying LICENSE file.
-->
<p>A point release for the 0.23.X line. Bug fixes to continue
stabilization.</p>
<p>Please see the <a href="https://hadoop.apache.org/docs/r0.23.7/hadoop-project-dist/hadoop-common/releasenotes.html">Hadoop 0.23.7 Release
Notes</a>
for details.</p>
<h1><a href="/release/1.1.2.html">Release 1.1.2 available</a></h1>
<p><small>2013 Feb 15 </small></p>
<!---
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. See accompanying LICENSE file.
-->
<p>Point release for the 1.1.X line. Bug fixes and improvements, as
documented in the <a href="https://hadoop.apache.org/docs/r1.1.2/releasenotes.html">Hadoop 1.1.2 Release
Notes</a>.</p>
</ul>
</div>
<ul class="pagination pagination-default">
<li class="page-item">
<a href="/release.html" aria-label="First" class="page-link" role="button"><span aria-hidden="true">&laquo;&laquo;</span></a>
</li>
<li class="page-item">
<a href="/release/page/6.html" aria-label="Previous" class="page-link" role="button"><span aria-hidden="true">&laquo;</span></a>
</li>
<li class="page-item">
<a href="/release/page/5.html" aria-label="Page 5" class="page-link" role="button">5</a>
</li>
<li class="page-item">
<a href="/release/page/6.html" aria-label="Page 6" class="page-link" role="button">6</a>
</li>
<li class="page-item active">
<a aria-current="page" aria-label="Page 7" class="page-link" role="button">7</a>
</li>
<li class="page-item">
<a href="/release/page/8.html" aria-label="Page 8" class="page-link" role="button">8</a>
</li>
<li class="page-item">
<a href="/release/page/9.html" aria-label="Page 9" class="page-link" role="button">9</a>
</li>
<li class="page-item">
<a href="/release/page/8.html" aria-label="Next" class="page-link" role="button"><span aria-hidden="true">&raquo;</span></a>
</li>
<li class="page-item">
<a href="/release/page/12.html" aria-label="Last" class="page-link" role="button"><span aria-hidden="true">&raquo;&raquo;</span></a>
</li>
</ul>
</section>
</div>
<div class="container">
<footer class="footer container">
<div class="col-md-6">
<p>Apache Hadoop, Hadoop, Apache, the Apache feather logo,
and the Apache Hadoop project logo are either registered trademarks or trademarks of the Apache Software Foundation
in the United States and other countries</p>
<p>Copyright © 2006-2023 The Apache Software Foundation</p>
<p><a href="/privacy_policy.html">Privacy policy</a></p>
</div>
<div class="col-md-6">
<img class="img-responsive" src="/asf_logo_wide.png"/>
</div>
</footer>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<script>
$(function() { $('table').addClass('table table-striped'); })
</script>
<script type="application/javascript">
var doNotTrack = false;
if (!doNotTrack) {
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-7453027-1', 'auto');
ga('send', 'pageview');
}
</script>
</body>
</html>