JingsongLi commented on code in PR #7023:
URL: https://github.com/apache/paimon/pull/7023#discussion_r2689342728
##########
docs/content/flink/quick-start.md:
##########
@@ -70,7 +70,17 @@ You can also manually build bundled jar from the source code.
To build from source code, [clone the git repository]({{< github_repo >}}).
Build bundled jar with the following command.
-- `mvn clean install -DskipTests`
+
+```bash
+# build paimon flink 1.x
+mvn clean install -DskipTests
+
+# build paimon flink 1.x with hadoop 3.x
+mvn clean package -DskipTests -Pflink1,hadoop3
Review Comment:
Do you mean we will bundle the corresponding dependencies into our JAR file
based on the Hadoop version?
--
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]