【发布时间】:2015-10-09 09:03:42
【问题描述】:
正如this 和this 等几个链接中所述,我正在尝试清理卸载Hortonworks 2.2 Data Platform。
在 Linux 中天真,我从第一步开始就面临问题 - 删除已安装的 HDP 包。
[root@l1031lab ~]# yum list installed | grep HDP
This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
bigtop-jsvc.x86_64 1.0.10.2.2.4.2-2.el6 @HDP-2.2
bigtop-tomcat.noarch 6.0.41-1.el6 @HDP-2.2
hadoop_2_2_4_2_2.x86_64 2.6.0.2.2.4.2-2.el6 @HDP-2.2
hadoop_2_2_4_2_2-client.x86_64 2.6.0.2.2.4.2-2.el6 @HDP-2.2
2.6.0.2.2.4.2-2.el6 @HDP-2.2
hadoop_2_2_4_2_2-doc.x86_64 2.6.0.2.2.4.2-2.el6 @HDP-2.2
hadoop_2_2_4_2_2-hdfs.x86_64 2.6.0.2.2.4.2-2.el6 @HDP-2.2
2.6.0.2.2.4.2-2.el6 @HDP-2.2
2.6.0.2.2.4.2-2.el6 @HDP-2.2
2.6.0.2.2.4.2-2.el6 @HDP-2.2
2.6.0.2.2.4.2-2.el6 @HDP-2.2
2.6.0.2.2.4.2-2.el6 @HDP-2.2
2.6.0.2.2.4.2-2.el6 @HDP-2.2
hadoop_2_2_4_2_2-httpfs.x86_64 2.6.0.2.2.4.2-2.el6 @HDP-2.2
2.6.0.2.2.4.2-2.el6 @HDP-2.2
2.6.0.2.2.4.2-2.el6 @HDP-2.2
2.6.0.2.2.4.2-2.el6 @HDP-2.2
hadoop_2_2_4_2_2-source.x86_64 2.6.0.2.2.4.2-2.el6 @HDP-2.2
hadoop_2_2_4_2_2-yarn.x86_64 2.6.0.2.2.4.2-2.el6 @HDP-2.2
2.6.0.2.2.4.2-2.el6 @HDP-2.2
2.6.0.2.2.4.2-2.el6 @HDP-2.2
2.6.0.2.2.4.2-2.el6 @HDP-2.2
hbase_2_2_4_2_2.noarch 0.98.4.2.2.4.2-2.el6 @HDP-2.2
hbase_2_2_4_2_2-doc.noarch 0.98.4.2.2.4.2-2.el6 @HDP-2.2
hbase_2_2_4_2_2-master.noarch 0.98.4.2.2.4.2-2.el6 @HDP-2.2
0.98.4.2.2.4.2-2.el6 @HDP-2.2
hbase_2_2_4_2_2-rest.noarch 0.98.4.2.2.4.2-2.el6 @HDP-2.2
hbase_2_2_4_2_2-thrift.noarch 0.98.4.2.2.4.2-2.el6 @HDP-2.2
hbase_2_2_4_2_2-thrift2.noarch 0.98.4.2.2.4.2-2.el6 @HDP-2.2
hdp-select.noarch 2.2.4.2-2.el6 @HDP-2.2
phoenix_2_2_4_2_2.noarch 4.2.0.2.2.4.2-2.el6 @HDP-2.2
0.4.0.2.2.4.2-2.el6 @HDP-2.2
0.4.0.2.2.4.2-2.el6 @HDP-2.2
zookeeper_2_2_4_2_2.noarch 3.4.6.2.2.4.2-2.el6 @HDP-2.2
3.4.6.2.2.4.2-2.el6 @HDP-2.2
我正在尝试一次性删除所有这些包:
[root@l1031lab ~]# yum remove "HDP*"
Loaded plugins: product-id, rhnplugin, security, subscription-manager
This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
This system is receiving updates from RHN Classic or RHN Satellite.
Setting up Remove Process
No Match for argument: HDP*
http://public-repo-1.hortonworks.com/HDP/centos6/2.x/updates/2.2.4.2/repodata/repomd.xml: [Errno 12] Timeout on http://public-repo-1.hortonworks.com/HDP/centos6/2.x/updates/2.2.4.2/repodata/repomd.xml: (28, 'connect() timed out!')
Trying other mirror.
http://public-repo-1.hortonworks.com/HDP-UTILS-1.1.0.20/repos/centos6/repodata/repomd.xml: [Errno 12] Timeout on http://public-repo-1.hortonworks.com/HDP-UTILS-1.1.0.20/repos/centos6/repodata/repomd.xml: (28, 'connect() timed out!')
Trying other mirror.
http://public-repo-1.hortonworks.com/ambari/centos6/2.x/updates/2.0.0/repodata/repomd.xml: [Errno 12] Timeout on http://public-repo-1.hortonworks.com/ambari/centos6/2.x/updates/2.0.0/repodata/repomd.xml: (28, 'connect() timed out!')
Trying other mirror.
No package HDP* available.
* Maybe you meant: hdp-select, hdparm
No Packages marked for removal
我有两个问题:
- 这里的问题是 Internet 连接吗?
- 如果是,是否必须使用 Internet 才能彻底清除所有这些软件包
【问题讨论】:
标签: linux yum rhel hortonworks-data-platform