<?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: Failed to install HDP 2.3 using ambari in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Failed-to-install-HDP-2-3-using-ambari/m-p/170696#M132994</link>
    <description>&lt;P&gt;what is the version of Ambari are you using? &lt;/P&gt;</description>
    <pubDate>Tue, 09 Aug 2016 21:34:16 GMT</pubDate>
    <dc:creator>aervits</dc:creator>
    <dc:date>2016-08-09T21:34:16Z</dc:date>
    <item>
      <title>Failed to install HDP 2.3 using ambari</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Failed-to-install-HDP-2-3-using-ambari/m-p/170695#M132993</link>
      <description>&lt;PRE&gt;Traceback (most recent call last):
  File "/var/lib/ambari-agent/cache/stacks/HDP/2.0.6/hooks/before-INSTALL/scripts/hook.py", line 38, in &amp;lt;module&amp;gt;
    BeforeInstallHook().execute()
  File "/usr/lib/python2.6/site-packages/resource_management/libraries/script/script.py", line 218, in execute
    method(env)
  File "/var/lib/ambari-agent/cache/stacks/HDP/2.0.6/hooks/before-INSTALL/scripts/hook.py", line 34, in hook
    install_packages()
  File "/var/lib/ambari-agent/cache/stacks/HDP/2.0.6/hooks/before-INSTALL/scripts/shared_initialization.py", line 87, in install_packages
    Package(packages)
  File "/usr/lib/python2.6/site-packages/resource_management/core/base.py", line 116, in __new__
    cls(name.pop(0), env, provider, **kwargs)
  File "/usr/lib/python2.6/site-packages/resource_management/core/base.py", line 157, in __init__
    self.env.run()
  File "/usr/lib/python2.6/site-packages/resource_management/core/environment.py", line 152, in run
    self.run_action(resource, action)
  File "/usr/lib/python2.6/site-packages/resource_management/core/environment.py", line 118, in run_action
    provider_action()
  File "/usr/lib/python2.6/site-packages/resource_management/core/providers/package/__init__.py", line 45, in action_install
    self.install_package(package_name, self.resource.use_repos, self.resource.skip_repos)
  File "/usr/lib/python2.6/site-packages/resource_management/core/providers/package/yumrpm.py", line 41, in install_package
    if use_repos or not self._check_existence(name):
  File "/usr/lib/python2.6/site-packages/resource_management/core/providers/package/yumrpm.py", line 84, in _check_existence
    return self.yum_check_package_available(name)
  File "/usr/lib/python2.6/site-packages/resource_management/core/providers/package/__init__.py", line 69, in yum_check_package_available
    import yum # Python Yum API is much faster then other check methods. (even then "import rpm")
  File "/usr/lib/python2.6/site-packages/yum/__init__.py", line 23, in &amp;lt;module&amp;gt;
    import rpm
ImportError: No module named rpm&lt;/PRE&gt;stdout:    /var/lib/ambari-agent/data/output-109.txt 
                      &lt;PRE&gt;2016-08-09 14:21:07,077 - Directory['/var/lib/ambari-agent/data/tmp/AMBARI-artifacts/'] {'recursive': True}
