Skip to content

Commit

Permalink
[AMORO-2827] Keep the same naming style as amoro-mixed-format-flink-r…
Browse files Browse the repository at this point in the history
…untime module
  • Loading branch information
xleoken committed May 14, 2024
1 parent bb8be9d commit 4a52b29
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions amoro-mixed-format/amoro-mixed-format-spark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
10 changes: 5 additions & 5 deletions docs/admin-guides/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4a52b29

Please sign in to comment.