Skip to content

Commit 27df6ce

Browse files
sarutakJoshRosen
authored andcommitted
[SPARK-3279] Remove useless field variable in ApplicationMaster
Author: Kousuke Saruta <[email protected]> Closes #2177 from sarutak/SPARK-3279 and squashes the following commits: 2955edc [Kousuke Saruta] Removed useless field variable from ApplicationMaster
1 parent 665e71d commit 27df6ce

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

yarn/common/src/main/scala/org/apache/spark/deploy/yarn/ApplicationMaster.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ private[spark] class ApplicationMaster(args: ApplicationMasterArguments,
4646
client: YarnRMClient) extends Logging {
4747
// TODO: Currently, task to container is computed once (TaskSetManager) - which need not be
4848
// optimal as more containers are available. Might need to handle this better.
49-
private val ALLOCATE_HEARTBEAT_INTERVAL = 100
5049

5150
private val sparkConf = new SparkConf()
5251
private val yarnConf: YarnConfiguration = new YarnConfiguration(new Configuration())

0 commit comments

Comments
 (0)