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-2261 `hadoopConf` and used by `rebuildSparkUI` in the pass,
SPARK-12299 Remove history serving functionality from Master and `hadoopConf`
become unused
##########
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-2261 add `hadoopConf` and used by `rebuildSparkUI` in the pass,
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]