Member since
09-26-2016
3
Posts
1
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
13348 | 10-06-2016 04:40 AM |
10-06-2016
04:40 AM
1 Kudo
In order to solve the issue I created the file(/etc/yum.repos.d/cloudera-cdh5.repo) by myself and edited it as below: [cloudera-cdh5]
name=Cloudera's Distribution for Hadoop, Version 5
baseurl=https://archive.cloudera.com/cdh5/redhat/6/x86_64/cdh/5.8.0/
gpgkey = https://archive.cloudera.com/cdh5/redhat/6/x86_64/cdh/RPM-GPG-KEY-cloudera
gpgcheck = 1 The problem was with the baseurl I've added the 5.8.0 which fixed the issue -> https://archive.cloudera.com/cdh5/redhat/6/x86_64/cdh/5.8.0/
... View more