This is an automated email from the ASF dual-hosted git repository.
zuston pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-uniffle.git
from 3b981edc4 [#1750] feat(remote merge): Support MapReduce. (#2109)
add 0bb64739d [#2136] feat(server)(coordinator): Add support of
updateConf from rest api (#2137)
No new revisions were added by this update.
Summary of changes:
.../org/apache/uniffle/common/web/JettyServer.java | 6 ++
.../common/web/resource/ConfOpsResource.java | 64 ++++++++++++++++++++++
.../web/resource/CoordinatorServerResource.java | 6 ++
.../server/web/resource/ServerResource.java | 6 ++
4 files changed, 82 insertions(+)
create mode 100644
common/src/main/java/org/apache/uniffle/common/web/resource/ConfOpsResource.java