Hi Team,
I was looking for a way to change some cluster configs (CDH 5.14) and realized that CM API calls for viewing configurations for a particular service doesn't return all the configurable items . For ex: I ran below:
https://hostname:7183/api/v19/clusters/cluster/services/sentry/config?view=full
But this didn't capture Java heap set for Sentry process. Whats the best way to see entire configuraton items for particular role/service?
Thanks in advance.