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

Hudson commented on AMBARI-19629:
---------------------------------

FAILURE: Integrated in Jenkins build Ambari-branch-2.5 #766 (See 
[https://builds.apache.org/job/Ambari-branch-2.5/766/])
AMBARI-19629. Move schemaTool invocation out of configure() to (stoader: 
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=9a555e7b14d8f6a85a052e94452f9376977b18f7])
* (edit) 
ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/scripts/hive_metastore.py
* (edit) 
ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/scripts/hive.py
* (edit) ambari-server/src/test/python/stacks/2.0.6/HIVE/test_hive_metastore.py
* (edit) ambari-server/src/test/python/stacks/2.1/HIVE/test_hive_metastore.py


> Move schemaTool invocation out of configure() to hive_metastore start()
> -----------------------------------------------------------------------
>
>                 Key: AMBARI-19629
>                 URL: https://issues.apache.org/jira/browse/AMBARI-19629
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-server
>    Affects Versions: 2.5.0
>            Reporter: Doroszlai, Attila
>            Assignee: Doroszlai, Attila
>             Fix For: 3.0.0, 2.5.0
>
>         Attachments: AMBARI-19629-branch-2.5.patch, AMBARI-19629-trunk.patch
>
>
> The {{schemaTool}} invocation should not be part of the {{configure}} method 
> as generally the {{configure}} method should be callable from {{install}} as 
> well and {{schemaTool}}  requires a running database to be available which is 
> not true if the default {{mysql}} database server shipped with {{hive}} is 
> used.
> Also since only one component can {{configure}} method at a time on the same 
> host in order to avoid overwriting common shared configs the {{configure}} 
> methods are synchronized across all components on a host. Having the 
> {{schemaTool}} lengthy operation in the {{configure}} method will delay the 
> execution of {{configure}} methods of the other components in case of 
> parallel command execution.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to