Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

What if there are archive.cloudera.com errors in Linux?

2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)05/31 Report--

This article mainly introduces "how to report an error in archive.cloudera.com in Linux". In daily operation, I believe that many people have doubts about how to report an error in Linux. The editor consulted all kinds of materials and sorted out a simple and easy-to-use method of operation. I hope it will be helpful to answer the question of "how to report an error in archive.cloudera.com in Linux". Next, please follow the editor to study!

one。 Error [root@hadoop002 ~] # wget-c http://archive.cloudera.com/cm5/cm/5/cloudera-manager-centos7-cm5.16.2_x86_64.tar.gz--2019-07-23 16mono 598muri-http://archive.cloudera.com/cm5/cm/5/cloudera-manager-centos7-cm5.16.2_x86_64.tar.gzResolving archive.cloudera.com... Failed: Temporary failure in name resolution.wget: unable to resolve host address "archive.cloudera.com" dns "> II. Modify the network card and add DNS [root@hadoop002 ~] # vi / etc/sysconfig/network-scripts/ifcfg-eth0DEVICE=eth0ONBOOT=yesBOOTPROTO=staticIPADDR=172.31.236.240NETMASK=255.255.240.0# Baidu DNS server DNS1=180.76.76.76# Ali cloud DNS server DNS2=223.5.5.5 III. Remember [root@hadoop002 ~] # service network restartShutting down interface eth0: [OK] Shutting down loopback interface: [OK] Bringing up loopback interface: [OK] Bringing up interface eth0: Determining if ip address 172.31.236.240 is already in use for device eth0...RTNETLINK answers: File exists [OK] [root@hadoop002 ~] # ping archive.cloudera.comPING prod.cloudera.map.fastly.net (151.101.76.167) 56 (84) bytes of data.64 bytes from 151.101.76.167: icmp_seq=1 ttl=59 time=0.719 ms64 bytes from 151.101.76.167: icmp_seq=2 ttl=59 time=0.754 Ms ^ Z [3] + Stopped Ping archive.cloudera.com [root@hadoop002] # IV. Download [root@hadoop002 ~] # wget-c http://archive.cloudera.com/cm5/cm/5/cloudera-manager-centos7-cm5.16.2_x86_64.tar.gz--2019-07-23 17mono 00001 29muri-http://archive.cloudera.com/cm5/cm/5/cloudera-manager-centos7-cm5.16.2_x86_64.tar.gzResolving archive.cloudera.com... 151.101.76.167Connecting to archive.cloudera.com | 151.101.76.167 |: 80. Connected.HTTP request sent, awaiting response... 200 OKLength: 837950600 (799m) [binary/octet-stream] Saving to: "cloudera-manager-centos7-cm5.16.2_x86_64.tar.gz" 100% [= = >] 837950600 12.3M/s in 65s 2019-07-23 17:01:34 (12.4 MB/s)-"cloudera-manager-centos7-cm5.16.2_x86_64.tar.gz" saved [837950600mp 837950600] [root@hadoop002 ~] # wget-c https://archive. Cloudera.com/cdh6/parcels/latest/CDH-5.16.2-1.cdh6.16.2.p0.8-el7.parcel--2019-07-23 17 1.cdh6.16.2.p0.8-el7.parcel--2019 01Rose 58 archive.cloudera.com...-https://archive.cloudera.com/cdh6/parcels/latest/CDH-5.16.2-1.cdh6.16.2.p0.8-el7.parcelResolving archive.cloudera.com... 151.101.76.167Connecting to archive.cloudera.com | 151.101.76.167 |: 443. Connected.HTTP request sent, awaiting response... 200 OKLength: 2132782197 (2.0G) [binary/octet-stream] Saving to: "CDH-5.16.2-1.cdh6.16.2.p0.8-el7.parcel" 2132782197 12.8M/s in 2m 46s 2019-07-23 17:04:44 (12.3 MB/s)-"CDH-5.16.2-1.cdh6.16.2.p0.8-el7.parcel" saved [2132782197On2132782197] [root@hadoop002 ~] # Wget-c https://archive.cloudera.com/cdh6/parcels/latest/CDH-5.16.2-1.cdh6.16.2.p0.8-el7.parcel.sha1--2019-07-23 17 wget 0456 wget-https://archive.cloudera.com/cdh6/parcels/latest/CDH-5.16.2-1.cdh6.16.2.p0.8-el7.parcel.sha1Resolving archive.cloudera.com... 151.101.76.167Connecting to archive.cloudera.com | 151.101.76.167 |: 443. Connected.HTTP request sent, awaiting response... 200 OKLength: 41 [text/plain] Saving to: "CDH-5.16.2-1.cdh6.16.2.p0.8-el7.parcel.sha1" 100% [= >] 41 -.-K in 0s 2019-07-23 17:04:56 (3.57 MB/s)-"CDH-5.16.2-1.cdh6.16.2.p0.8-el7.parcel.sha1" saved [41 saved] [root@] Hadoop002 ~] # wget-c https://archive.cloudera.com/cdh6/parcels/latest/manifest.json--2019-07-23 17purl 05Rose 09muri-https://archive.cloudera.com/cdh6/parcels/latest/manifest.jsonResolving archive.cloudera.com... 151.101.76.167Connecting to archive.cloudera.com | 151.101.76.167 |: 443. Connected.HTTP request sent, awaiting response... 200 OKLength: 66804 (65K) [application/json] Saving to: "manifest.json" 100% [= >] 66804 -.-K in s in 0.001s 2019-07-23 17:05:09 (44.2 MB/s)-"manifest.json" saved [66804comp66804]. At this point, the study of "what to do if there is an archive.cloudera.com error in Linux" is over. I hope to solve your doubts. The collocation of theory and practice can better help you learn, go and try it! If you want to continue to learn more related knowledge, please continue to follow the website, the editor will continue to work hard to bring you more practical articles!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report