- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Comparing configuration between clusters
- Labels:
-
Apache Ambari
-
Cloudera Manager
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello all
I have task and not find solutions, have to comparing configuration between cluster (CDH 6.1.1) and everything i found shows using Apache Ambari but i dont have this tool and must using different way. Do you know this tool/script??
Created ‎02-18-2021 09:05 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @pawski,
Here is a solution for comparing CDH clusters configurations managed by different Cloudera Managers
Thanks,
Salim
Created ‎05-12-2020 09:37 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You may have to write one using Ambari API
http://<ambari-server-host>:<port>/api/v1/<resource-path>
Ref:
https://github.com/apache/ambari/blob/trunk/ambari-server/docs/api/v1/index.md
Can use just plain CURL or Python to dump JSON and further convert to whichever format you like.
Created ‎02-18-2021 09:05 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @pawski,
Here is a solution for comparing CDH clusters configurations managed by different Cloudera Managers
Thanks,
Salim