2016-08-09 14:21:07,079 - File['/var/lib/ambari-agent/data/tmp/AMBARI-artifacts//jce_policy-8.zip'] {'content': DownloadSource('http://Manager:8080/resources//jce_policy-8.zip')}
2016-08-09 14:21:07,079 - Not downloading the file from &lt;A href="http://Manager:8080/resources//jce_policy-8.zip" target="_blank"&gt;http://Manager:8080/resources//jce_policy-8.zip&lt;/A&gt;, because /var/lib/ambari-agent/data/tmp/jce_policy-8.zip already exists
2016-08-09 14:21:07,080 - Group['hadoop'] {'ignore_failures': False}
2016-08-09 14:21:07,080 - Group['users'] {'ignore_failures': False}
2016-08-09 14:21:07,081 - User['zookeeper'] {'gid': 'hadoop', 'ignore_failures': False, 'groups': ['hadoop']}
2016-08-09 14:21:07,082 - User['ams'] {'gid': 'hadoop', 'ignore_failures': False, 'groups': ['hadoop']}
2016-08-09 14:21:07,083 - User['ambari-qa'] {'gid': 'hadoop', 'ignore_failures': False, 'groups': ['users']}
2016-08-09 14:21:07,084 - User['hdfs'] {'gid': 'hadoop', 'ignore_failures': False, 'groups': ['hadoop']}
2016-08-09 14:21:07,085 - User['yarn'] {'gid': 'hadoop', 'ignore_failures': False, 'groups': ['hadoop']}
2016-08-09 14:21:07,086 - User['mapred'] {'gid': 'hadoop', 'ignore_failures': False, 'groups': ['hadoop']}
2016-08-09 14:21:07,087 - File['/var/lib/ambari-agent/data/tmp/changeUid.sh'] {'content': StaticFile('changeToSecureUid.sh'), 'mode': 0555}
2016-08-09 14:21:07,088 - Execute['/var/lib/ambari-agent/data/tmp/changeUid.sh ambari-qa /tmp/hadoop-ambari-qa,/tmp/hsperfdata_ambari-qa,/home/ambari-qa,/tmp/ambari-qa,/tmp/sqoop-ambari-qa'] {'not_if': '(test $(id -u ambari-qa) -gt 1000) || (false)'}
2016-08-09 14:21:07,093 - Skipping Execute['/var/lib/ambari-agent/data/tmp/changeUid.sh ambari-qa /tmp/hadoop-ambari-qa,/tmp/hsperfdata_ambari-qa,/home/ambari-qa,/tmp/ambari-qa,/tmp/sqoop-ambari-qa'] due to not_if
2016-08-09 14:21:07,094 - Group['hdfs'] {'ignore_failures': False}
2016-08-09 14:21:07,094 - User['hdfs'] {'ignore_failures': False, 'groups': ['hadoop', 'hdfs']}
2016-08-09 14:21:07,095 - Directory['/etc/hadoop'] {'mode': 0755}
2016-08-09 14:21:07,096 - Creating directory Directory['/etc/hadoop']
2016-08-09 14:21:07,158 - Repository['HDP-2.3'] {'base_url': 'http://manager/REDHAT/HDP/HDP/centos6/2.x/updates/2.3.0.0/', 'action': ['create'], 'components': ['HDP', 'main'], 'repo_template': '[{{repo_id}}]\nname={{repo_id}}\n{% if mirror_list %}mirrorlist={{mirror_list}}{% else %}baseurl={{base_url}}{% endif %}\n\npath=/\nenabled=1\ngpgcheck=0', 'repo_file_name': 'HDP', 'mirror_list': None}
2016-08-09 14:21:07,170 - File['/etc/yum.repos.d/HDP.repo'] {'content': InlineTemplate(...)}
2016-08-09 14:21:07,171 - Writing File['/etc/yum.repos.d/HDP.repo'] because it doesn't exist
2016-08-09 14:21:07,172 - Repository['HDP-UTILS-1.1.0.20'] {'base_url': 'http://manager/REDHAT/HDP/HDP-UTILS-1.1.0.20/repos/centos6/', 'action': ['create'], 'components': ['HDP-UTILS', 'main'], 'repo_template': '[{{repo_id}}]\nname={{repo_id}}\n{% if mirror_list %}mirrorlist={{mirror_list}}{% else %}baseurl={{base_url}}{% endif %}\n\npath=/\nenabled=1\ngpgcheck=0', 'repo_file_name': 'HDP-UTILS', 'mirror_list': None}
2016-08-09 14:21:07,176 - File['/etc/yum.repos.d/HDP-UTILS.repo'] {'content': InlineTemplate(...)}
2016-08-09 14:21:07,176 - Writing File['/etc/yum.repos.d/HDP-UTILS.repo'] because contents don't match
2016-08-09 14:21:07,177 - Package['unzip'] {}&lt;/PRE&gt;</description>
      <pubDate>Tue, 09 Aug 2016 21:33:48 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Failed-to-install-HDP-2-3-using-ambari/m-p/170695#M132993</guid>
      <dc:creator>chahrimourad</dc:creator>
      <dc:date>2016-08-09T21:33:48Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to install HDP 2.3 using ambari</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Failed-to-install-HDP-2-3-using-ambari/m-p/170696#M132994</link>
      <description>&lt;P&gt;what is the version of Ambari are you using? &lt;/P&gt;</description>
      <pubDate>Tue, 09 Aug 2016 21:34:16 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Failed-to-install-HDP-2-3-using-ambari/m-p/170696#M132994</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2016-08-09T21:34:16Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to install HDP 2.3 using ambari</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Failed-to-install-HDP-2-3-using-ambari/m-p/170697#M132995</link>
      <description>&lt;P&gt;Please help me &lt;/P&gt;</description>
      <pubDate>Tue, 09 Aug 2016 21:34:28 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Failed-to-install-HDP-2-3-using-ambari/m-p/170697#M132995</guid>
      <dc:creator>chahrimourad</dc:creator>
      <dc:date>2016-08-09T21:34:28Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to install HDP 2.3 using ambari</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Failed-to-install-HDP-2-3-using-ambari/m-p/170698#M132996</link>
      <description>&lt;P&gt;The error you're getting (ImportError: No module named rpm) is usually due to not having rpm-python installed.  See the thread &lt;A href="http://stackoverflow.com/questions/26300661/fedora-no-module-named-rpm-when-using-yum"&gt;here&lt;/A&gt; for instructions on how to check and see if it is installed, and how to force a re-installation if necessary.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Aug 2016 22:22:57 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Failed-to-install-HDP-2-3-using-ambari/m-p/170698#M132996</guid>
      <dc:creator>mkoehr</dc:creator>
      <dc:date>2016-08-09T22:22:57Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to install HDP 2.3 using ambari</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Failed-to-install-HDP-2-3-using-ambari/m-p/170699#M132997</link>
      <description>&lt;P&gt;Looks like you are missing the rpm-python package. If yum is working you can try re-installing rpm-python with yum. Alternatively, depending on the version of CentOS or RHEL that you are using, you can find the appropriate RPM in the OS archives. For example, CentOS 6 RPMs are &lt;A href="http://mirror.centos.org/centos/6/os/x86_64/Packages/"&gt;here&lt;/A&gt;. Ctrl-f and search for rpm-python to find the package.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Aug 2016 22:26:25 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Failed-to-install-HDP-2-3-using-ambari/m-p/170699#M132997</guid>
      <dc:creator>bwilson</dc:creator>
      <dc:date>2016-08-09T22:26:25Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to install HDP 2.3 using ambari</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Failed-to-install-HDP-2-3-using-ambari/m-p/170700#M132998</link>
      <description>&lt;P&gt;i didnt find any answer here please give me a correct answer or ssh command to do this&lt;/P&gt;</description>
      <pubDate>Tue, 09 Aug 2016 22:35:15 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Failed-to-install-HDP-2-3-using-ambari/m-p/170700#M132998</guid>
      <dc:creator>chahrimourad</dc:creator>
      <dc:date>2016-08-09T22:35:15Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to install HDP 2.3 using ambari</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Failed-to-install-HDP-2-3-using-ambari/m-p/170701#M132999</link>
      <description>&lt;P&gt;im using REDHAT 6.8 can you give me from where can i download this package ?&lt;/P&gt;</description>
      <pubDate>Tue, 09 Aug 2016 22:36:52 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Failed-to-install-HDP-2-3-using-ambari/m-p/170701#M132999</guid>
      <dc:creator>chahrimourad</dc:creator>
      <dc:date>2016-08-09T22:36:52Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to install HDP 2.3 using ambari</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Failed-to-install-HDP-2-3-using-ambari/m-p/170702#M133000</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/12385/chahrimourad.html" nodeid="12385"&gt;@Mourad Chahri&lt;/A&gt; can you run the following command&lt;/P&gt;&lt;PRE&gt;repoquery --requires --resolve ambari-agent | grep rpm-python
