Created 01-18-2018 03:05 AM
why it can't recognize the local parcel files in /opt/cloudera/parcel-repo ? I've tried restart the cloudera-manager-server ,but it didn't work .
please help ~
Created 02-05-2018 10:45 PM
Hi,
I believe your problem is that you cant see the el7.parcel file in the parcel-repo folder?
Please confirm
Created 02-06-2018 09:35 AM
We do not support placing parcel files directly in the parcel-repo directory of Cloudera Manager and cannot guarantee it will work properly. There are dependency calculations that are done during the download/processing of the parcel repo from the remote repository, so that is the method we recommend. Also, the necessary .sha files will be created properly during the download process.
You can configure your own internal parcel repository by setting up a directory in a simple httpd server or even set up a temporary python server.
The problem you are having appears to be due to the fact that you have a parcel file that has no companion .sha file. Your Parcel file shows "trusty" but your .sha file shows "sles11". This would cause the behavior you describe.
Here are instructions on setting up your own parcel repository:
https://www.cloudera.com/documentation/enterprise/latest/topics/cm_ig_create_local_parcel_repo.html
NOTE: only one manifest.json can exist per directory. Make sure you retain the directory structure of our external repository.
Created 02-06-2018 06:35 PM