Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]

Support Questions

Find answers, ask questions, and share your expertise
Announcements
Share your experience with Cloudera on G2 and get a $25 Amazon Gift card.
Hi, I'm CLEO! Something exciting is coming to the Community. Stay Tuned!

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.