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 2022/02/18 05:56:00 UTC

[GitHub] [spark] LuciferYang commented on a change in pull request #35566: [WIP][SPARK-38249][CORE][GRAPHX] Cleanup unused private methods/fields

LuciferYang commented on a change in pull request #35566:
URL: https://github.com/apache/spark/pull/35566#discussion_r809695606



##########
File path: core/src/main/scala/org/apache/spark/deploy/master/Master.scala
##########
@@ -53,8 +53,6 @@ private[deploy] class Master(
   private val forwardMessageThread =
     ThreadUtils.newDaemonSingleThreadScheduledExecutor("master-forward-message-thread")
 
-  private val hadoopConf = SparkHadoopUtil.get.newConfiguration(conf)

Review comment:
       SPARK-4011 add `hadoopConf` and used by `rebuildSparkUI`,  SPARK-12299 Remove history serving functionality from Master and `hadoopConf` become unused




-- 
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.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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