Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CELEBORN-1363] AbstractRemoteShuffleInputGateFactory supports celebo…
…rn.client.shuffle.compression.codec to configure compression codec ### What changes were proposed in this pull request? `AbstractRemoteShuffleInputGateFactory` supports `celeborn.client.shuffle.compression.codec` to configure compression codec. ### Why are the changes needed? `AbstractRemoteShuffleInputGateFactory` only supports LZ4 compression codec via hard code at present. `AbstractRemoteShuffleInputGateFactory` should support `celeborn.client.shuffle.compression.codec` to configure compression codec like ZSTD etc. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? No. Closes #2435 from SteNicholas/CELEBORN-1363. Authored-by: SteNicholas <[email protected]> Signed-off-by: mingji <[email protected]>
- Loading branch information