-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/22430/
-----------------------------------------------------------
(Updated June 18, 2014, 12:20 p.m.)
Review request for Ambari and Dmitro Lisnichenko.
Bugs: AMBARI-6076
https://issues.apache.org/jira/browse/AMBARI-6076
Repository: ambari
Description
-------
After upgrade, following error appears when starting ambari-server:
[root@c6404 yum.repos.d]# ambari-server start
Using python /usr/bin/python2.6
Starting ambari-server
Traceback (most recent call last):
File "/usr/sbin/ambari-server.py", line 44, in <module>
from common_functions import OSCheck, OSConst
ImportError: cannot import name OSConst
Diffs (updated)
-----
ambari-agent/conf/unix/install-helper.sh 2d47fc7
ambari-agent/pom.xml 3592101
ambari-agent/src/main/package/rpm/posttrans.sh b3e2240
ambari-agent/src/main/python/ambari_agent/Facter.py 5df87ac
ambari-agent/src/main/python/ambari_agent/HostCleanup.py 13f9d34
ambari-agent/src/main/python/ambari_agent/HostInfo.py 339f21f
ambari-agent/src/main/python/resource_management/core/system.py e25ed36
ambari-agent/src/main/python/resource_management/libraries/providers/repository.py
330395e
ambari-agent/src/test/python/ambari_agent/TestController.py daa7b82
ambari-agent/src/test/python/ambari_agent/TestHardware.py e65f2b5
ambari-agent/src/test/python/ambari_agent/TestHostCleanup.py 34ee284
ambari-agent/src/test/python/ambari_agent/TestHostInfo.py 05ddd9f
ambari-agent/src/test/python/ambari_agent/TestRegistration.py 6674ceb
ambari-common/src/main/python/ambari_commons/__init__.py PRE-CREATION
ambari-common/src/main/python/ambari_commons/os_check.py PRE-CREATION
ambari-common/src/main/python/common_functions/__init__.py 0b936d4
ambari-common/src/main/python/common_functions/os_check.py f652d06
ambari-common/src/main/unix/ambari-python-wrap 40dc785
ambari-server/conf/unix/install-helper.sh 7b23b59
ambari-server/pom.xml 96d250f
ambari-server/src/main/package/rpm/posttrans.sh b3e2240
ambari-server/src/main/python/ambari-server.py ca67d98
ambari-server/src/main/python/ambari_server/utils.py 51a53fb
ambari-server/src/main/python/bootstrap.py b32d8fe
ambari-server/src/main/python/os_check_type.py f1823e3
ambari-server/src/main/python/setupAgent.py 17a1552
ambari-server/src/main/resources/scripts/kerberos-setup.sh 87826de
ambari-server/src/test/python/TestOSCheck.py 0514c77
ambari-server/src/test/python/TestSetupAgent.py 0f5f5b7
Diff: https://reviews.apache.org/r/22430/diff/
Testing
-------
mvn clean test
Thanks,
Andrew Onischuk