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 4714e9142 [CELEBORN-1809][CIP-14] Add partitionLocation to cppClient
add d0d8edfe2 [CELEBORN-1737] Support build tez client package
No new revisions were added by this update.
Summary of changes:
.github/workflows/deps.yml | 1 +
README.md | 19 ++
build/make-distribution.sh | 29 ++-
.../mr-shaded => client-tez/tez-shaded}/pom.xml | 35 +++-
.../src/main/resources/META-INF/LICENSE | 0
.../tez-shaded}/src/main/resources/META-INF/NOTICE | 4 +-
.../META-INF/licenses/LICENSE-protobuf.txt | 0
.../META-INF/licenses/LICENSE-zstd-jni.txt | 0
dev/dependencies.sh | 4 +
...endencies-client-mr => dependencies-client-tez} | 98 ++++------
pom.xml | 3 +-
project/CelebornBuild.scala | 213 ++++++++++++++++++++-
tests/tez-it/pom.xml | 2 +-
13 files changed, 330 insertions(+), 78 deletions(-)
copy {client-mr/mr-shaded => client-tez/tez-shaded}/pom.xml (85%)
copy {client-mr/mr-shaded =>
client-tez/tez-shaded}/src/main/resources/META-INF/LICENSE (100%)
copy {client-mr/mr-shaded =>
client-tez/tez-shaded}/src/main/resources/META-INF/NOTICE (97%)
copy {client-flink/flink-1.14-shaded =>
client-tez/tez-shaded}/src/main/resources/META-INF/licenses/LICENSE-protobuf.txt
(100%)
copy {client-mr/mr-shaded =>
client-tez/tez-shaded}/src/main/resources/META-INF/licenses/LICENSE-zstd-jni.txt
(100%)
copy dev/deps/{dependencies-client-mr => dependencies-client-tez} (69%)