Skip to content

Commit 2955edc

Browse files
committed
Removed useless field variable from ApplicationMaster
1 parent 024178c commit 2955edc

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)