You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Dmitry Lysnichenko (JIRA)" <ji...@apache.org> on 2018/06/18 10:56:00 UTC

[jira] [Created] (AMBARI-24135) Stop of Knox Gateway fails after deleting Hive from cluster post upgrade.

Dmitry Lysnichenko created AMBARI-24135:
-------------------------------------------

             Summary: Stop of Knox Gateway fails after deleting Hive from cluster post upgrade.
                 Key: AMBARI-24135
                 URL: https://issues.apache.org/jira/browse/AMBARI-24135
             Project: Ambari
          Issue Type: Bug
            Reporter: Dmitry Lysnichenko
            Assignee: Dmitry Lysnichenko



*STR*
1) Deployed cluster with Ambari version: 2.6.2.0-155 and HDP version: 2.6.2.0-205
2) Ambari upgrade - 2.7.0.0-709
3) Stack upgrade to 3.0.0.0-1478
4) Delete Hive from the cluster
5) Stop All Services
Stop of Knox Gateway fails with below error:


{code:java}
Traceback (most recent call last):
File "/var/lib/ambari-agent/cache/stacks/HDP/3.0/services/KNOX/package/scripts/knox_gateway.py", line 215, in <module>
KnoxGateway().execute()
File "/usr/lib/ambari-agent/lib/resource_management/libraries/script/script.py", line 353, in execute
method(env)
File "/var/lib/ambari-agent/cache/stacks/HDP/3.0/services/KNOX/package/scripts/knox_gateway.py", line 152, in stop
import params
File "/var/lib/ambari-agent/cache/stacks/HDP/3.0/services/KNOX/package/scripts/params.py", line 27, in <module>
from params_linux import *
File "/var/lib/ambari-agent/cache/stacks/HDP/3.0/services/KNOX/package/scripts/params_linux.py", line 229, in <module>
hive_server_host = hive_server_hosts[0]
IndexError: list index out of range
{code}






--
This message was sent by Atlassian JIRA
(v7.6.3#76005)