Skip to content

Commit 112649b

Browse files
Oleksandr Mukhopadekrivokonmapr
authored andcommitted
PIC-34: Rename default configmap name to be consistent with mapr-kubernetes (apache#374)
1 parent e9786d4 commit 112649b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • resource-managers/kubernetes/core/src/main/scala/org/apache/spark/deploy/k8s

resource-managers/kubernetes/core/src/main/scala/org/apache/spark/deploy/k8s/Config.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ private[spark] object Config extends Logging {
303303
ConfigBuilder("spark.mapr.cluster.configMap")
304304
.doc("Name of the mapr cluster config map")
305305
.stringConf
306-
.createWithDefault("mapr-cluster-configmap")
306+
.createWithDefault("mapr-cluster-cm")
307307

308308
val MAPR_CLUSTER_USER_SECRETS =
309309
ConfigBuilder("spark.mapr.user.secrets")

0 commit comments

Comments
 (0)