Skip to content
Snippets Groups Projects
Commit 27df6ce6 authored by Kousuke Saruta's avatar Kousuke Saruta Committed by Josh Rosen
Browse files

[SPARK-3279] Remove useless field variable in ApplicationMaster

Author: Kousuke Saruta <sarutak@oss.nttdata.co.jp>

Closes #2177 from sarutak/SPARK-3279 and squashes the following commits:

2955edc [Kousuke Saruta] Removed useless field variable from ApplicationMaster
parent 665e71d1
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,6 @@ private[spark] class ApplicationMaster(args: ApplicationMasterArguments,
client: YarnRMClient) extends Logging {
// TODO: Currently, task to container is computed once (TaskSetManager) - which need not be
// optimal as more containers are available. Might need to handle this better.
private val ALLOCATE_HEARTBEAT_INTERVAL = 100
private val sparkConf = new SparkConf()
private val yarnConf: YarnConfiguration = new YarnConfiguration(new Configuration())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment