Skip to content

Commit 4046e04

Browse files
author
Marcelo Vanzin
committed
Set HS link in yarn-alpha also.
1 parent 4c692d9 commit 4046e04

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,7 @@ class ExecutorLauncher(args: ApplicationMasterArguments, conf: Configuration, sp
271271
.asInstanceOf[FinishApplicationMasterRequest]
272272
finishReq.setAppAttemptId(appAttemptId)
273273
finishReq.setFinishApplicationStatus(status)
274+
finishReq.setTrackingUrl(sparkConf.get("spark.yarn.historyServer.address", ""))
274275
resourceManager.finishApplicationMaster(finishReq)
275276
}
276277

0 commit comments

Comments
 (0)