Data Analytics Studio Installation
Also available as:
PDF

Upgrading DAS-Lite to DAS

If you are running the DAS-Lite version, you can upgrade to DAS to get the full feature set of DAS. With DAS, you can get comprehensive usage metrics about your tables and queries by generating reports.

  • Download the required repository tarballs from the Hortonworks customer portal, following the instructions provided as part of the product procurement process.
  • Make sure that you obtain the DAS Management pack (MPack) of the same release and version numbers as that of DAS-Lite that you are running.
  1. Log in to the Ambari UI as an admin user.
  2. Stop the DAS service.
  3. On the Ambari host:
    1. Download the DAS MPack corresponding to the DAS-Lite release version on your Ambari gateway host.
    2. Uninstall the DAS-Lite MPack by running the following command:
      ambari-server uninstall-mpack --mpack=data-analytics-studio-lite-mpack --verbose
    3. Install the DAS MPack that you downloaded earlier in this process.
      Sample command:
      ambari-server install-mpack --mpack=<mpack-filename>.tar.gz --verbose
      Replace the .tar.gz filename with the actual tarball that you have downloaded.
    4. Restart the Ambari server by entering the following command:
      ambari-server restart
  4. Carry out the following steps on each of your DAS host, which includes DAS webapp and the DAS events processor hosts:
    1. SSH in to your DAS host.
    2. Set up the DAS repository by copying the DAS repository configuration file to the following location:
      (On CentOS 7) /etc/yum.repos.d/
      (On Debian and Ubuntu) /etc/apt/sources.list.d
    3. (Only on CentOS): Search and remove the data_analytics_studio packages of the DAS-Lite version by running the following commands:
      rpm -qa | grep data_analytics_studio
      yum remove <data_analytics_studio_lite> <data_analytics_studio_lite_<version>>
    4. Install the DAS packages.
      (On CentOS 7)
      yum install hdp3_data_analytics_studio
      (On Debian and Ubuntu)
      apt-get install hdp3_data-analytics-studio
  5. On the Ambari UI:
    1. Set up the SmartSense ID in DAS configurations.
      1. On the Ambari UI, go to Data Analytics Studio > Configs.
      2. Under Advanced data_analytics_studio-webapp-properties, specify the SmartSense ID in the Dataplane Smartsense id field.
    2. Restart the DAS service.