Created on 03-22-2018 11:00 AM - edited 09-16-2022 08:48 AM
We've run into a blocker on some Director deployments, because of what seems to be a parcel repo / repo manifest mismatch. Specifically with CDH 5.13.
The repo: http://archive.cloudera.com/cdh5/parcels/5.13
The manifest: http://archive.cloudera.com/cdh5/parcels/5.13/manifest.json
The manifest is pointing to this CDH parcel: CDH-5.13.1-1.cdh5.13.1.p0.2-el7.parcel
However, the directory itself contains this el7 parcel: CDH-5.13.2-1.cdh5.13.2.p0.3-el7.parcel
This is causing our deploys to hang as parcel fetching attempts repeatedly 404. We've actually adjusted the repo, as well, from 5.13 to 5.13.1 and that worked for a day, then stopped. We're currently trying again with 5.13.2.3, but honestly I'd prefer to get to the bottom of this mismatch instead of just continually working around it.
Any ideas out there?
Created on 03-22-2018 02:04 PM - edited 03-22-2018 02:06 PM
Thanks for reporting this jmccormick. Your right, that 5.13 repo has an incorrect manifest, we're looking into fixing this. In the meantime you can try http://archive.cloudera.com/cdh5/parcels/5.13.2 which worked fine for me.
Created on 03-22-2018 02:04 PM - edited 03-22-2018 02:06 PM
Thanks for reporting this jmccormick. Your right, that 5.13 repo has an incorrect manifest, we're looking into fixing this. In the meantime you can try http://archive.cloudera.com/cdh5/parcels/5.13.2 which worked fine for me.
Created 03-23-2018 07:51 AM
Thanks! Yeah, our run with 5.13.2 went well. We appreciate the response 🙂