<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: Understanding Apache Hadoop releases in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Understanding-Apache-Hadoop-releases/m-p/135189#M35068</link>
    <description>&lt;P&gt;Hi &lt;A rel="user" href="https://community.cloudera.com/users/2696/bigdatasupernova.html" nodeid="2696"&gt;@bigdata.neophyte&lt;/A&gt;, the Apache Hadoop community is actively maintaining two stable release lines:&lt;/P&gt;&lt;OL&gt;
&lt;LI&gt;&lt;STRONG&gt;2.7.x&lt;/STRONG&gt; - The latest release in this line is 2.7.2. There should be an RC for 2.7.3 out later this month. The git branch for release 2.7.3 is &lt;A href="https://git-wip-us.apache.org/repos/asf?p=hadoop.git;a=shortlog;h=refs/heads/branch-2.7.3"&gt;branch-2.7.3&lt;/A&gt;. The next maintenance release on this line will be 2.7.4 and it is currently tracked by &lt;A href="https://git-wip-us.apache.org/repos/asf?p=hadoop.git;a=shortlog;h=refs/heads/branch-2.7"&gt;branch-2.7&lt;/A&gt;.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;2.6.x - &lt;/STRONG&gt;The latest release in this line is 2.6.4. There may be a 2.6.5 (off &lt;A href="https://git-wip-us.apache.org/repos/asf?p=hadoop.git;a=shortlog;h=refs/heads/branch-2.6"&gt;branch-2.6&lt;/A&gt;) but no release manager is actively driving it right now (any Hadoop committer can be a release manager).&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;The 2.8.0 release has been significantly delayed as community effort was diverted to stabilizing 2.6.x and 2.7.x. It is planned but there is no timetable for the release.&lt;/P&gt;&lt;P&gt;Also &lt;EM&gt;common-dev at hadoop.apache.org&lt;/EM&gt; would be a good place for this question as you are likely to get responses from release managers.&lt;/P&gt;</description>
    <pubDate>Wed, 20 Jul 2016 00:11:50 GMT</pubDate>
    <dc:creator>ArpitAgarwal</dc:creator>
    <dc:date>2016-07-20T00:11:50Z</dc:date>
    <item>
      <title>Understanding Apache Hadoop releases</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Understanding-Apache-Hadoop-releases/m-p/135187#M35066</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Any idea how Apache Hadoop versioning works? When I go to Hadoop homepage on Apache page, it lists 2.7.2 as the latest stable release (I believe 2.7.1 is part of HDP2.4.2) But thats released in Jan 2016. But there is 2.6.4 released in Feb 2016. Which is the current branch to follow and when to use 2.6 release?&lt;/P&gt;&lt;P&gt;Any idea when 2.8.0 release date is?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jul 2016 17:38:11 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Understanding-Apache-Hadoop-releases/m-p/135187#M35066</guid>
      <dc:creator>bigdata_superno</dc:creator>
      <dc:date>2016-07-19T17:38:11Z</dc:date>
    </item>
    <item>
      <title>Re: Understanding Apache Hadoop releases</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Understanding-Apache-Hadoop-releases/m-p/135188#M35067</link>
      <description>&lt;P&gt;A quick way to determine specific versions of core Hadoop (and all the components making up HDP) is to visit the particular HDP version's release notes under &lt;A href="http://docs.hortonworks.com" target="_blank"&gt;http://docs.hortonworks.com&lt;/A&gt;.  &lt;/P&gt;&lt;P&gt;When you are on a box itself, you can read the "cookie crumbs" such as shown below that does show that HDP 2.4.2 uses Hadoop 2.7.1 as you identified above.  Hint: look at the long jar name that includes the Apache version number followed by the HDP version number.&lt;/P&gt;&lt;PRE&gt;[root@ip-172-30-0-91 hdp]# pwd/usr/hdp
