From 4a52b29252db4506fae1698dd5bb8450dc458f2c Mon Sep 17 00:00:00 2001 From: xleoken Date: Sat, 11 May 2024 15:01:54 +0800 Subject: [PATCH] [AMORO-2827] Keep the same naming style as amoro-mixed-format-flink-runtime module --- amoro-mixed-format/amoro-mixed-format-spark/pom.xml | 4 ++-- .../pom.xml | 2 +- .../pom.xml | 2 +- docs/admin-guides/deployment.md | 10 +++++----- 4 files changed, 9 insertions(+), 9 deletions(-) rename amoro-mixed-format/amoro-mixed-format-spark/v3.2/{amoro-mixed-format-spark-3.2-runtime => amoro-mixed-format-spark-runtime-3.2}/pom.xml (99%) rename amoro-mixed-format/amoro-mixed-format-spark/v3.3/{amoro-mixed-format-spark-3.3-runtime => amoro-mixed-format-spark-runtime-3.3}/pom.xml (99%) diff --git a/amoro-mixed-format/amoro-mixed-format-spark/pom.xml b/amoro-mixed-format/amoro-mixed-format-spark/pom.xml index f51c1be045..27e7b72c75 100644 --- a/amoro-mixed-format/amoro-mixed-format-spark/pom.xml +++ b/amoro-mixed-format/amoro-mixed-format-spark/pom.xml @@ -34,8 +34,8 @@ amoro-mixed-format-spark-3-common v3.2/amoro-mixed-format-spark-3.2 - v3.2/amoro-mixed-format-spark-3.2-runtime + v3.2/amoro-mixed-format-spark-runtime-3.2 v3.3/amoro-mixed-format-spark-3.3 - v3.3/amoro-mixed-format-spark-3.3-runtime + v3.3/amoro-mixed-format-spark-runtime-3.3 diff --git a/amoro-mixed-format/amoro-mixed-format-spark/v3.2/amoro-mixed-format-spark-3.2-runtime/pom.xml b/amoro-mixed-format/amoro-mixed-format-spark/v3.2/amoro-mixed-format-spark-runtime-3.2/pom.xml similarity index 99% rename from amoro-mixed-format/amoro-mixed-format-spark/v3.2/amoro-mixed-format-spark-3.2-runtime/pom.xml rename to amoro-mixed-format/amoro-mixed-format-spark/v3.2/amoro-mixed-format-spark-runtime-3.2/pom.xml index 18ccea51d4..96c4445363 100644 --- a/amoro-mixed-format/amoro-mixed-format-spark/v3.2/amoro-mixed-format-spark-3.2-runtime/pom.xml +++ b/amoro-mixed-format/amoro-mixed-format-spark/v3.2/amoro-mixed-format-spark-runtime-3.2/pom.xml @@ -28,7 +28,7 @@ 4.0.0 - amoro-mixed-format-spark-3.2-runtime + amoro-mixed-format-spark-runtime-3.2 jar Amoro Project Mixed Format Spark 3.2 Runtime https://amoro.apache.org diff --git a/amoro-mixed-format/amoro-mixed-format-spark/v3.3/amoro-mixed-format-spark-3.3-runtime/pom.xml b/amoro-mixed-format/amoro-mixed-format-spark/v3.3/amoro-mixed-format-spark-runtime-3.3/pom.xml similarity index 99% rename from amoro-mixed-format/amoro-mixed-format-spark/v3.3/amoro-mixed-format-spark-3.3-runtime/pom.xml rename to amoro-mixed-format/amoro-mixed-format-spark/v3.3/amoro-mixed-format-spark-runtime-3.3/pom.xml index 10a275e5b1..ce8062d773 100644 --- a/amoro-mixed-format/amoro-mixed-format-spark/v3.3/amoro-mixed-format-spark-3.3-runtime/pom.xml +++ b/amoro-mixed-format/amoro-mixed-format-spark/v3.3/amoro-mixed-format-spark-runtime-3.3/pom.xml @@ -28,7 +28,7 @@ 4.0.0 - amoro-mixed-format-spark-3.3-runtime + amoro-mixed-format-spark-runtime-3.3 jar Amoro Project Mixed Format Spark 3.3 Runtime https://amoro.apache.org diff --git a/docs/admin-guides/deployment.md b/docs/admin-guides/deployment.md index f7a027c809..f16da21c17 100644 --- a/docs/admin-guides/deployment.md +++ b/docs/admin-guides/deployment.md @@ -51,12 +51,12 @@ amoro-mixed-format-flink-runtime-1.15-x.y.z.jar # Flink 1.15 runtime package original-amoro-mixed-format-flink-runtime-1.15-x.y.z.jar maven-archiver/ -cd ${base_dir}/amoro-mixed-format/amoro-mixed-format-spark/v3.2/amoro-mixed-format-spark-3.2-runtime/target +cd ${base_dir}/amoro-mixed-format/amoro-mixed-format-spark/v3.2/amoro-mixed-format-spark-runtime-3.2/target ls -amoro-mixed-format-spark-3.2-runtime-x.y.z.jar # Spark v3.2 runtime package) -amoro-mixed-format-spark-3.2-runtime-x.y.z-tests.jar -amoro-mixed-format-spark-3.2-runtime-x.y.z-sources.jar -original-amoro-mixed-format-spark-3.2-runtime-x.y.z.jar +amoro-mixed-format-spark-runtime-3.2-x.y.z.jar # Spark v3.2 runtime package) +amoro-mixed-format-spark-runtime-3.2-x.y.z-tests.jar +amoro-mixed-format-spark-runtime-3.2-x.y.z-sources.jar +original-amoro-mixed-format-spark-runtime-3.2-x.y.z.jar ``` If the Flink version in the amoro-ams/amoro-ams-optimizer/amoro-optimizer-flink module you compiled is lower than 1.15, you must add the `-Pflink-pre-1.15` parameter before mvn.