zhongqishang commented on code in PR #2777: URL: https://github.com/apache/amoro/pull/2777#discussion_r1575558691
########## docs/admin-guides/deployment.md: ########## @@ -35,23 +35,23 @@ You can build based on the master branch without compiling Trino. The compilatio git clone https://github.com/apache/amoro.git cd amoro base_dir=$(pwd) -mvn clean package -DskipTests -pl '!mixed-format/trino' -cd ams/dist/target/ +mvn clean package -DskipTests -pl '!amoro-mixed-format/amoro-mixed-format-trino' +cd amoro-ams/dist/target/ ls amoro-x.y.z-bin.zip # AMS release package dist-x.y.z-tests.jar dist-x.y.z.jar archive-tmp/ maven-archiver/ -cd ${base_dir}/mixed-format/flink/v1.15/flink-runtime/target +cd ${base_dir}/amoro-mixed-format/amoro-mixed-format-flink/v1.15/amoro-mixed-format-flink-1.15/target Review Comment: ```suggestion cd ${base_dir}/amoro-mixed-format/amoro-mixed-format-flink/v1.15/amoro-mixed-format-flink-runtime-1.15/target ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
