<?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: HDP 2.5.3 install failing on Redhat 7 in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HDP-2-5-3-install-failing-on-Redhat-7/m-p/132978#M55948</link>
    <description>&lt;P&gt;this is using ambari 2.4.2&lt;/P&gt;</description>
    <pubDate>Thu, 02 Mar 2017 12:24:36 GMT</pubDate>
    <dc:creator>sunile_manjee</dc:creator>
    <dc:date>2017-03-02T12:24:36Z</dc:date>
    <item>
      <title>HDP 2.5.3 install failing on Redhat 7</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HDP-2-5-3-install-failing-on-Redhat-7/m-p/132975#M55945</link>
      <description>&lt;P&gt;I have tried to install HDP 2.5.3 on redhat 7 (aws) and it has failed due to error below:&lt;/P&gt;&lt;PRE&gt;2017-03-01 22:41:38,450 - Execution of '/usr/bin/yum -d 0 -e 0 -y install snappy-devel' returned 1. Error: Package: snappy-devel-1.0.5-1.el6.x86_64 (HDP-UTILS-1.1.0.21)
           Requires: snappy(x86-64) = 1.0.5-1.el6
           Installed: snappy-1.1.0-3.el7.x86_64 (@anaconda/7.3)
               snappy(x86-64) = 1.1.0-3.el7
           Available: snappy-1.0.5-1.el6.x86_64 (HDP-UTILS-1.1.0.21)
               snappy(x86-64) = 1.0.5-1.el6
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest&lt;/PRE&gt;&lt;P&gt;The work around is to uninstall snappy-1.1.0-3.el7.x86_64&lt;/P&gt;&lt;PRE&gt;sudo yum remove snappy-1.1.0-3.el7.x86_64&lt;/PRE&gt;&lt;P&gt;and then install correct package&lt;/P&gt;&lt;PRE&gt;sudo yum install snappy-devel-1.0.5-1.el6.x86_64&lt;/PRE&gt;&lt;P&gt;then retry services install (ie data node)&lt;/P&gt;&lt;P&gt;Is this known issue?&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2017 12:04:25 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HDP-2-5-3-install-failing-on-Redhat-7/m-p/132975#M55945</guid>
      <dc:creator>sunile_manjee</dc:creator>
      <dc:date>2017-03-02T12:04:25Z</dc:date>
    </item>
    <item>
      <title>Re: HDP 2.5.3 install failing on Redhat 7</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HDP-2-5-3-install-failing-on-Redhat-7/m-p/132976#M55946</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/1486/smanjee.html" nodeid="1486"&gt;@Sunile Manjee&lt;/A&gt;&lt;/P&gt;&lt;P&gt;There are some known issues reported for older version of ambari (like 2.2.2)  to resolve the "snappy-devel" conflict.  That seems to be true even for the later version (Specially CentOS7/RHEL7):&lt;/P&gt;&lt;P&gt;&lt;A href="http://docs.hortonworks.com/HDPDocuments/Ambari-2.2.2.0/bk_ambari_troubleshooting/content/_resolving_cluster_install_and_configuration_problems.html" target="_blank"&gt;http://docs.hortonworks.com/HDPDocuments/Ambari-2.2.2.0/bk_ambari_troubleshooting/content/_resolving_cluster_install_and_configuration_problems.html&lt;/A&gt;&lt;/P&gt;&lt;PRE&gt;Hadoop requires the snappy-devel package that is a lower version that what is on the machine already. Run the following on the host and retry.

# yum remove snappy
# yum install snappy-devel
&lt;/PRE&gt;</description>
      <pubDate>Thu, 02 Mar 2017 12:17:14 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HDP-2-5-3-install-failing-on-Redhat-7/m-p/132976#M55946</guid>
      <dc:creator>jsensharma</dc:creator>
      <dc:date>2017-03-02T12:17:14Z</dc:date>
    </item>
    <item>
      <title>Re: HDP 2.5.3 install failing on Redhat 7</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HDP-2-5-3-install-failing-on-Redhat-7/m-p/132977#M55947</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/1486/smanjee.html" nodeid="1486"&gt;@Sunile Manjee&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I see it in ambari 2.4.2 docs as well:&lt;/P&gt;&lt;P&gt;&lt;A href="http://docs.hortonworks.com/HDPDocuments/Ambari-2.4.2.0/bk_ambari-troubleshooting/content/resolving_cluster_install_and_configuration_problems.html" target="_blank"&gt;http://docs.hortonworks.com/HDPDocuments/Ambari-2.4.2.0/bk_ambari-troubleshooting/content/resolving_cluster_install_and_configuration_problems.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;"3.10. Problem: DataNode Fails to Install on RHEL/CentOS 7" &lt;/STRONG&gt;&lt;/EM&gt;    The explanation of this section makes sense "Hadoop requires the snappy-devel package that is a lower version that what is on
              the machine already.  Run the following on the host and retry."&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2017 12:21:34 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HDP-2-5-3-install-failing-on-Redhat-7/m-p/132977#M55947</guid>
      <dc:creator>jsensharma</dc:creator>
      <dc:date>2017-03-02T12:21:34Z</dc:date>
    </item>
    <item>
      <title>Re: HDP 2.5.3 install failing on Redhat 7</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HDP-2-5-3-install-failing-on-Redhat-7/m-p/132978#M55948</link>
      <description>&lt;P&gt;this is using ambari 2.4.2&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2017 12:24:36 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HDP-2-5-3-install-failing-on-Redhat-7/m-p/132978#M55948</guid>
      <dc:creator>sunile_manjee</dc:creator>
      <dc:date>2017-03-02T12:24:36Z</dc:date>
    </item>
    <item>
      <title>Re: HDP 2.5.3 install failing on Redhat 7</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HDP-2-5-3-install-failing-on-Redhat-7/m-p/132979#M55949</link>
      <description>&lt;P&gt;Hi Sunile,&lt;/P&gt;&lt;P&gt;As we discussed yesterday, I found this installing HDP 2.5.3 using Ambari 2.4.2.  Looking further into this, RHEL 7.3 comes installed with snappy 1.1.0-3.el7 while HDP 2.5.3 needs snappy 1.0.5-1.el6.x86_64.  I spun up a RHEL 7.3 instance and ran the following command, showing snappy 1.1.0-3.el7 came pre-installed:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="13174-screen-shot-2017-03-02-at-91647-am.png" style="width: 1142px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/22223i2ED497257D2CB028/image-size/medium?v=v2&amp;amp;px=400" role="button" title="13174-screen-shot-2017-03-02-at-91647-am.png" alt="13174-screen-shot-2017-03-02-at-91647-am.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;As Jay posted - Looking at the latest documentation for Ambari 2.4.2, I found this problem in "Resolving Cluster Deployment Problems" - there should be a bug fix that goes into RHEL 7 (so we don't rely on a rhel 6 dependency) &lt;A href="https://docs.hortonworks.com/HDPDocuments/Ambari-2.4.2.0/bk_ambari-troubleshooting/content/resolving_cluster_install_and_configuration_problems.html" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.hortonworks.com/HDPDocuments/Ambari-2.4.2.0/bk_ambari-troubleshooting/content/resolving_cluster_install_and_configuration_problems.html&lt;/A&gt; &lt;/P&gt;&lt;P&gt;- What do you think?&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2019 09:15:15 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HDP-2-5-3-install-failing-on-Redhat-7/m-p/132979#M55949</guid>
      <dc:creator>RyanCicak</dc:creator>
      <dc:date>2019-08-19T09:15:15Z</dc:date>
    </item>
  </channel>
</rss>

