This is an automated email from the ASF dual-hosted git repository.

jinsongzhou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/amoro.git


The following commit(s) were added to refs/heads/master by this push:
     new 541215532 [AMORO-2827] Keep the same naming style as 
amoro-mixed-format-flink-runtime module (#2828)
541215532 is described below

commit 5412155325d428a073e3fc33478c69fbbdf6decb
Author: xleoken <[email protected]>
AuthorDate: Tue May 14 17:27:15 2024 +0800

    [AMORO-2827] Keep the same naming style as amoro-mixed-format-flink-runtime 
module (#2828)
---
 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(-)

diff --git a/amoro-mixed-format/amoro-mixed-format-spark/pom.xml 
b/amoro-mixed-format/amoro-mixed-format-spark/pom.xml
index f51c1be04..27e7b72c7 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 @@
     <modules>
         <module>amoro-mixed-format-spark-3-common</module>
         <module>v3.2/amoro-mixed-format-spark-3.2</module>
-        <module>v3.2/amoro-mixed-format-spark-3.2-runtime</module>
+        <module>v3.2/amoro-mixed-format-spark-runtime-3.2</module>
         <module>v3.3/amoro-mixed-format-spark-3.3</module>
-        <module>v3.3/amoro-mixed-format-spark-3.3-runtime</module>
+        <module>v3.3/amoro-mixed-format-spark-runtime-3.3</module>
     </modules>
 </project>
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 18ccea51d..96c444536 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 @@
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
-    <artifactId>amoro-mixed-format-spark-3.2-runtime</artifactId>
+    <artifactId>amoro-mixed-format-spark-runtime-3.2</artifactId>
     <packaging>jar</packaging>
     <name>Amoro Project Mixed Format Spark 3.2 Runtime</name>
     <url>https://amoro.apache.org</url>
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 10a275e5b..ce8062d77 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 @@
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
-    <artifactId>amoro-mixed-format-spark-3.3-runtime</artifactId>
+    <artifactId>amoro-mixed-format-spark-runtime-3.3</artifactId>
     <packaging>jar</packaging>
     <name>Amoro Project Mixed Format Spark 3.3 Runtime</name>
     <url>https://amoro.apache.org</url>
diff --git a/docs/admin-guides/deployment.md b/docs/admin-guides/deployment.md
index f7a027c80..f16da21c1 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.

Reply via email to