dongjoon-hyun commented on a change in pull request #27735:
URL: https://github.com/apache/spark/pull/27735#discussion_r516867308
##########
File path:
resource-managers/kubernetes/core/src/main/scala/org/apache/spark/deploy/k8s/Constants.scala
##########
@@ -64,7 +64,9 @@ private[spark] object Constants {
val ENV_SPARK_CONF_DIR = "SPARK_CONF_DIR"
val ENV_SPARK_USER = "SPARK_USER"
// Spark app configs for containers
- val SPARK_CONF_VOLUME = "spark-conf-volume"
+ val SPARK_CONF_VOL_DRV = "spark-conf-vol-drv"
+ val SPARK_CONF_VOL_EXEC = "spark-conf-vol-exec"
+
Review comment:
Remove this empty line?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]