Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]

Support Questions

Find answers, ask questions, and share your expertise
Announcements
Share your experience with Cloudera on G2 and get a $25 Amazon Gift card.
Hi, I'm CLEO! Something exciting is coming to the Community. Stay Tuned!

HTTP 404 When Accessing cdp-public Repository (Trial Environment)

avatar
New Member

Hello Support Team,

We are setting up a CDP Trial environment and noticed that accessing " https://archive.cloudera.com/cdp-public/ "consistently returns an HTTP 404 error, even without authentication. This prevents us from verifying access to public CDP artifacts during the trial installation. Could you please confirm whether the cdp-public path is available for trial users or if it has been deprecated or moved?

Best regards,
Dae‑Yeol Lee

3 REPLIES 3

avatar
Community Manager

@dylee, Welcome to our community! To help you get the best possible answer, I have tagged in our CDP experts @rki_ @shehbazk @upadhyayk04  who may be able to assist you further.

Please feel free to provide any additional information or details about your query, and we hope that you will find a satisfactory solution to your question.



Regards,

Vidya Sargur,
Community Manager


Was your question answered? Make sure to mark the answer as the accepted solution.
If you find a reply useful, say thanks by clicking on the thumbs up button.
Learn more about the Cloudera Community:

avatar
Master Collaborator

Hello @dylee, 

Try with https://archive.cloudera.com/p/cdp-public/ this one do open and have all the available versions. 


Regards,
Andrés Fallas
--
Was your question answered? Please take some time to click on "Accept as Solution" below this post.
If you find a reply useful, say thanks by clicking on the thumbs-up button.

avatar
Master Collaborator

Hi @dylee 

Welcome to cloudera community! just wanted add some more details to @vafs response:

you are encountering at https://archive.cloudera.com/cdp-public/ is expected behavior. Cloudera has changed how its repositories are structured and accessed, particularly for CDP (Cloudera Data Platform).

The path cdp-public is not a browsable directory. To verify access and proceed with your trial installation, please refer to the following details regarding the repository structure and authentication:

1. The Repository Path has Changed

For modern CDP installations, Cloudera often uses a different path structure. If you are looking for Cloudera Manager or Runtime artifacts, the URLs typically include a /p/ (private/protected) or a specific version prefix.

2. Authentication Requirements (The "Paywall")

Since February 2021, Cloudera moved its software behind a paywall. Even for trial environments, you generally cannot access the repositories without valid credentials.

  • Trial Credentials: When you signed up for the CDP trial, you should have received a License Key or a set of Remote Repository Credentials (username/password).

  • Verification: You cannot "browse" the root of the archive in a browser to verify access. Instead, you must test a specific file download using your trial credentials.

If you do not have credentials, you can request them via the Cloudera Trial Portal or contact your Cloudera Account Manager.

Test Command:

curl -u <your_username>:<your_password> https://archive.cloudera.com/p/cm7/7.x.x/allkeys.asc

If your issue has been resolved, please mark the appropriate reply as the solution, as it will make it easier for others to find the answer in the future.