Cannot use the variable `database_port` or `cloudera_manager_database_port` They are wrongly using `database_type` instead, and fallback to `cloudera.cluster.default_database_port` Examples : - [Here for CM](https://github.com/cloudera-labs/cloudera.cluster/blob/v3.4.0/roles/cloudera_manager/common/defaults/main.yml#L30) - [and here for Hive](https://github.com/cloudera-labs/cloudera.cluster/blob/v3.4.0/roles/deployment/definition/defaults/main.yml#L104) Documentation needs to be fixed too