Created on 06-18-2020 01:25 AM - edited 09-16-2022 07:37 AM
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.
Created 06-23-2020 01:13 AM
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.
Created 06-22-2020 03:03 AM
A kind reminder about this support question.
Attaching also two screenshots.
Created 06-22-2020 06:25 AM
@Marek Please add the CSD (jar file) in the CM first as per your CDH version by following the doc below:
Then restart the CM server and you will hopefully get the Parcels listed there for CDSW.
Created on 06-22-2020 06:40 AM - edited 06-22-2020 06:46 AM
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?
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:
Created 06-22-2020 09:26 AM
@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.
Created 06-23-2020 01:13 AM
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.