You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@whirr.apache.org by "Graham Gear (JIRA)" <ji...@apache.org> on 2012/09/05 15:39:08 UTC

[jira] [Updated] (WHIRR-648) CDH repo install removes other repos with same prefix

     [ https://issues.apache.org/jira/browse/WHIRR-648?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Graham Gear updated WHIRR-648:
------------------------------

    Description: 
The current CDH install scripts all include the following command


{code}
rm -f /etc/yum.repos.d/cloudera*.repo
{code}

This can unintentionally remove other repos with the same name (eg Cloudera Manager repo - cloudea-cm.repo).

It is suggested we drop the rm statement and only clobber the specific repo being installed.

  was:
The current CDH install scripts all include the following command

{code}
rm -f /etc/yum.repos.d/cloudera*.repo
{code}

This can unintentionally remove other repos with the same name (eg Cloudera Manager repo - cloudea-cm.repo).

It is suggested we drop the rm statement and only clobber the specific repo being installed.

    
> CDH repo install removes other repos with same prefix
> -----------------------------------------------------
>
>                 Key: WHIRR-648
>                 URL: https://issues.apache.org/jira/browse/WHIRR-648
>             Project: Whirr
>          Issue Type: Bug
>    Affects Versions: 0.7.1
>            Reporter: Graham Gear
>            Priority: Minor
>
> The current CDH install scripts all include the following command
> {code}
> rm -f /etc/yum.repos.d/cloudera*.repo
> {code}
> This can unintentionally remove other repos with the same name (eg Cloudera Manager repo - cloudea-cm.repo).
> It is suggested we drop the rm statement and only clobber the specific repo being installed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira