You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Alexander Alten-Lorenz (JIRA)" <ji...@apache.org> on 2013/05/23 10:08:20 UTC

[jira] [Created] (AMBARI-2190) Installing epel repo on CentOS

Alexander Alten-Lorenz created AMBARI-2190:
----------------------------------------------

             Summary: Installing epel repo on CentOS
                 Key: AMBARI-2190
                 URL: https://issues.apache.org/jira/browse/AMBARI-2190
             Project: Ambari
          Issue Type: Bug
          Components: documentation
    Affects Versions: 1.4.0
            Reporter: Alexander Alten-Lorenz
            Priority: Trivial


http://incubator.apache.org/ambari/1.2.1/installing-hadoop-using-ambari/content/ambari-chap2.1.2.html

says:
Install the epel repository:

yum install epel-release 

Which is wrong, the repo has to downloaded first, as example version 6:
wget http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
sudo rpm -Uvh epel-release-6*.rpm

--
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