Skip to content

Commit bafb8d1

Browse files
committed
Fixed parameters for the default constructor of alpha/YarnAllocatorHandler.
1 parent b69c9fb commit bafb8d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yarn/alpha/src/main/scala/org/apache/spark/deploy/yarn/YarnAllocationHandler.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ private[yarn] class YarnAllocationHandler(
4343
args: ApplicationMasterArguments,
4444
preferredNodes: collection.Map[String, collection.Set[SplitInfo]],
4545
securityMgr: SecurityManager)
46-
extends YarnAllocator(conf, sparkConf, args, preferredNodes, securityMgr) {
46+
extends YarnAllocator(conf, sparkConf, appAttemptId, args, preferredNodes, securityMgr) {
4747

4848
private val lastResponseId = new AtomicInteger()
4949
private val releaseList: CopyOnWriteArrayList[ContainerId] = new CopyOnWriteArrayList()

0 commit comments

Comments
 (0)