Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -170,12 +170,6 @@ public PartitionLocation registerMapPartitionTask(
return null;
}

@Override
public ConcurrentHashMap<Integer, PartitionLocation> getPartitionLocation(
int shuffleId, int numMappers, int numPartitions) {
return reducePartitionMap.get(shuffleId);
}

@Override
public PushState getPushState(String mapKey) {
return new PushState(conf);
Expand Down
Loading
Loading