Changing the Domain Name Using Packages

Cloudera Data Science Workbench allows you to change the domain of the web console.

  1. Open /etc/cdsw/config/cdsw.conf and set the DOMAIN variable to the new domain name.
    DOMAIN="cdsw.<your_new_domain>.com"
  2. Run the following commands to have the new domain name go into effect.
    cdsw stop
    cdsw start