spark-instrumented-optimizer/resource-managers/kubernetes/core
Marcelo Vanzin 14f714fb30 [SPARK-26420][K8S] Generate more unique IDs when creating k8s resource names.
Using the current time as an ID is more prone to clashes than people generally
realize, so try to make things a bit more unique without necessarily using a
UUID, which would eat too much space in the names otherwise.

The implemented approach uses some bits from the current time, plus some random
bits, which should be more resistant to clashes.

Closes #23805 from vanzin/SPARK-26420.

Authored-by: Marcelo Vanzin <vanzin@cloudera.com>
Signed-off-by: Dongjoon Hyun <dhyun@apple.com>
2019-02-28 20:39:13 -08:00
..
src [SPARK-26420][K8S] Generate more unique IDs when creating k8s resource names. 2019-02-28 20:39:13 -08:00
pom.xml Revert "[SPARK-26742][K8S] Update Kubernetes-Client version to 4.1.2" 2019-02-26 13:42:07 -08:00