You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@whirr.apache.org by "Karel Vervaeke (Created) (JIRA)" <ji...@apache.org> on 2012/03/26 12:19:26 UTC

[jira] [Created] (WHIRR-568) Use the correct CDH version/repository

Use the correct CDH version/repository
--------------------------------------

                 Key: WHIRR-568
                 URL: https://issues.apache.org/jira/browse/WHIRR-568
             Project: Whirr
          Issue Type: Bug
            Reporter: Karel Vervaeke


The installer is using cdh4 by default, but at the moment, cdh4 is only handled in install_cdh_{hadoop,zookeeper}.sh (and only for redhat)

Here is where things start going wrong during installation:

deb http://archive.cloudera.com/debian lucid-$REPO contrib
deb-src http://archive.cloudera.com/debian lucid-$REPO contrib

(lucid-cdh4 doesn't exist yet at that location).

Until cdh4 is officially released, we should default to cdh3.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (WHIRR-568) Use the correct CDH version/repository

Posted by "Andrew Bayer (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WHIRR-568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13411216#comment-13411216 ] 

Andrew Bayer commented on WHIRR-568:
------------------------------------

Tests still fail, but they seem to be CDH4-configuration related, not installation related - i.e., everything installs fine, it just doesn't run quite right.
                
> Use the correct CDH version/repository
> --------------------------------------
>
>                 Key: WHIRR-568
>                 URL: https://issues.apache.org/jira/browse/WHIRR-568
>             Project: Whirr
>          Issue Type: Bug
>            Reporter: Karel Vervaeke
>         Attachments: WHIRR-568.diff.txt, WHIRR-568.diff.txt, WHIRR-568.patch, WHIRR-568.patch
>
>
> The installer is using cdh4 by default, but at the moment, cdh4 is only handled in install_cdh_{hadoop,zookeeper}.sh (and only for redhat)
> Here is where things start going wrong during installation:
> deb http://archive.cloudera.com/debian lucid-$REPO contrib
> deb-src http://archive.cloudera.com/debian lucid-$REPO contrib
> (lucid-cdh4 doesn't exist yet at that location).
> Until cdh4 is officially released, we should default to cdh3.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (WHIRR-568) Use the correct CDH version/repository

Posted by "Karel Vervaeke (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WHIRR-568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13238250#comment-13238250 ] 

Karel Vervaeke commented on WHIRR-568:
--------------------------------------

The default value is set in the scripts using REPO=${REPO:-cdh4}
                
> Use the correct CDH version/repository
> --------------------------------------
>
>                 Key: WHIRR-568
>                 URL: https://issues.apache.org/jira/browse/WHIRR-568
>             Project: Whirr
>          Issue Type: Bug
>            Reporter: Karel Vervaeke
>
> The installer is using cdh4 by default, but at the moment, cdh4 is only handled in install_cdh_{hadoop,zookeeper}.sh (and only for redhat)
> Here is where things start going wrong during installation:
> deb http://archive.cloudera.com/debian lucid-$REPO contrib
> deb-src http://archive.cloudera.com/debian lucid-$REPO contrib
> (lucid-cdh4 doesn't exist yet at that location).
> Until cdh4 is officially released, we should default to cdh3.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (WHIRR-568) Use the correct CDH version/repository

Posted by "Andrew Bayer (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WHIRR-568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Bayer updated WHIRR-568:
-------------------------------

    Attachment: WHIRR-568.diff.txt

The original patch had the retry_yum and retry_apt_get from 0.7.1, which hasn't been forward-ported to trunk yet.
                
> Use the correct CDH version/repository
> --------------------------------------
>
>                 Key: WHIRR-568
>                 URL: https://issues.apache.org/jira/browse/WHIRR-568
>             Project: Whirr
>          Issue Type: Bug
>            Reporter: Karel Vervaeke
>         Attachments: WHIRR-568.diff.txt, WHIRR-568.diff.txt, WHIRR-568.patch, WHIRR-568.patch
>
>
> The installer is using cdh4 by default, but at the moment, cdh4 is only handled in install_cdh_{hadoop,zookeeper}.sh (and only for redhat)
> Here is where things start going wrong during installation:
> deb http://archive.cloudera.com/debian lucid-$REPO contrib
> deb-src http://archive.cloudera.com/debian lucid-$REPO contrib
> (lucid-cdh4 doesn't exist yet at that location).
> Until cdh4 is officially released, we should default to cdh3.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (WHIRR-568) Use the correct CDH version/repository

Posted by "Andrew Bayer (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WHIRR-568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Bayer updated WHIRR-568:
-------------------------------

    Attachment: WHIRR-568.diff.txt

This patch will properly use the CDH4 Lucid repo when we're trying to install CDH4.
                
> Use the correct CDH version/repository
> --------------------------------------
>
>                 Key: WHIRR-568
>                 URL: https://issues.apache.org/jira/browse/WHIRR-568
>             Project: Whirr
>          Issue Type: Bug
>            Reporter: Karel Vervaeke
>         Attachments: WHIRR-568.diff.txt, WHIRR-568.patch, WHIRR-568.patch
>
>
> The installer is using cdh4 by default, but at the moment, cdh4 is only handled in install_cdh_{hadoop,zookeeper}.sh (and only for redhat)
> Here is where things start going wrong during installation:
> deb http://archive.cloudera.com/debian lucid-$REPO contrib
> deb-src http://archive.cloudera.com/debian lucid-$REPO contrib
> (lucid-cdh4 doesn't exist yet at that location).
> Until cdh4 is officially released, we should default to cdh3.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (WHIRR-568) Use the correct CDH version/repository

Posted by "Tom White (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WHIRR-568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tom White updated WHIRR-568:
----------------------------

    Attachment: WHIRR-568.patch

Here's a fix for this.
                
> Use the correct CDH version/repository
> --------------------------------------
>
>                 Key: WHIRR-568
>                 URL: https://issues.apache.org/jira/browse/WHIRR-568
>             Project: Whirr
>          Issue Type: Bug
>            Reporter: Karel Vervaeke
>         Attachments: WHIRR-568.patch
>
>
> The installer is using cdh4 by default, but at the moment, cdh4 is only handled in install_cdh_{hadoop,zookeeper}.sh (and only for redhat)
> Here is where things start going wrong during installation:
> deb http://archive.cloudera.com/debian lucid-$REPO contrib
> deb-src http://archive.cloudera.com/debian lucid-$REPO contrib
> (lucid-cdh4 doesn't exist yet at that location).
> Until cdh4 is officially released, we should default to cdh3.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (WHIRR-568) Use the correct CDH version/repository

Posted by "Tom White (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WHIRR-568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tom White updated WHIRR-568:
----------------------------

    Fix Version/s: 0.7.2

I just committed this to branch-0.7 too.
                
> Use the correct CDH version/repository
> --------------------------------------
>
>                 Key: WHIRR-568
>                 URL: https://issues.apache.org/jira/browse/WHIRR-568
>             Project: Whirr
>          Issue Type: Bug
>            Reporter: Karel Vervaeke
>            Assignee: Andrew Bayer
>             Fix For: 0.7.2, 0.8.0-alpha.1
>
>         Attachments: WHIRR-568.diff.txt, WHIRR-568.diff.txt, WHIRR-568.patch, WHIRR-568.patch
>
>
> The installer is using cdh4 by default, but at the moment, cdh4 is only handled in install_cdh_{hadoop,zookeeper}.sh (and only for redhat)
> Here is where things start going wrong during installation:
> deb http://archive.cloudera.com/debian lucid-$REPO contrib
> deb-src http://archive.cloudera.com/debian lucid-$REPO contrib
> (lucid-cdh4 doesn't exist yet at that location).
> Until cdh4 is officially released, we should default to cdh3.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (WHIRR-568) Use the correct CDH version/repository

Posted by "Tom White (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WHIRR-568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tom White updated WHIRR-568:
----------------------------

    Attachment: WHIRR-568.patch

Updated patch to include some changes to get latest CDH4 working correctly. I'd like to commit this unless there are any objections.
                
> Use the correct CDH version/repository
> --------------------------------------
>
>                 Key: WHIRR-568
>                 URL: https://issues.apache.org/jira/browse/WHIRR-568
>             Project: Whirr
>          Issue Type: Bug
>            Reporter: Karel Vervaeke
>         Attachments: WHIRR-568.patch, WHIRR-568.patch
>
>
> The installer is using cdh4 by default, but at the moment, cdh4 is only handled in install_cdh_{hadoop,zookeeper}.sh (and only for redhat)
> Here is where things start going wrong during installation:
> deb http://archive.cloudera.com/debian lucid-$REPO contrib
> deb-src http://archive.cloudera.com/debian lucid-$REPO contrib
> (lucid-cdh4 doesn't exist yet at that location).
> Until cdh4 is officially released, we should default to cdh3.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira