Upgrading Data Analytics Studio
Also available as:
PDF

Removing DAS rpm/deb

  1. SSH in to the DAS host.
  2. Obtain the name of the DAS rpm/deb files by running the following command:
    On CentOS:
    rpm -qa | grep data_analytics_studio
    Sample output:
    hdp3_data_analytics_studio_1_2_1_0_31-1.2.1.1.2.1.0-31.noarch
    hdp3_data_analytics_studio-1.2.1.1.2.1.0-31.noarch
    On Debian/Ubuntu:
    dpkg-query -l | grep data-analytics-studio
  3. Remove all the DAS rpm/deb files by using the following command:
    On CentOS:
    yum remove <DAS_RPM_name>
    Example:
    yum remove hdp3_data_analytics_studio_1_2_1_0_31-1.2.1.1.2.1.0-31.noarch hdp3_data_analytics_studio-1.2.1.1.2.1.0-31.noarch
    On Debian/Ubuntu:
    apt-get remove <das_dep_name>
    or
    apt-get purge <das_dep_name>