我要评分
获取效率
正确性
完整性
易理解

Uninstalling OmniMV

Perform the following steps only on the management node.

Delete configuration files, binary SO files and materialized view files to complete uninstallation. The installation directory /opt/omnimv is used as an example. The Python installation directory /opt/anaconda3 is used as an example.

  1. Delete the /opt/omnimv directory on the management node.
    rm -rf /opt/omnimv
  2. Delete the /opt/anaconda3 directory on the management node.
    rm -rf /opt/anaconda3