Member since
10-01-2018
802
Posts
144
Kudos Received
130
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 3552 | 04-15-2022 09:39 AM | |
| 2866 | 03-16-2022 06:22 AM | |
| 7497 | 03-02-2022 09:44 PM | |
| 3451 | 03-02-2022 08:40 PM | |
| 2364 | 01-05-2022 07:01 AM |
10-01-2021
03:11 AM
@Sam2020 Logically this is a maintenance upgrade so no much trouble and extra steps needed. Your steps looks good till "c" i.e once you upgrade Cloudera Manager server to 7.4.4 there is a very simple steps you need, means just activate the Parcels or 7.1.7 that’s it. In layman’s term these steps will look like this. I am assuming you have the parcels for 7.1.7 available (credentials and repo details). Then follow below steps. 1.) Please stop the cluster services 2.) Navigate to CM -> hosts -> parcels -> Parcel Repository & Network Settings and include the 7.1.7 parcel "Remote Parcel Repository URLs" 3.) Take the back up of the required service databases following the steps below https://docs.cloudera.com/cdp-private-cloud/latest/upgrade-cdp/topics/ug_cdh_upgrade_backup.html 4.) Download, distribute and activate patch parcel 5.) Start the services. You are all set.
... View more
09-28-2021
02:52 AM
Hi @GangWar Thanks for your suggestion. I've try your suggestion before, still same error show up 'spark content' , any other suggestion? Thanks n Regards MRM
... View more
09-25-2021
05:53 AM
1 Kudo
@GangWar Hello, This problem has been solved because the atlas service has been deleted, but there are dependencies in other service configurations that have not been cleared. This can also be seen from the log: ERROR Staleness-Detector-1: com.cloudera.cmf.service.config.components.ProcessStalenessDetector: Failed to check staleness for service client configs : DbService{id=75,name=atlas} After adding the deleted atlas service back, I succeeded in generating the missing Kerberos credentials again. In short, thank you very much for your reply and wish you a happy life!
... View more
09-20-2021
06:07 AM
@engerej The issue could lies with JNDI and the fact that it does not handle a group with a leading space. So check if your groups having space in the name.
... View more
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
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
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