Member since
10-01-2018
802
Posts
143
Kudos Received
130
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 3057 | 04-15-2022 09:39 AM | |
| 2466 | 03-16-2022 06:22 AM | |
| 6533 | 03-02-2022 09:44 PM | |
| 2896 | 03-02-2022 08:40 PM | |
| 1905 | 01-05-2022 07:01 AM |
09-20-2021
06:03 AM
1 Kudo
@wert_1311 A Cloudera Enterprise license is required for the following features: LDAP and SAML authentication Configuration history Alerts delivered as SNMP traps and custom alert scripts Backup and disaster recovery Operational reports Cloudera Navigator Commands such as Rolling Restart, History and Rollback, and Send Diagnostic Data Cluster Utilization Reports Role Based Access Control and Cluster-specific Roles https://docs.cloudera.com/documentation/enterprise/6/6.3/topics/cm_ag_licenses.html
... View more
09-20-2021
05:58 AM
@dmharshit 2 things going on here. 1. The link https://archive.cloudera.com/cm7/ is not valid because thus is showing Cloudera Manager not the CDH (Cloudera Runtime Version). 2. So what you need is to download the CDH binary for CDP7.1.6 version which can be found here: https://archive.cloudera.com/cdh7/latest/parcels/ Or for the Spark Standalone parcels https://archive.cloudera.com/p/spark3/3.1.7270.0/
... View more
09-03-2021
01:05 AM
Hi Please check the CF stack in AWS for this deployment. If it is failing at creating a load balancer then check Maybe it hit ELB quota. The dex-base installation creates an LB. You might want to increase the AWS ELB quota and retry the provisioning. Otherwise, let us know if you have overcome this issue with a different resolution
... View more
08-20-2021
10:32 AM
@Seedy There could be various reasons. You have to see the full agent logs. However to start with this issue I would suggest few sanity checks. 1)Resolve network issue related to firewall restrictions in accessing the repo files
2)Correct permissions on /opt/cloudera/ directories
3)Check and change the ownership.
$chown cloudera-scm:cloudera-scm /opt/cloudera/parcel-repo/*
4)Re - add the hosts from Cloudera Manager However most importantly you have to see if you can download the parcels manually on the node under this dir. Please follow the below page for detailed overview. https://docs.cloudera.com/documentation/enterprise/latest/topics/cm_ig_parcels.html
... View more
08-20-2021
05:23 AM
Thank you for marking the solution. It appears that you have two different community accounts. Of your two accounts, only the one that posted the question can mark the solution. If you have any further questions on the accounts or using the community, feel free to reach out to me via private message.
... View more
08-18-2021
01:08 AM
Yes it's available now: HDP to CDP Upgrade Overview In-place upgrade overview CDP Upgrade Readiness
... View more
08-14-2021
07:49 PM
@Sam2020 you are missing an important point here that is the Trial installation will always we available for latest software version. Since we have released CM7.4.4 last week so the error you are seeing is expected. You have to change you repo to https://archive.cloudera.com/cm7/7.4.4/redhat7/yum/repodata/ (try accessing this from browser you will understand). Bottom-line is if you have valid subscription you can still have 7.3.1 but if you want trial than you have to go for 7.4.4.
... View more
08-03-2021
07:54 AM
@devdb Take a look of this may be it can help : https://archive.cloudera.com/cm7/7.2.4/generic/jar/cm_api/apidocs/ Also you can get the hosts details from this : http://CM-SERVER:7180/api/v19/clusters/cluster1/services For each ‘hosts’ in http://cm:7180/api/v19/hosts iterate through the hostId … { "items" : [ { "maintenanceOwners" : [ ], "hostId" : "15b5c47f-9156-4347-abd4-efbc79d27ba2", <=== hostid "ipAddress" : "IP", "hostname" : "host", http://cm:7180/api/v19/hosts/15b5c47f-9156-4347-abd4-efbc79d27ba2. which should give you the roleName ... { "clusterName" : "Cluster 1", "serviceName" : "HDFS-1", "roleName" : "HDFS-1-DATANODE-d1ee4c53b9fbc4786263f0420c5157e8" }, { ... using the roleName http://cm:7180/api/v19/clusters/Cluster%201/services/HDFS-1/roles/HDFS-1-DATANODE-d1ee4c53b9fbc4786263f0420c5157e8 Also full deployment details http://cm:7180/api/v19/cm/deployment
... View more
08-03-2021
07:39 AM
@zxcware Please follow below discussion, hopefully you will get the answers: Paywall question: https://community.cloudera.com/t5/Support-Questions/How-do-I-get-repository-credentials/m-p/311145#M224492 https://community.cloudera.com/t5/Support-Questions/https-archive-cloudera-com-cm6-6-2-0-ubuntu1604-displaying/m-p/311060#M224430 Long story short every Cloudera bits is behind Paywall now. You need a valid subscription for that Except you can Try the CDP latest version but not any Older version.
... View more
07-30-2021
06:58 AM
This seems a Connection time out to the name node so you may want to check if there is any Network issue or something else going on with CM's help. That should give you some clue.
... View more