Created 04-26-2020 10:05 AM
I am installing Cloudera 7 Data Center on AWS m5.xlarge (as a single node cluster) and ran into this problem - logs from /var/logs/cloudera-scm-server
020-04-26 16:26:28,355 ERROR ParcelUpdateService:com.cloudera.parcel.components.ParcelDownloaderImpl: Failed to download manifest. Status code: 401 URI: https://archive.cloudera.com/p/cdh7/7.0/parcels/manifest.json
2020-04-26 16:26:28,355 ERROR ParcelUpdateService:com.cloudera.parcel.components.ParcelDownloaderImpl: Could not retrieve repository info for repo https://archive.cloudera.com/p/cdh7/7.0/parcels/. Got HTTP response code 401
2020-04-26 16:26:28,454 WARN ParcelUpdateService:com.cloudera.parcel.components.ParcelDownloaderImpl: Invalid parcel in manifest : CDH-7.0.3-1.cdh7.0.3.p0.1635019-stretch.parcel
2020-04-26 16:26:34,884 INFO StaleEntityEviction:com.cloudera.server.cmf.StaleEntityEvictionThread: Reaped total of 0 deleted commands
2020-04-26 16:26:34,884 INFO StaleEntityEviction:com.cloudera.server.cmf.StaleEntityEvictionThread: Found no commands older than 2018-04-27T16:26:34.884Z to reap.
I noticed this error at the web UI - under "Parcel Repository & Network Settings" dialog box / under step (4) select your repository.
Cloudera Manager checks the connection to the configured parcel repository URLs. A valid license is required to access most Cloudera parcel repositories.
1/10 URL(s) - Failed to connect to the repository due to error (Authentication required <1587886513>). (HTTP Status: 401)
The Cloudera Parcel Repository at this URL requires authentication. Please enable automatic authentication and either install a valid license or specify the HTTP override authentication username and password provided to you by Cloudera Support below.
9/10 URL(s) - The repository was successfully accessed and the manifest downloaded and validated. (HTTP Status: 200)
Cloudera Manager checks the connection to the configured parcel repository URLs. A valid license is required to access most Cloudera parcel repositories.
1/10 URL(s) - Failed to connect to the repository due to error (Authentication required <1587886513>). (HTTP Status: 401)
The Cloudera Parcel Repository at this URL requires authentication. Please enable automatic authentication and either install a valid license or specify the HTTP override authentication username and password provided to you by Cloudera Support below.
9/10 URL(s) - The repository was successfully accessed and the manifest downloaded and validated. (HTTP Status: 200)
Created 06-26-2020 04:49 AM
Looks like solution was found on link
Created on 04-28-2020 11:05 AM - last edited on 04-28-2020 09:58 PM by ask_bill_brooks
@EnableMe For trial version you have to follow the steps on Given Link. The location https://archive.cloudera.com/p/cdh7/7.0/parcels/ is for valid subscription users for which you have to follow the steps given in this Link where you have to generate a user name and password form you Valid CM license.
Trial Installation
Ideal for trying CDP Data Center for the first time, this installer will download Cloudera Manager and guide you through the setup process. This creates a self-contained environment and doesn’t require installing any additional software. Users setting up CDP Data Center for production use should not use these instructions but instead follow the installation instructions in CDP documentation.
Note: A trial installation cannot easily be upgraded, backed up, or migrated into a production-ready configuration without manual steps, described here. If you plan to migrate this system into a production system, consider using the Production Installation process described here instead.
Pre-requisites: Creating a CDP cluster requires multiple, Internet-connected Linux machines. For details please see the CDP system requirements.
Installation instructions: Type the following at a Linux command prompt to begin an automated CDP installation.
$ wget https://archive.cloudera.com/cm7/7.0.3/cloudera-manager-installer.bin
$ chmod u+x cloudera-manager-installer.bin
$ sudo ./cloudera-manager-installer.bin
Created 04-28-2020 06:36 PM
I followed **all those referenced**, went through the links and more!
It bothers me is why am I stuck at this location when this is clearly a 60-day trial version. Let me share two screens that clearly contradict. Parcel is looking for license, Administrator / License says Licensing is okay.
Has anyone installed this version on AWS m5.xlarge (single instance) RHEL 7.6 and not encountered this problem? I have not made any manual modification, configuration changes, tweaking, etc. Disabled SELINUX, set complete hostname with domain, etc., and there are no network (internet) access problems and all AWS settings are okay as well (security groups, NACL, etc.).
Created 06-15-2020 08:31 AM
I am getting the same error. Were you able to get through this?
Created 06-26-2020 04:49 AM
Looks like solution was found on link
Created 06-26-2020 07:43 AM
Thank you for this link: trying this out.
(Yet) another bizarre thing happened with 7.1.x installation - after several attempts I was able to install and get the Cloudera Manager up with web UI.
Most of the services were unavailable even after manually starting them (either through 'service' command or through web UI). Upon observing settings, system activities and logs, I noticed Cloudera was using 6.x binaries AND there were no 7.x files (except for the client libraries).
Hoping to see 7.x running with minimal difficulties.