tgravescs commented on a change in pull request #34767:
URL: https://github.com/apache/spark/pull/34767#discussion_r760269375
##########
File path:
resource-managers/yarn/src/main/scala/org/apache/spark/deploy/yarn/Client.scala
##########
@@ -910,7 +913,7 @@ private[spark] class Client(
* Set up a ContainerLaunchContext to launch our ApplicationMaster container.
* This sets up the launch environment, java options, and the command for
launching the AM.
*/
- private def createContainerLaunchContext(newAppResponse:
GetNewApplicationResponse)
+ private def createContainerLaunchContext()
: ContainerLaunchContext = {
Review comment:
nit, can probably put this on previous line
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]