You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/12/24 09:15:52 UTC

[GitHub] [spark] Ngone51 commented on a change in pull request #26998: [SPARK-25855][CORE][FOLLOW-UP] Format config name to follow the other boolean conf naming convention

Ngone51 commented on a change in pull request #26998: [SPARK-25855][CORE][FOLLOW-UP] Format config name to follow the other boolean conf naming convention 
URL: https://github.com/apache/spark/pull/26998#discussion_r361113043
 
 

 ##########
 File path: core/src/main/scala/org/apache/spark/SparkConf.scala
 ##########
 @@ -700,6 +700,8 @@ private[spark] object SparkConf extends Logging {
     KERBEROS_FILESYSTEMS_TO_ACCESS.key -> Seq(
       AlternateConfig("spark.yarn.access.namenodes", "2.2"),
       AlternateConfig("spark.yarn.access.hadoopFileSystems", "3.0")),
+    EVENT_LOG_ALLOW_EC.key -> Seq(
+      AlternateConfig("spark.eventLog.allowErasureCoding", "3.0")),
 
 Review comment:
   Oh..I see.... Thank you for reminding it.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org