You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@celeborn.apache.org by GitBox <gi...@apache.org> on 2022/11/25 03:41:28 UTC

[GitHub] [incubator-celeborn] RexXiong commented on a diff in pull request #1003: [CELEBORN-56] [ISSUE-945] handle map partition mapper end

RexXiong commented on code in PR #1003:
URL: https://github.com/apache/incubator-celeborn/pull/1003#discussion_r1031981259


##########
client/src/main/java/org/apache/celeborn/client/ShuffleClient.java:
##########
@@ -152,6 +152,16 @@ public abstract void mapperEnd(
       String applicationId, int shuffleId, int mapId, int attemptId, int numMappers)
       throws IOException;
 
+  // Report partition locations written by the completed Map Partition type mapper
+  public abstract void mapPartitionMapperEnd(

Review Comment:
   Just modified the method description to make it clearer



-- 
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: dev-unsubscribe@celeborn.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org