This is an automated email from the ASF dual-hosted git repository.
ethanfeng pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/celeborn.git
from 9e04ff4a9 [CELEBORN-1763] Fix DataPusher be blocked for a long time
add e496a3cfa [CELEBORN-1785][CIP-14] Add baseConf to cppClient
No new revisions were added by this update.
Summary of changes:
LICENSE | 2 +
cpp/celeborn/CMakeLists.txt | 1 +
cpp/celeborn/conf/BaseConf.cpp | 228 ++++++++++++++++++
cpp/celeborn/conf/BaseConf.h | 263 +++++++++++++++++++++
cpp/celeborn/{memory => conf}/CMakeLists.txt | 10 +-
cpp/celeborn/conf/tests/BaseConfTest.cpp | 200 ++++++++++++++++
cpp/celeborn/{memory => conf}/tests/CMakeLists.txt | 8 +-
.../celeborn/utils/CelebornUtils.h | 15 +-
8 files changed, 713 insertions(+), 14 deletions(-)
create mode 100644 cpp/celeborn/conf/BaseConf.cpp
create mode 100644 cpp/celeborn/conf/BaseConf.h
copy cpp/celeborn/{memory => conf}/CMakeLists.txt (92%)
create mode 100644 cpp/celeborn/conf/tests/BaseConfTest.cpp
copy cpp/celeborn/{memory => conf}/tests/CMakeLists.txt (83%)
copy
client-flink/common/src/main/java/org/apache/celeborn/plugin/flink/ShuffleResource.java
=> cpp/celeborn/utils/CelebornUtils.h (67%)