- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
CDSW service unavailable for adding to a CDH cluster
Created on ‎06-18-2020 01:25 AM - edited ‎09-16-2022 07:37 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
A kind reminder about this support question.
Attaching also two screenshots.
Created ‎06-22-2020 06:25 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@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.
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.
Created on ‎06-22-2020 06:40 AM - edited ‎06-22-2020 06:46 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@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.
Created ‎06-23-2020 01:13 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
