yunfengzhou-hub commented on code in PR #7023:
URL: https://github.com/apache/paimon/pull/7023#discussion_r2689377053


##########
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:
   No, the official Paimon jars will not bundle hadoop 3.x dependencies. 
   
   This PR is more like providing a guarantee that if there is another project 
that relies on paimon-flink and Hadoop 3.x at the same time, this project is 
not supposed to have Hadoop version compatibility issue.



-- 
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]

Reply via email to