Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

CDSW service unavailable for adding to a CDH cluster

avatar
Explorer

Hi,

Trying to add to a CDH 6.3.2 cluster (managed with CM 6.3.1) a CDSW 1.7.2 trial on two new hosts (master and worker). The CDSW parcel is downloaded, distributed and activated. Unfortunately the CDSW service is unavailable in the cluster's "Add Service" list.

Would appreciate any assistance in troubleshooting.

1 ACCEPTED SOLUTION

avatar
Explorer

The problem is solved – removed the parcel, had to add ".parcel" app type in /etc/httpd/conf/httpd.conf in a local repo:

# sudo sed -i 's/AddType application\/x-gzip .gz .tgz$/AddType application\/x-gzip .gz .tgz .parcel/g' /etc/httpd/conf/httpd.conf

and download, distribute, and activate again.

View solution in original post

5 REPLIES 5

avatar
Explorer

A kind reminder about this support question.

Attaching also two screenshots.

 

CDH_CDSW_service_unavailable_1.pngCDH_CDSW_service_unavailable_2.png

avatar
Master Guru

@Marek Please add the CSD (jar file) in the CM first as per your CDH version by following the doc below:

https://docs.cloudera.com/documentation/data-science-workbench/1-7-x/topics/cdsw_install_parcel.html...

Then restart the CM server and you will hopefully get the Parcels listed there for CDSW. 


Cheers!
Was your question answered? Make sure to mark the answer as the accepted solution.
If you find a reply useful, say thanks by clicking on the thumbs up button.

avatar
Explorer

The *.jar file is already in /opt/cloudera/csd/ and have restarted the CM server. Otherwise I would be unable to distribute and activate the CDSW parcel, isn't it?

CDSW_parcel_jar.png

Let me say it again – the problem is with the CDSW service after the parcel distribution and activation. I do not see the service in 'Add a Service' window, as outlined in the installation guide:

CDSW_service_unavailable.png

avatar
Master Guru

@Marek Parcels can be downloaded. This is strange I am not able to reproduce though.

Can you please deactivate the CDSWc parcels and then remove the CSD and again download a fresh one and restart the CM server form terminal and let me know how this goes. 

 


Cheers!
Was your question answered? Make sure to mark the answer as the accepted solution.
If you find a reply useful, say thanks by clicking on the thumbs up button.

avatar
Explorer

The problem is solved – removed the parcel, had to add ".parcel" app type in /etc/httpd/conf/httpd.conf in a local repo:

# sudo sed -i 's/AddType application\/x-gzip .gz .tgz$/AddType application\/x-gzip .gz .tgz .parcel/g' /etc/httpd/conf/httpd.conf

and download, distribute, and activate again.