Dmitry Lysnichenko created AMBARI-21595:
-------------------------------------------
Summary: Ambari Server Setup Code Fails Because of Missing Stack
Upgrade
Key: AMBARI-21595
URL: https://issues.apache.org/jira/browse/AMBARI-21595
Project: Ambari
Issue Type: Bug
Reporter: Dmitry Lysnichenko
Assignee: Dmitry Lysnichenko
Priority: Blocker
On {{branch-feature-AMBARI-21450}}, there is a Python failure on ambari-server
setup:
{code}
Using python /usr/bin/python
Setup ambari-server
Traceback (most recent call last):
File "/usr/sbin/ambari-server.py", line 40, in <module>
from ambari_server.serverUpgrade import upgrade, upgrade_stack, set_current
ImportError: cannot import name upgrade_stack
{code}
This is most likely a cherry-pick issue from trunk where all "upgrade stack"
code was removed. I think that we should also remove it from here as well since
this will cause problems with PATCH repositories anyway.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)