You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Andrew Onischuk (JIRA)" <ji...@apache.org> on 2014/10/03 17:23:33 UTC

[jira] [Created] (AMBARI-7633) Ambari Setup fails due to missing python module

Andrew Onischuk created AMBARI-7633:
---------------------------------------

             Summary: Ambari Setup fails due to missing python module 
                 Key: AMBARI-7633
                 URL: https://issues.apache.org/jira/browse/AMBARI-7633
             Project: Ambari
          Issue Type: Bug
            Reporter: Andrew Onischuk
            Assignee: Andrew Onischuk
             Fix For: 1.7.0


As per documentation:  
<http://docs.hortonworks.com/HDPDocuments/Ambari-1.6.1.0/bk_using_Ambari_book/
content/ambari-chap1-5-1.html>

"Ambari automatically installs the correct versions of the files that are
necessary for Ambari and Hadoop to run. Versions other than the ones that
Ambari uses can cause problems in running the installer, so remove any
existing installs that do not match the following lists."

Steps:  
1\. Bring up an instance and remove any existing installs of python.  
2\. setup ambari bits and install ambari server  
3\. setup ambari server

Expected:  
Ambari should install all the packages it needs as it claims for succesfull
completion of ambari setup

Actual:  
Ambari setup fails as it depends on a module which is not being installed

Setup ambari-server  
Traceback (most recent call last):  
File "/usr/sbin/ambari-server.py", line 42, in <module>  
from ambari_server.resourceFilesKeeper import ResourceFilesKeeper,
KeeperException  
File "/usr/lib/python2.6/site-packages/ambari_server/resourceFilesKeeper.py",
line 26, in <module>  
from xml.dom import minidom  
ImportError: No module named xml.dom





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)