&lt;/PRE&gt;&lt;P&gt;and also provide the version of ambari-agent and server you're running&lt;/P&gt;&lt;PRE&gt;rpm -qa | grep ambari&lt;/PRE&gt;&lt;P&gt;if you're missing rpm-python module then you can install it using&lt;/P&gt;&lt;PRE&gt;yum install rpm-python&lt;/PRE&gt;&lt;P&gt;I am curious though how you have agent running and missing this module?&lt;/P&gt;</description>
      <pubDate>Tue, 09 Aug 2016 22:52:11 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Failed-to-install-HDP-2-3-using-ambari/m-p/170702#M133000</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2016-08-09T22:52:11Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to install HDP 2.3 using ambari</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Failed-to-install-HDP-2-3-using-ambari/m-p/170703#M133001</link>
      <description>&lt;P&gt;ok &lt;A rel="user" href="https://community.cloudera.com/users/393/aervits.html" nodeid="393"&gt;@Artem Ervits&lt;/A&gt; i will try tomorrow on the office&lt;/P&gt;</description>
      <pubDate>Wed, 10 Aug 2016 00:16:32 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Failed-to-install-HDP-2-3-using-ambari/m-p/170703#M133001</guid>
      <dc:creator>chahrimourad</dc:creator>
      <dc:date>2016-08-10T00:16:32Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to install HDP 2.3 using ambari</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Failed-to-install-HDP-2-3-using-ambari/m-p/170704#M133002</link>
      <description>&lt;P&gt;i have faced same issue while Installing Ambari, please follow below link it may be help.&lt;/P&gt;&lt;P&gt;1) It has some dependent packages like unzip those and other as well&lt;/P&gt;&lt;P&gt;2)https://community.hortonworks.com/questions/49909/ambari-insall-start-test-failed-21.html#&lt;/P&gt;&lt;P&gt;Connect to Internet download below rpm packages and proceed with installation.&lt;/P&gt;&lt;P&gt;bash# install mpfr-2.4.1 tzdata-2016f unzip&lt;/P&gt;&lt;P&gt;bash# install tzdata-2016f&lt;/P&gt;&lt;P&gt;bash# install libgomp ppl&lt;/P&gt;&lt;P&gt;bash# install libgc cpp gcc&lt;/P&gt;&lt;P&gt;# yum install python-devel-2.6.6-64.el6.x86_64&lt;/P&gt;&lt;P&gt;if the above steps are help, please close the request.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Aug 2016 09:22:34 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Failed-to-install-HDP-2-3-using-ambari/m-p/170704#M133002</guid>
      <dc:creator>shivkumar82015</dc:creator>
      <dc:date>2016-08-10T09:22:34Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to install HDP 2.3 using ambari</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Failed-to-install-HDP-2-3-using-ambari/m-p/170705#M133003</link>
      <description>&lt;P&gt;when i execute :&lt;/P&gt;&lt;PRE&gt;repoquery --requires --resolve ambari-agent | grep rpm-python&lt;/PRE&gt;&lt;P&gt;i have this :&lt;/P&gt;&lt;P&gt;[root@Manager ~]# repoquery --requires --resolve ambari-agent | grep rpm-python
