How to view cloudera embedded database password

Mostly while installing cloudera (hive, oozie, etc) we do not note database password. So whenever it requires its very difficult to know the password, why because it will be encrypted like '******'.  To view this password is possible only through cloudera API's

curl -u cm_username:cm_password "http://cloudera_manager:7180/api/v11/clusters/cluster_name/services/service_name/config"

Ex:


Previous
Next Post »