File tree Expand file tree Collapse file tree 2 files changed +15
-6
lines changed
common/network-shuffle/src/main/java/org/apache/spark/network/shuffle Expand file tree Collapse file tree 2 files changed +15
-6
lines changed Original file line number Diff line number Diff line change @@ -151,4 +151,13 @@ public void registerWithShuffleServer(
151151 public void close () {
152152 clientFactory .close ();
153153 }
154+
155+ @ Override
156+ public void prepareBlocks (
157+ String host ,
158+ int port ,
159+ String execId ,
160+ String [] prepareBlockIds ,
161+ String [] releaseBlocks ,
162+ BlockPreparingListener listener ) {}
154163}
Original file line number Diff line number Diff line change @@ -46,10 +46,10 @@ public abstract void fetchBlocks(
4646 * Prepare a sequence of blocks from remote node asynchronously
4747 */
4848 public abstract void prepareBlocks (
49- String host ,
50- int port ,
51- String execId ,
52- String [] prepareBlockIds ,
53- String [] releaseBlocks ,
54- BlockPreparingListener listener );
49+ String host ,
50+ int port ,
51+ String execId ,
52+ String [] prepareBlockIds ,
53+ String [] releaseBlocks ,
54+ BlockPreparingListener listener );
5555}
You can’t perform that action at this time.
0 commit comments