yunfengzhou-hub commented on code in PR #7023:
URL: https://github.com/apache/paimon/pull/7023#discussion_r2688632567
##########
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:
Hadoop 2.x relies on commons-lang, which might be vulnerable to
[CVE-2025-48924](https://security.snyk.io/vuln/SNYK-JAVA-COMMONSLANG-10734077).
Some of our Paimon users have asked to provide a paimon-flink version with CVEs
like have been fixed.
I'll update this to the description of this PR.
--
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]