Download and Install the Cloudera Data Science Workbench CSD
Provides instructions to download and install the Cloudera Data Science Workbench CSD.
- Download the Cloudera Data Science Workbench CSD. Make sure you download the
CSD that corresponds to the version of CDH or Cloudera Runtime you are using.
-
CDP Data Center
https://archive.cloudera.com/p/cdsw1/1.8.0/csd/CLOUDERA_DATA_SCIENCE_WORKBENCH-CDPDC-1.8.0.jar
OR
-
CDH 6
https://archive.cloudera.com/p/cdsw1/1.8.0/csd/CLOUDERA_DATA_SCIENCE_WORKBENCH-CDH6-1.8.0.jar
OR
-
CDH 5
https://archive.cloudera.com/p/cdsw1/1.8.0/csd/CLOUDERA_DATA_SCIENCE_WORKBENCH-CDH5-1.8.0.jar
-
- Log on to the Cloudera Manager Server host, and place the CSD file
under
/opt/cloudera/csd
, which is the default location for CSD files. To configure a custom location for CSD files, refer to the Cloudera Manager documentation at Configuring the Location of Custom Service Descriptor Files. -
Set the file ownership to
cloudera-scm:cloudera-scm
with permission 644.Set the file ownership.CDHchown cloudera-scm:cloudera-scm CLOUDERA_DATA_SCIENCE_WORKBENCH-CDH<X>-1.8.<Y>.jar
CDP Data Centerchown cloudera-scm:cloudera-scm CLOUDERA_DATA_SCIENCE_WORKBENCH-CDPDC-1.8.<Y>.jar
- Set the file permissions.
CDH
chmod 644 CLOUDERA_DATA_SCIENCE_WORKBENCH-CDH<X>-1.8.<Y>.jar
CDP Data Centerchmod 644 CLOUDERA_DATA_SCIENCE_WORKBENCH-CDPDC-1.8.<Y>.jar
- Restart the Cloudera Manager Server:
service cloudera-scm-server restart
- Log into the Cloudera Manager Admin Console and restart the Cloudera Management Service:
- Select Clusters > Cloudera Management Service.
- Select Actions > Restart.