-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/26318/
-----------------------------------------------------------
Review request for Ambari and Dmytro Sen.
Bugs: AMBARI-7633
https://issues.apache.org/jira/browse/AMBARI-7633
Repository: ambari
Description
-------
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
Diffs
-----
ambari-server/pom.xml 8eeff3a
Diff: https://reviews.apache.org/r/26318/diff/
Testing
-------
mvn clean test
Thanks,
Andrew Onischuk