This topic describes how to uninstall Cloudera Data Science Workbench from a cluster.
RPM Deployments
Run the following command on the master host to stop Cloudera Data Science
Workbench.
cdsw stop
(Strongly Recommended) On the master host, backup the contents of the
/var/lib/cdsw directory. This is the directory that stores all your
application data.
To create the backup, run the following command on the master host:
tar cvzf cdsw.tar.gz /var/lib/cdsw/*
To uninstall Cloudera Data Science Workbench, run the following commands on the
master host and all the worker hosts.