Skip to content

Commit

Permalink
[SPARK-3279] Remove useless field variable in ApplicationMaster
Browse files Browse the repository at this point in the history
Author: Kousuke Saruta <[email protected]>

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

2955edc [Kousuke Saruta] Removed useless field variable from ApplicationMaster
  • Loading branch information
sarutak authored and JoshRosen committed Aug 29, 2014
1 parent 665e71d commit 27df6ce
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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())
Expand Down

0 comments on commit 27df6ce

Please sign in to comment.