dongjoon-hyun commented on code in PR #42724:
URL: https://github.com/apache/spark/pull/42724#discussion_r1322468246
##########
resource-managers/kubernetes/core/src/main/scala/org/apache/spark/shuffle/KubernetesLocalDiskShuffleExecutorComponents.scala:
##########
@@ -119,7 +122,7 @@ object KubernetesLocalDiskShuffleExecutorComponents extends
Logging {
if (id.isShuffle) {
// For index files, skipVerification is true and checksumFile and
indexFile are ignored.
val skipVerification = checksumDisabled ||
f.getName.endsWith(".index")
- val checksumFile = checksumFileMap.getOrElse(f.getName, null)
+ val checksumFile = checksumFileMap.getOrElse(getChecksumFileName(id,
algorithm), null)
Review Comment:
This is the main change in the last commit.
--
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]