PNDA-3444:
Uppercase characters in the cluster name causes issues with HDP.
This is due to a know bug in ambari that has been reported:
https://issues.apache.org/jira/browse/AMBARI-22361
and needs to be tracked to remove this patch over time.
The issue in HDP is with the usage of upper case in the hostnames which
get assigned based in the cluster name. As such, the work around here
will prevent the usage up uppercase in the cluster name until we can
move to a version of HDP that contains a fix for the bug reported
above.
PNDA-3444: Uppercase characters in the cluster name causes issues with HDP. This is due to a know bug in ambari that has been reported: https://issues.apache.org/jira/browse/AMBARI-22361 and needs to be tracked to remove this patch over time. The issue in HDP is with the usage of upper case in the hostnames which get assigned based in the cluster name. As such, the work around here will prevent the usage up uppercase in the cluster name until we can move to a version of HDP that contains a fix for the bug reported above.