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

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

    [ https://issues.apache.org/jira/browse/AMBARI-24275?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16539254#comment-16539254 ] 

Hudson commented on AMBARI-24275:
---------------------------------

SUCCESS: Integrated in Jenkins build Ambari-trunk-Commit #9603 (See [https://builds.apache.org/job/Ambari-trunk-Commit/9603/])
[AMBARI-24275] - Unable to Restart Hive When Using An Ambari-Managed (github: [https://gitbox.apache.org/repos/asf?p=ambari.git&a=commit&h=0781b30762c1df19b9eb2b875b892bfbe81818bb])
* (edit) ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/scripts/mysql_server.py
* (edit) ambari-common/src/main/python/resource_management/libraries/script/script.py


> 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
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 2.7.1
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> 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)