[
https://issues.apache.org/jira/browse/AMBARI-8639?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14241814#comment-14241814
]
Hudson commented on AMBARI-8639:
--------------------------------
SUCCESS: Integrated in Ambari-trunk-Commit #1166 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/1166/])
AMBARI-8639. Distribute Repository/Install: parallel install not working. Fix
unit test (dlysnichenko) (dlysnichenko:
http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=bf2e5190078fd68a4d4dcd3a8f5064623dab1bf4)
* ambari-server/src/test/python/custom_actions/TestInstallPackages.py
> Distribute Repository/Install: parallel install not working
> -----------------------------------------------------------
>
> Key: AMBARI-8639
> URL: https://issues.apache.org/jira/browse/AMBARI-8639
> Project: Ambari
> Issue Type: Technical task
> Components: ambari-server
> Affects Versions: 2.0.0
> Reporter: Dmitry Lysnichenko
> Assignee: Dmitry Lysnichenko
> Fix For: 2.0.0
>
> Attachments: AMBARI-8639.patch
>
>
> As of Dec 9.
> * Installed a brand new cluster from trunk.
> * Installed initial repository with no issue of 2.2.0.0-2041.
> * This created repo files HDP.repo and HDP-UTILS.repo on each host.
> * All green.
> Then, attempted creation of a new version. Custom Action invoked
> successfully, but the result failed.
> 1. For HDP, ended up with two files: HDP.repo and HDP-2.2.repo. Each file
> contained a repo named "HDP-2.2". The output of the yum invokation contains:
> {noformat}
> 2014-12-09 19:19:54,929 - Package['zookeeper_2_2_*'] {}
> 2014-12-09 19:19:55,300 - Skipping installing existent package zookeeper_2_2_*
> {noformat}
> which should definitely NOT happen.
> 2. The name of the repository file should be a little more specific. There
> may be several "HDP-2.2" that a cluster is upgraded to.
> 3. The installation should use ONLY the repo designated that it just
> created, such that we know that the version installed is from the correct
> repo. The command should be something like: {{yum install --disablerepo=*
> --enablerepo="HDP-2.2.0.0-1234" zookeeper_2_2_*}}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)