Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Who agreed with this topic

wget cloudera manager repo error

avatar
Contributor

[root@foo-1 httpd]# sudo wget https://archive.cloudera.com/p/cm6/6.3.1/redhat7/yum/cloudera-manager.repo  -P /etc/yum.repos.d/
--2021-03-09 11:59:13--  https://archive.cloudera.com/p/cm6/6.3.1/redhat7/yum/cloudera-manager.repo
Resolving archive.cloudera.com (archive.cloudera.com)... 151.101.76.167
Connecting to archive.cloudera.com (archive.cloudera.com)|151.101.76.167|:443... connected.
HTTP request sent, awaiting response... 401 Authentication required
Authorization failed.

 

[root@foo-1 httpd]# sudo yum-config-manager --add-repo https://archive.cloudera.com/p/cm6/6.3.1/redhat7/yum/cloudera-manager.repo 
Loaded plugins: fastestmirror, langpacks
adding repo from: https://archive.cloudera.com/p/cm6/6.3.1/redhat7/yum/cloudera-manager.repo
grabbing file https://archive.cloudera.com/p/cm6/6.3.1/redhat7/yum/cloudera-manager.repo to /etc/yum.repos.d/cloudera-manager.repo
Could not fetch/save url https://archive.cloudera.com/p/cm6/6.3.1/redhat7/yum/cloudera-manager.repo to file /etc/yum.repos.d/cloudera-manager.repo: [Errno 14] HTTPS Error 401 - Unauthorized 

 

 

As I searched, I found that /p/ was added to the path https://archive.cloudera.com/cm6/6.3.1/redhat7/yum/cloudera-manager.repo from February 1, 2021. But when I use the wget command, an error occurs.
The hostname has been set, and the firewall and selinux are also set.

Sorry for not speaking english. Help me please!

Who agreed with this topic