Traceback (most recent call last):
  File "/usr/bin/repoquery", line 34, in &amp;lt;module&amp;gt;
  import yum
ImportError: No module named yum&lt;/P&gt;&lt;P&gt;[root@Manager ~]# rpm -qa | grep ambari
ambari-agent-2.1.0-1470.x86_64
ambari-server-2.1.0-1470.x86_64
[root@Manager ~]# yum install rpm-python
bash: /usr/bin/yum: /usr/bin/python2.6: bad interpreter: No such file or directory&lt;/P&gt;</description>
      <pubDate>Wed, 10 Aug 2016 15:32:23 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Failed-to-install-HDP-2-3-using-ambari/m-p/170705#M133003</guid>
      <dc:creator>chahrimourad</dc:creator>
      <dc:date>2016-08-10T15:32:23Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to install HDP 2.3 using ambari</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Failed-to-install-HDP-2-3-using-ambari/m-p/170706#M133004</link>
      <description>&lt;P&gt;where can i find thos package ??&lt;/P&gt;</description>
      <pubDate>Wed, 10 Aug 2016 15:32:59 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Failed-to-install-HDP-2-3-using-ambari/m-p/170706#M133004</guid>
      <dc:creator>chahrimourad</dc:creator>
      <dc:date>2016-08-10T15:32:59Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to install HDP 2.3 using ambari</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Failed-to-install-HDP-2-3-using-ambari/m-p/170707#M133005</link>
      <description>&lt;P&gt;where can i download those package&lt;/P&gt;</description>
      <pubDate>Wed, 10 Aug 2016 16:11:53 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Failed-to-install-HDP-2-3-using-ambari/m-p/170707#M133005</guid>
      <dc:creator>chahrimourad</dc:creator>
      <dc:date>2016-08-10T16:11:53Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to install HDP 2.3 using ambari</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Failed-to-install-HDP-2-3-using-ambari/m-p/170708#M133006</link>
      <description>&lt;P&gt;Do you have access to internet , then only you can download.&lt;/P&gt;&lt;P&gt;Other wise create yum local repository and download all rpm , install manually.&lt;/P&gt;&lt;P&gt;For creation of location click hear :- &lt;A href="http://docs.hortonworks.com/HDPDocuments/Ambari-2.1.2.1/bk_Installing_HDP_AMB/content/_using_a_local_repository.html" target="_blank"&gt;http://docs.hortonworks.com/HDPDocuments/Ambari-2.1.2.1/bk_Installing_HDP_AMB/content/_using_a_local_repository.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Aug 2016 17:10:59 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Failed-to-install-HDP-2-3-using-ambari/m-p/170708#M133006</guid>
      <dc:creator>shivkumar82015</dc:creator>
      <dc:date>2016-08-10T17:10:59Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to install HDP 2.3 using ambari</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Failed-to-install-HDP-2-3-using-ambari/m-p/170709#M133007</link>
      <description>&lt;P&gt;Do you have support access? Seems like something is really broken on your end. In absence of support, I'd try to figure out why your Python is broken. Try to enter "python" command, does that work? If all else fails, I'd try to reinstall ambari-agent, if that fails, I'd upgrade Ambari server and agents. &lt;/P&gt;</description>
      <pubDate>Thu, 11 Aug 2016 07:01:02 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Failed-to-install-HDP-2-3-using-ambari/m-p/170709#M133007</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2016-08-11T07:01:02Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to install HDP 2.3 using ambari</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Failed-to-install-HDP-2-3-using-ambari/m-p/170710#M133008</link>
      <description>&lt;P&gt;Please check like this for Checking your server is connected to internet ot not.&lt;/P&gt;&lt;P&gt;#ping current_hostname (if it responding cancel it)&lt;/P&gt;&lt;P&gt;#ping &lt;A href="https://community.cloudera.com/www.google.com" target="_blank"&gt;www.google.com&lt;/A&gt; ( verify server is respoding with bytes or not ) if you getting number of by then your internet is working.&lt;/P&gt;&lt;P&gt;If you as below, means you do not have internet connection.&lt;/P&gt;&lt;P&gt;$ ping &lt;A href="https://community.cloudera.com/www.google.com" target="_blank"&gt;www.google.com&lt;/A&gt; &lt;/P&gt;&lt;P&gt;ping: unknown host &lt;A href="https://community.cloudera.com/www.google.com" target="_blank"&gt;www.google.com&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Aug 2016 10:30:01 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Failed-to-install-HDP-2-3-using-ambari/m-p/170710#M133008</guid>
      <dc:creator>shivkumar82015</dc:creator>
      <dc:date>2016-08-11T10:30:01Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to install HDP 2.3 using ambari</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Failed-to-install-HDP-2-3-using-ambari/m-p/170711#M133009</link>
      <description>&lt;P&gt;i have internet connexion , is not that the problem &lt;/P&gt;</description>
      <pubDate>Thu, 11 Aug 2016 20:21:32 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Failed-to-install-HDP-2-3-using-ambari/m-p/170711#M133009</guid>
      <dc:creator>chahrimourad</dc:creator>
      <dc:date>2016-08-11T20:21:32Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to install HDP 2.3 using ambari</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Failed-to-install-HDP-2-3-using-ambari/m-p/170712#M133010</link>
      <description>&lt;P&gt;i have installed thos package without any results&lt;/P&gt;</description>
      <pubDate>Thu, 11 Aug 2016 20:21:59 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Failed-to-install-HDP-2-3-using-ambari/m-p/170712#M133010</guid>
      <dc:creator>chahrimourad</dc:creator>
      <dc:date>2016-08-11T20:21:59Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to install HDP 2.3 using ambari</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Failed-to-install-HDP-2-3-using-ambari/m-p/170713#M133011</link>
      <description>&lt;P&gt;i found the solution , using redhat without register is the problem its limit you to install yum utilities package so i change de OS and install the yum utilities needed by python 2.6 and its work .&lt;/P&gt;</description>
      <pubDate>Tue, 16 Aug 2016 17:12:15 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Failed-to-install-HDP-2-3-using-ambari/m-p/170713#M133011</guid>
      <dc:creator>chahrimourad</dc:creator>
      <dc:date>2016-08-16T17:12:15Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to install HDP 2.3 using ambari</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Failed-to-install-HDP-2-3-using-ambari/m-p/170714#M133012</link>
      <description>&lt;P&gt;ok &lt;/P&gt;&lt;P&gt;i have faced same issue while Installing Ambari, please follow below link it may be help.&lt;/P&gt;&lt;P&gt;1) It has some dependent packages like unzip those and other as well&lt;/P&gt;&lt;P&gt;2)&lt;A href="https://community.hortonworks.com/questions/49909/ambari-insall-start-test-failed-21.html"&gt;https://community.hortonworks.com/questions/49909/ambari-insall-start-test-failed-21.html&lt;/A&gt;#&lt;/P&gt;&lt;P&gt;Connect to Internet download below rpm packages and proceed with installation.&lt;/P&gt;&lt;P&gt;bash# install mpfr-2.4.1 tzdata-2016f unzip&lt;/P&gt;&lt;P&gt;bash# install tzdata-2016f&lt;/P&gt;&lt;P&gt;bash# install libgomp ppl&lt;/P&gt;&lt;P&gt;bash# install libgc cpp gcc&lt;/P&gt;&lt;P&gt;# yum install python-devel-2.6.6-64.el6.x86_64&lt;/P&gt;&lt;P&gt;if the above steps are help, please close the request.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Aug 2016 19:13:59 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Failed-to-install-HDP-2-3-using-ambari/m-p/170714#M133012</guid>
      <dc:creator>shivkumar82015</dc:creator>
      <dc:date>2016-08-18T19:13:59Z</dc:date>
    </item>
  </channel>
</rss>

