Member since
11-04-2015
1
Post
1
Kudos Received
0
Solutions
10-17-2019
10:00 PM
Hi All, Unfortunately, other than CM API there is no feature in CM itself to compare the cluster configuration with other cluster managed by another CM instance. In another case if you want compare the configuration settings for a particular service between two different clusters managed by same CM instance, you can do as per the steps given in the documentation here [1]. I suggest to go with CM CPI solution. You can use the CM API [2] to retrieve the full cluster configuration in JSON format including all hosts, clusters, services, roles, users, settings, etc. and use third party text compare tools like this [3] to compare them as text. It will highlight the difference in yellow. Another way is using diff command line. e.g. CM API example for getting full cluster configuration in browser in JSON format http://<your_cm_hostname>:7180/api/v12/cm/deployment Get the full cluster configuration using the API from both the CM servers and put them into the text comparator. I hope this will help. Regards, Salim [1] https://docs.cloudera.com/documentation/enterprise/5-13-x/topics/admin_compare_service_config_across_clusters.html#xd_583c10bfdbd326ba-7dae4aa6-147c30d0933--7c7c [2] https://cloudera.github.io/cm_api/apidocs/v12/path__cm_deployment.html [3] http://iblogbox.com/devtools/diff/
... View more