This is an automated email from the ASF dual-hosted git repository.
xianjingfeng pushed a change to branch branch-0.8
in repository https://gitbox.apache.org/repos/asf/incubator-uniffle.git
from bb5676832 [#1252] fix(server): Incorrect storage write fail metric
(#1253)
new 5b57bf34a [#1277] chore: add flatten maven plugin (#1278)
new 4fde8004f [#1273] feat: add shaded module for spark3 client (#1279)
new e7cf955bf [#1274] feat: add shaded module for spark2 client (#1280)
new 876990fbf [#1275] chore: add scripts for publishing maven releases
(#1281)
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.gitignore | 1 +
build_distribution.sh | 4 +-
client-mr/core/pom.xml | 5 +-
client-spark/{spark2 => spark2-shaded}/pom.xml | 71 ++--------
.../src/main/resources/META-INF/LICENSE | 0
.../src/main/resources/META-INF/NOTICE | 0
client-spark/spark2/pom.xml | 132 +----------------
client-spark/{spark2 => spark3-shaded}/pom.xml | 71 ++--------
.../src/main/resources/META-INF/LICENSE | 0
.../src/main/resources/META-INF/NOTICE | 0
client-spark/spark3/pom.xml | 131 +----------------
client-tez/pom.xml | 8 ++
integration-test/mr/pom.xml | 2 +
integration-test/spark-common/pom.xml | 4 +
integration-test/spark2/pom.xml | 21 +--
integration-test/spark3/pom.xml | 5 +-
integration-test/tez/pom.xml | 5 +
pom.xml | 157 +++++++++++++++++++++
spotbugs-exclude.xml => release/asf-settings.xml | 25 ++--
release/publish_maven_artifacts.sh | 48 +++++++
20 files changed, 281 insertions(+), 409 deletions(-)
copy client-spark/{spark2 => spark2-shaded}/pom.xml (76%)
copy LICENSE => client-spark/spark2-shaded/src/main/resources/META-INF/LICENSE
(100%)
copy NOTICE => client-spark/spark2-shaded/src/main/resources/META-INF/NOTICE
(100%)
copy client-spark/{spark2 => spark3-shaded}/pom.xml (76%)
copy LICENSE => client-spark/spark3-shaded/src/main/resources/META-INF/LICENSE
(100%)
copy NOTICE => client-spark/spark3-shaded/src/main/resources/META-INF/NOTICE
(100%)
copy spotbugs-exclude.xml => release/asf-settings.xml (56%)
create mode 100755 release/publish_maven_artifacts.sh