venkata91 commented on a change in pull request #34018:
URL: https://github.com/apache/spark/pull/34018#discussion_r711347931



##########
File path: 
core/src/main/scala/org/apache/spark/executor/CoarseGrainedExecutorBackend.scala
##########
@@ -470,7 +470,9 @@ private[spark] object CoarseGrainedExecutorBackend extends 
Logging {
       driverConf.set(EXECUTOR_ID, arguments.executorId)
       val env = SparkEnv.createExecutorEnv(driverConf, arguments.executorId, 
arguments.bindAddress,
         arguments.hostname, arguments.cores, cfg.ioEncryptionKey, isLocal = 
false)
-
+      // Set the application attemptId in the BlockStoreClient is applicable.

Review comment:
       super nit: `Set the application attemptId in the BlockStoreClient is 
applicable.` -> `Set the application attemptId in the BlockStoreClient if 
available.`




-- 
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]

Reply via email to