Troubleshooting Cloudera Data Science Workbench
Depending on your deployment, use one of the following courses of action to start debugging issues with Cloudera Data Science Workbench.
-
CSD Deployments
-
Check the current status of the application and run validation checks. You can use the
StatusandValidatecommands in Cloudera Manager to do so. -
Make sure your Cloudera Data Science Workbench configuration is correct. Log into Cloudera Manager and review configuration for the CDSW service.
-
-
RPM Deployments
-
Check the status of the application.
cdsw status -
SSH to your master host and run the following host validation command to check that the key services are running:
cdsw validate -
Make sure your Cloudera Data Science Workbench configuration is correct.
cat /etc/cdsw/config/cdsw.conf
-
