[
https://issues.apache.org/jira/browse/AMBARI-19629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15830764#comment-15830764
]
Hadoop QA commented on AMBARI-19629:
------------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12848400/AMBARI-19629-branch-2.5.patch
against trunk revision .
{color:red}-1 patch{color}. The patch command could not apply the patch.
Console output:
https://builds.apache.org/job/Ambari-trunk-test-patch/10157//console
This message is automatically generated.
> 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)