Github user liyinan926 commented on a diff in the pull request:
https://github.com/apache/spark/pull/21669#discussion_r223819553
--- Diff:
resource-managers/kubernetes/core/src/main/scala/org/apache/spark/deploy/k8s/KubernetesConf.scala
---
@@ -72,7 +72,7 @@ private[spark] case class KubernetesConf[T <:
KubernetesRoleSpecificConf](
roleEnvs: Map[String, String],
roleVolumes: Iterable[KubernetesVolumeSpec[_ <:
KubernetesVolumeSpecificConf]],
sparkFiles: Seq[String],
- hadoopConfDir: Option[HadoopConfSpecConf]) {
+ hadoopConfDir: Option[HadoopConfSpec]) {
--- End diff --
Can we rename the parameter to `hadoopConfSpec`?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]