I want to raise the following issue where the flink docker container expects for hostname -f to evaluate. However, this command doesn't evaluate successfully all the time and I'm wondering whether this is a bug here (hostname -f is not dependable and should not be used) or a bug in the DC/OS installation (DC/OS should always setup the cluster in a way that hostname -f always does evaluate).
I want to raise the following issue where the flink docker container expects for
hostname -f
to evaluate. However, this command doesn't evaluate successfully all the time and I'm wondering whether this is a bug here (hostname -f
is not dependable and should not be used) or a bug in the DC/OS installation (DC/OS should always setup the cluster in a way thathostname -f
always does evaluate).