Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

manifest.json failed to download

avatar
Contributor

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.

 

10 REPLIES 10

avatar
Champion

That URL does not look correct.  Try the below link.  It contains the CDH 5.12.0 parcel, sha1, and manifest file.

 

http://archive.cloudera.com/cdh5/parcels/5.12.0/

avatar
Contributor
Hi,

Thanks for quick reply. I am using cloudera automated installation.

How can l fix this manually ? Or is there any other way ?

avatar
Champion
I am confused as to how you are trying to accomplish this install. Are you following path A in the docs? Are you using an installer of some kind?

avatar
Contributor

I am using pathA in docs.

avatar
Champion
Path A with parcels involves adding the parcel repo URL either in the first run Cluster Install wizard or in CM Parcel configs.

Choose Software Installation Method and Install Software

"Parcel Repository - In the Remote Parcel Repository URLs field, click the button and enter the URL of the repository. The URL you specify is added to the list of repositories listed in the Configuring Cloudera Manager Server Parcel Settings page and a parcel is added to the list of parcels on the Select Repository page. If you have multiple repositories configured, you will see all the unique parcels contained in all your repositories."

https://www.cloudera.com/documentation/enterprise/5-4-x/topics/cm_ig_install_path_a.html#cmig_topic_...

I believe it also asks for a repo when allowing CM to install the CM agent.

avatar
New Contributor

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.

avatar
Explorer

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 ???

avatar
Explorer

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

 

avatar
New Contributor

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.