Member since
07-29-2019
640
Posts
114
Kudos Received
48
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 11299 | 12-01-2022 05:40 PM | |
| 2771 | 11-24-2022 08:44 AM | |
| 4163 | 11-12-2022 12:38 PM | |
| 1463 | 10-10-2022 06:58 AM | |
| 2114 | 09-11-2022 05:43 PM |
02-16-2021
09:34 PM
@kirills2006 You can find information on how to access files related to Ambari 2.7.5 from Cloudera's repositories on this page: Accessing Ambari Repositories …and that page also summarizes how to obtain the required authentication credentials for the archive.
... View more
02-16-2021
09:25 PM
@indu_thomas If you don't see mention of CDH Director 2.8.1 in the announcement I linked to earlier, then whether or not it will work with private repos is questionable. I personally haven't tried it, and no one I have talked to has tried it, either, and I assume they are all primarily de-motivated to do so by this passage from the aforementioned announcement: …new patch releases of Cloudera Manager and Ambari have been made available and are required to access Cloudera’s private repositories, which now contain these new and existing releases. Versions other than those outlined below will no longer be able to install CDH, HDP or HDF from Cloudera’s public repositories. Customers should strongly consider upgrading to one of the new Cloudera Manager or Ambari releases below as soon as possible, as well as updating any automated installation scripts with repository credentials and/or following the alternative steps described below. Emphasis in the original. Not having access to your source code for your automation, the only thing I can say about having to redo your automation is that if your automation assumes that it will be able to access binaries from Cloudera's repositories, then it is going to have to access them in the manner described in that document. Sorry I can't be of more help.
... View more
02-16-2021
07:14 AM
@mike_bronson7 I think you will be able to find a helpful, previously-posted answer to a question very similar to yours in this thread: Hortonworks Repositories can't be accessed Hope this helps.
... View more
02-15-2021
08:19 PM
@manojSinghK I obviously don't have access to your logs to prove it, but I strongly suspect that you haven't encountered the issue you're having now upon service restarting in the past because in the past the repo Ambari is set to retrieve files from was publicly accessible, and now it is not. Since the file retrieval necessary to complete the HDFS client install step fails, it appears as if your existing cluster is being impacted. If you want your installation of Ambari to continue retrieving files from the location where it appears that you have Ambari set to retrieve them (i.e., Cloudera's repositories) after January 31, 2021, you will have to have a a valid Cloudera Subscription. Again, please read the announcement here: Transition to private repositories for CDH, HDP and HDF. The same announcement describes new patch releases of Ambari, which are now required to access Cloudera’s private repositories, which now contain the new and legacy releases and other assets such as those necessary to add a new host to an existing HDP cluster.
... View more
02-15-2021
07:35 PM
Hi @indu_thomas This document might help you arrive at an answer to your question regarding if Cloudera Altus Director is still supported: Cloudera Support Lifecycle Policy …scroll down to the subsection headed Current End of Support (EoS) Dates.
... View more
02-14-2021
07:24 AM
@manojSinghK You are probably receiving the "access denied" error because your setting for baseurl references http://public-repo-1.hortonworks.com/ and, as you seem to be aware, authentication is now required for that host. Cloudera recently changed the download policy and now to access HDP-related software you need a valid subscription. Please see the announcement here: Transition to private repositories for CDH, HDP and HDF. The same announcement describes new patch releases of Ambari, which are now required to access Cloudera’s private repositories, and which also now exclusively contain the new and legacy releases of HDP and other HDP-related assets. Toward the end of that announcement, you will see a section titled Frequently Asked Questions which explains the required credentials and how to properly obtain them if you don't have them already (they are not generally the same ones used to access Cloudera's website).
... View more
02-13-2021
09:39 AM
Hi @shri The server archive.cloudera.com is returning an HTTP 401 error because authentication is required. You didn't provide a whole lot of detail about how you went about adding the new host to your cluster, but I would guess that the last time you attempted this operation, you were not challenged for authentication by this particular host at Cloudera and so you're wondering what changed recently. The answer is probably that your installation of Cloudera Manager isn't set up to supply the authentication credentials. At the tail end of last month, Cloudera changed the download policy and now to download CDH parcels, etc. from Cloudera's repositories you need a valid subscription. Please see the announcement here: Transition to private repositories for CDH, HDP and HDF. The same announcement describes new patch releases of Cloudera Manager, which are now required to access Cloudera’s private repositories, which now contain the new and legacy releases and other assets such as those necessary to add a new host to an existing CDH cluster.
... View more
02-12-2021
08:44 PM
Hello @Cloudy Your diagnosis of the root cause of the HTTP 403 error is correct. At the tail end of last month, Cloudera changed the download policy and now to download Ambari and/or HDP you need a valid subscription. Please see the announcement here: Transition to private repositories for CDH, HDP and HDF. The same announcement describes new patch releases of Ambari, which are now required to access Cloudera’s private repositories, which now contain these new and existing releases.
... View more
02-12-2021
07:24 PM
1 Kudo
Hello @MiamiDataEng Yes, Cloudra is no longer making that version of the Cloudera Quickstart VM available for download because it was old and outdated as it was based on CDH 5.13, which went out of support in the Fall of last year. To give you a sense of what I mean, CDH 5.16.2, which came out in the Spring of 2019 (and was more up-to-date than CDH 5.13), included Apache Impala 2.12. CDP Private Cloud Base version 7.1.3, which was released in the Fall of 2020, includes Apache Impala 3.4.0, and includes more new features and bug fixes. The label on your question indicated you're interested in Cloudera Data Platform. You should be aware, then, that there is extensive and thorough documentation on installing the CDP Private Cloud Base Edition of Cloudera Data Platform (the "free trial" for which expires after 60 days) on a non-production environment for demonstration and proof-of-concept use cases, however it looks to me like this is intended for multi-host clusters of machines. You might not have such a group of machines available to you, and for economic reasons, might want to avoid creating such a cluster using a cloud service provider's IaaS facilities. Alternatively, if you're already familiar with Virtualbox and Vagrant, you might consider @carrossoni's community article outlining how to create a Centos7 CDP-DC Trial VM for sandbox/learning purposes. Hope this helps.
... View more
02-12-2021
10:27 AM
Hi @kvinod You didn't go into any detail about what issues you were facing when you tried to generate credentials, but I suspect that you are confusing the credentials to access the private repositories with the credentials used to access software using Cloudera’s website. They are not the same. Cloudera recently changed the download policy and now to download certain software from Cloudera's private repositories you need a valid subscription. Please see the announcement here: https://www.cloudera.com/downloads/paywall-expansion.html Toward the end of that announcement, you will see a section titled Frequently Asked Questions which explains the credentials and how to properly obtain them if you don't have them already.
... View more