[
https://issues.apache.org/jira/browse/AMBARI-7633?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14158145#comment-14158145
]
Hudson commented on AMBARI-7633:
--------------------------------
SUCCESS: Integrated in Ambari-trunk-Commit #470 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/470/])
AMBARI-7633. Ambari Setup fails due to missing python module (aonishuk)
(aonishuk:
http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=601b1e05859f1cea4fcfa2bf30eaa40006fefa6b)
* ambari-server/pom.xml
> 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)