Created 07-14-2017 08:57 AM
With CDH - 5.12.0 installation manifest.json is not getting downloaded.
Here is the error llog:
/var/log/cloudera-scm-server/cloudera-scm-server.log:1191:2017-07-14 11:49:48,425 ERROR ParcelUpdateService:com.cloudera.parcel.components.ParcelDownloaderImpl: Failed to download manifest. Status code: 404 URI: https://www.cloudera.com/downloads/manifest.json
Tried the URI to check, look like resource is not there.
wget https://www.cloudera.com/downloads/manifest.json
--2017-07-14 11:56:01-- https://www.cloudera.com/downloads/manifest.json
Resolving www.cloudera.com (www.cloudera.com)... 52.52.206.175, 52.52.88.106
Connecting to www.cloudera.com (www.cloudera.com)|52.52.206.175|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2017-07-14 11:56:07 ERROR 404: Not Found.
Created 07-14-2017 10:33 AM
That URL does not look correct. Try the below link. It contains the CDH 5.12.0 parcel, sha1, and manifest file.
Created 07-14-2017 10:39 AM
Created 07-14-2017 10:44 AM
Created 07-14-2017 10:57 AM
I am using pathA in docs.
Created 07-14-2017 11:03 AM
Created 07-14-2017 09:40 PM
I have the same problem and got the following message in PathA:
ERROR ParcelUpdateService:com.cloudera.parcel.components.ParcelDownloaderImpl: Failed to download manifest. Status code: 404 URI: https://www.cloudera.com/downloads/manifest.json
Let me confirm the procedure of your suggestion.
Should we add 'http://archive.cloudera.com/cdh5/parcels/5.12.0/' in 'Remote Parcel Repository URLs' under 'More options'? I did so, but got the same error message.
Created 07-21-2017 02:38 AM
Hey,
just to point out that this issue arise also when following path B.
Steps to reproduce (Centos 7.3, Manager version 5.12.0-1):
1. Manual install JDK on nodes
2. Grab cloudera-manager.repo file
3. Install via yum
yum install cloudera-manager-daemons cloudera-manager-server
4. Change db.properties to fit external mySQL databases
5. Start Cloudera manager
systemctl start cloudera-scm-server.
And then it hangs with this error:
ERROR ParcelUpdateService:com.cloudera.parcel.components.ParcelDownloaderImpl: Failed to download manifest. Status code: 404 URI: https://www.cloudera.com/downloads/manifest.json
So it is automatically pointing to this location, I haven't changed the parcels location yet.
AFAIK you must change this default location, otherwise it will not work.
Question is: how do I do that ???
Created 07-21-2017 07:37 AM
Please don't consider my previous message.
While the aforementhioned error IS showing, it is not a blocking issue.
I had issues with firewall.
Bye
Created 08-18-2017 03:46 AM
I am having the same issue while installing Cloudera manager.
2017-08-18 10:30:06,142 ERROR ParcelUpdateService:com.cloudera.parcel.components.ParcelDownloaderImpl: Failed to download manifest. Status code: 404 URI: https://www.cloudera.com/downloads/manifest.json
Any suggestion will be appreciated.