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

[jira] [Created] (AMBARI-24275) Unable to Restart Hive When Using An Ambari-Managed MySQL Server

Jonathan Hurley created AMBARI-24275:
----------------------------------------

             Summary: Unable to Restart Hive When Using An Ambari-Managed MySQL Server
                 Key: AMBARI-24275
                 URL: https://issues.apache.org/jira/browse/AMBARI-24275
             Project: Ambari
          Issue Type: Bug
    Affects Versions: 2.7.0
            Reporter: Jonathan Hurley
            Assignee: Jonathan Hurley
             Fix For: 2.7.1


During restart of Hive, the following is observed:
{code}
Traceback (most recent call last):
  File "/var/lib/ambari-agent/cache/common-services/HIVE/0.12.0.2.0/package/scripts/mysql_server.py", line 63, in <module>
    MysqlServer().execute()
  File "/usr/lib/ambari-agent/lib/resource_management/libraries/script/script.py", line 353, in execute
    method(env)
  File "/usr/lib/ambari-agent/lib/resource_management/libraries/script/script.py", line 958, in restart
    self.stop(env, upgrade_type=upgrade_type)
TypeError: stop() got an unexpected keyword argument 'upgrade_type'
{code}



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