<?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: Installation under RHEL 7.3 has some versioning issues in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Installation-under-RHEL-7-3-has-some-versioning-issues/m-p/213887#M68983</link>
    <description>&lt;P&gt;@ A P&lt;/P&gt;&lt;P&gt;Looks like the problem is that you have installed "ambari-server" but not the ambari-agent.&lt;/P&gt;&lt;P&gt;So can you please try the following and see if it works:&lt;/P&gt;&lt;P&gt;1. Reinstall ambari-server&lt;/P&gt;&lt;PRE&gt;# yum reinstall ambari-server -y&lt;/PRE&gt;&lt;P&gt;2. Install ambari-agent&lt;/P&gt;&lt;PRE&gt;# yum install ambari-agent -y&lt;/PRE&gt;&lt;P&gt;3. Now try to run the ambari-server setup&lt;/P&gt;&lt;PRE&gt;# ambari-server setup&lt;/PRE&gt;&lt;P&gt;.&lt;/P&gt;</description>
    <pubDate>Thu, 05 Oct 2017 02:02:16 GMT</pubDate>
    <dc:creator>jsensharma</dc:creator>
    <dc:date>2017-10-05T02:02:16Z</dc:date>
    <item>
      <title>Installation under RHEL 7.3 has some versioning issues</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Installation-under-RHEL-7-3-has-some-versioning-issues/m-p/213886#M68982</link>
      <description>&lt;P&gt;I try to install Ambari-server under RedHat 7.3, python 2.7.5&lt;/P&gt;&lt;P&gt;I got the following Ambari and HDP repositories and ran `yum clean all` just to be sure:&lt;/P&gt;&lt;P&gt;&lt;A href="http://public-repo-1.hortonworks.com/ambari/centos7/2.x/updates/2.5.2.0/ambari.repo" target="_blank"&gt;http://public-repo-1.hortonworks.com/ambari/centos7/2.x/updates/2.5.2.0/ambari.repo&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://public-repo-1.hortonworks.com/HDP/centos7/2.x/updates/2.6.2.0/hdp.repo" target="_blank"&gt;http://public-repo-1.hortonworks.com/HDP/centos7/2.x/updates/2.6.2.0/hdp.repo&lt;/A&gt;&lt;/P&gt;&lt;P&gt;After I run yum `install ambari-server` i try to setup it using `ambari-server setup` and I am getting the following issue:&lt;/P&gt;&lt;P&gt;Traceback (most recent call last):&lt;BR /&gt;  File "/usr/sbin/ambari-server.py", line 40, in &amp;lt;module&amp;gt;&lt;BR /&gt;  from ambari_server.serverUpgrade import upgrade, upgrade_stack, set_current&lt;BR /&gt;  File "/usr/lib/python2.6/site-packages/ambari_server/serverUpgrade.py", line 51, in &amp;lt;module&amp;gt;&lt;BR /&gt;  from ambari_server.setupMpacks import replay_mpack_logs&lt;BR /&gt;  File "/usr/lib/python2.6/site-packages/ambari_server/setupMpacks.py", line 30, in &amp;lt;module&amp;gt;&lt;BR /&gt;  from ambari_commons.inet_utils import download_file, download_file_anyway&lt;BR /&gt;ImportError: cannot import name download_file_anyway&lt;/P&gt;&lt;P&gt;It is weird to me that the ambari-server packages are installed under python2.6 (which is not installed) since the RHEL7 version should work with python2.7.&lt;/P&gt;&lt;P&gt;What is the issue? how can it be solved? &lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2017 02:00:13 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Installation-under-RHEL-7-3-has-some-versioning-issues/m-p/213886#M68982</guid>
      <dc:creator>antonp</dc:creator>
      <dc:date>2017-10-05T02:00:13Z</dc:date>
    </item>
    <item>
      <title>Re: Installation under RHEL 7.3 has some versioning issues</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Installation-under-RHEL-7-3-has-some-versioning-issues/m-p/213887#M68983</link>
      <description>&lt;P&gt;@ A P&lt;/P&gt;&lt;P&gt;Looks like the problem is that you have installed "ambari-server" but not the ambari-agent.&lt;/P&gt;&lt;P&gt;So can you please try the following and see if it works:&lt;/P&gt;&lt;P&gt;1. Reinstall ambari-server&lt;/P&gt;&lt;PRE&gt;# yum reinstall ambari-server -y&lt;/PRE&gt;&lt;P&gt;2. Install ambari-agent&lt;/P&gt;&lt;PRE&gt;# yum install ambari-agent -y&lt;/PRE&gt;&lt;P&gt;3. Now try to run the ambari-server setup&lt;/P&gt;&lt;PRE&gt;# ambari-server setup&lt;/PRE&gt;&lt;P&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2017 02:02:16 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Installation-under-RHEL-7-3-has-some-versioning-issues/m-p/213887#M68983</guid>
      <dc:creator>jsensharma</dc:creator>
      <dc:date>2017-10-05T02:02:16Z</dc:date>
    </item>
    <item>
      <title>Re: Installation under RHEL 7.3 has some versioning issues</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Installation-under-RHEL-7-3-has-some-versioning-issues/m-p/213888#M68984</link>
      <description>&lt;P&gt;Thank you for the quick and accurate response! this solved the issue.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2017 04:15:57 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Installation-under-RHEL-7-3-has-some-versioning-issues/m-p/213888#M68984</guid>
      <dc:creator>antonp</dc:creator>
      <dc:date>2017-10-05T04:15:57Z</dc:date>
    </item>
  </channel>
</rss>

