spark-instrumented-optimizer/resource-managers
foxish eed82a0b21 [SPARK-22992][K8S] Remove assumption of the DNS domain
## What changes were proposed in this pull request?

Remove the use of FQDN to access the driver because it assumes that it's set up in a DNS zone - `cluster.local` which is common but not ubiquitous
Note that we already access the in-cluster API server through `kubernetes.default.svc`, so, by extension, this should work as well.
The alternative is to introduce DNS zones for both of those addresses.

## How was this patch tested?
Unit tests

cc vanzin liyinan926 mridulm mccheah

Author: foxish <ramanathana@google.com>

Closes #20187 from foxish/cluster.local.
2018-01-08 13:01:45 -08:00
..
kubernetes [SPARK-22992][K8S] Remove assumption of the DNS domain 2018-01-08 13:01:45 -08:00
mesos [SPARK-11035][CORE] Add in-process Spark app launcher. 2017-12-28 17:00:49 -06:00
yarn [SPARK-22914][DEPLOY] Register history.ui.port 2018-01-05 17:25:28 -08:00