[root@ip-172-30-0-91 hdp]# ls
2.4.2.0-258  current
[root@ip-172-30-0-91 hdp]# cd current/hadoop-hdfs-client
[root@ip-172-30-0-91 hadoop-hdfs-client]# ls hadoop-hdfs-2*
hadoop-hdfs-2.7.1.2.4.2.0-258.jar
hadoop-hdfs-2.7.1.2.4.2.0-258-tests.jars
&lt;/PRE&gt;&lt;P&gt;As for a Hadoop 2.8 release date, I'm sure not the person who can comment on that, but you can go to &lt;A href="https://issues.apache.org/jira/browse/HADOOP/fixforversion/12329058/" target="_blank"&gt;https://issues.apache.org/jira/browse/HADOOP/fixforversion/12329058/&lt;/A&gt; to see all the JIRAs that are currently slated to be part of it.&lt;/P&gt;&lt;P&gt;Good luck!&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jul 2016 20:47:37 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Understanding-Apache-Hadoop-releases/m-p/135188#M35067</guid>
      <dc:creator>LesterMartin</dc:creator>
      <dc:date>2016-07-19T20:47:37Z</dc:date>
    </item>
    <item>
      <title>Re: Understanding Apache Hadoop releases</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Understanding-Apache-Hadoop-releases/m-p/135189#M35068</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://community.cloudera.com/users/2696/bigdatasupernova.html" nodeid="2696"&gt;@bigdata.neophyte&lt;/A&gt;, the Apache Hadoop community is actively maintaining two stable release lines:&lt;/P&gt;&lt;OL&gt;
&lt;LI&gt;&lt;STRONG&gt;2.7.x&lt;/STRONG&gt; - The latest release in this line is 2.7.2. There should be an RC for 2.7.3 out later this month. The git branch for release 2.7.3 is &lt;A href="https://git-wip-us.apache.org/repos/asf?p=hadoop.git;a=shortlog;h=refs/heads/branch-2.7.3"&gt;branch-2.7.3&lt;/A&gt;. The next maintenance release on this line will be 2.7.4 and it is currently tracked by &lt;A href="https://git-wip-us.apache.org/repos/asf?p=hadoop.git;a=shortlog;h=refs/heads/branch-2.7"&gt;branch-2.7&lt;/A&gt;.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;2.6.x - &lt;/STRONG&gt;The latest release in this line is 2.6.4. There may be a 2.6.5 (off &lt;A href="https://git-wip-us.apache.org/repos/asf?p=hadoop.git;a=shortlog;h=refs/heads/branch-2.6"&gt;branch-2.6&lt;/A&gt;) but no release manager is actively driving it right now (any Hadoop committer can be a release manager).&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;The 2.8.0 release has been significantly delayed as community effort was diverted to stabilizing 2.6.x and 2.7.x. It is planned but there is no timetable for the release.&lt;/P&gt;&lt;P&gt;Also &lt;EM&gt;common-dev at hadoop.apache.org&lt;/EM&gt; would be a good place for this question as you are likely to get responses from release managers.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2016 00:11:50 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Understanding-Apache-Hadoop-releases/m-p/135189#M35068</guid>
      <dc:creator>ArpitAgarwal</dc:creator>
      <dc:date>2016-07-20T00:11:50Z</dc:date>
    </item>
    <item>
      <title>Re: Understanding Apache Hadoop releases</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Understanding-Apache-Hadoop-releases/m-p/135190#M35069</link>
      <description>&lt;P&gt;Thanks &lt;A rel="user" href="https://community.cloudera.com/users/126/aagarwal.html" nodeid="126"&gt;@Arpit Agarwal&lt;/A&gt; for your response. Any specific reason still there are two branches maintained? Are they significantly different from one another and hence need to be tracked and maintained separately? I presume HDP and many commercial distributions follow 2.7.x lineage. So wondering who is using 2.6.x series?&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2016 06:42:35 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Understanding-Apache-Hadoop-releases/m-p/135190#M35069</guid>
      <dc:creator>bigdata_superno</dc:creator>
      <dc:date>2016-07-20T06:42:35Z</dc:date>
    </item>
    <item>
      <title>Re: Understanding Apache Hadoop releases</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Understanding-Apache-Hadoop-releases/m-p/135191#M35070</link>
      <description>&lt;P&gt;It's common for mature software products to have parallel maintenance lines. Enterprises often delay upgrades due to regulatory/certification requirements or other reasons.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2016 07:59:14 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Understanding-Apache-Hadoop-releases/m-p/135191#M35070</guid>
      <dc:creator>ArpitAgarwal</dc:creator>
      <dc:date>2016-07-20T07:59:14Z</dc:date>
    </item>
  </channel>
</rss>

