zoukankan      html  css  js  c++  java
  • 卸载HDP大数据平台

    使用以下说明卸载HDP:

    1. 停止所有已安装的HDP服务。请参阅HDP参考指南中的停止HDP服务

    2. 如果安装了Knox,请在所有群集节点上运行以下命令:

      • 对于RHEL / CentOS / Oracle Linux:

        yum remove knox*

      • 对于SLES:

        zypper remove knox*

    3. 如果安装Ranger,请在所有群集节点上运行以下命令:

      • 对于RHEL / CentOS / Oracle Linux:

        yum remove ranger*

      • 对于SLES:

        zypper remove ranger*

    4. 如果安装了Kafka,请在所有群集节点上运行以下命令:

      • 对于RHEL / CentOS / Oracle Linux:

        yum remove kafka*

      • 对于SLES:

        zypper remove kafka*

    5. 如果安装了Storm,请在所有群集节点上运行以下命令:

      • 对于RHEL / CentOS / Oracle Linux:

        yum remove storm*

      • 对于SLES:

        zypper remove storm*

    6. 如果已安装Hive,请在所有群集节点上运行以下命令:

      • 对于RHEL / CentOS / Oracle Linux:

        yum remove hive*

      • 对于SLES:

        zypper remove hive*

    7. 如果安装HBase,请在所有群集节点上运行以下命令:

      • 对于RHEL / CentOS / Oracle Linux:

        yum remove hbase*

      • 对于SLES:

        zypper remove hbase*

    8. 如果安装了Phoenix,请在所有群集节点上运行以下命令:

      • 对于RHEL / CentOS / Oracle Linux:

        yum remove phoenix*

      • 对于SLES:

        zypper remove phoenix*

    9. 如果安装了Accumulo,请在所有群集节点上运行以下命令:

      • 对于RHEL / CentOS / Oracle Linux:

        yum remove accumulo*

      • 对于SLES:

        zypper remove accumulo*

    10. 如果安装了Tez,请在所有群集节点上运行以下命令:

      • 对于RHEL / CentOS / Oracle Linux:

        yum remove tez*

      • 对于SLES:

        zypper remove tez*

    11. 如果安装了ZooKeeper,请在所有群集节点上运行以下命令:

      • 对于RHEL / CentOS / Oracle Linux:

        yum remove zookeeper*

      • 对于SLES:

        zypper remove zookeeper*

    12. 如果安装了Oozie,请在所有群集节点上运行以下命令:

      • 对于RHEL / CentOS / Oracle Linux:

        yum remove oozie*

      • 对于SLES:

        zypper remove oozie*

    13. 如果安装了Pig,请在所有群集节点上运行以下命令:

      • 对于RHEL / CentOS / Oracle Linux:

        yum remove pig*

      • 对于SLES:

        zypper remove pig*

    14. 如果安装了压缩库,请在所有群集节点上运行以下命令:

      yum remove snappy* yum remove hadooplzo*

    15. 如果安装了Knox,请在所有网关主机上运行以下命令:

      • 对于RHEL / CentOS / Oracle Linux:

        yum remove knox*

      • 对于SLES:

        zypper remove knox*

    16. 卸载Hadoop。在所有群集节点上运行以下命令:

      yum remove hadoop*

    17. 卸载ExtJS库和MySQL连接器。在所有群集节点上运行以下命令:

      yum remove extjs-2.2-1 mysql-connector-java-5.0.8-1*

  • 相关阅读:
    Kafka0.10.2.0分布式集群安装
    Windows下本机简易监控系统搭建(Telegraf+Influxdb+Grafana)
    Influxdb1.2.2安装
    Grafana4.2安装
    Zookeeper3.4.9分布式集群安装
    Grafana中多租户设置
    Grafana关键表结构分析
    Spark2.1.0分布式集群安装
    Hadoop2.7.3分布式集群安装
    JVM学习--(七)性能监控工具
  • 原文地址:https://www.cnblogs.com/tsxylhs/p/9020412.html
Copyright © 2011-2022 走看看