This is an automated email from the ASF dual-hosted git repository.
voonhous pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/hudi.git
The following commit(s) were added to refs/heads/asf-site by this push:
new f1a4b31e8a9e docs(contribute): link developer setup to the actual
build instructions (#19419)
f1a4b31e8a9e is described below
commit f1a4b31e8a9e2b676417bcdf5d0213f8bd1525a7
Author: Ranga Reddy <[email protected]>
AuthorDate: Fri Jul 31 16:27:13 2026 +0530
docs(contribute): link developer setup to the actual build instructions
(#19419)
The IntelliJ setup step told contributors to build "as per instructions on
spark quickstart or flink quickstart". The Flink quickstart has no build
instructions at all, and the Spark quickstart only mentions building in a
single aside at the very bottom, which itself links to the README.
Point straight at the README's build section, including the Spark and Flink
version variants.
Closes #15632
---
website/contribute/developer-setup.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/website/contribute/developer-setup.md
b/website/contribute/developer-setup.md
index bc651fade30d..56cdd86383c7 100644
--- a/website/contribute/developer-setup.md
+++ b/website/contribute/developer-setup.md
@@ -118,7 +118,7 @@ Watch this [quick
video](https://www.youtube.com/watch?v=N2eDfU_rQ_U) for a code
IntelliJ is the recommended IDE for developing Hudi. To contribute, you would
need to do the following
-- Fork the Hudi code on Github & then clone your own fork locally. Once
cloned, we recommend building as per instructions on [spark
quickstart](/docs/quick-start-guide) or [flink
quickstart](/docs/flink-quick-start-guide).
+- Fork the Hudi code on Github & then clone your own fork locally. Once
cloned, build Hudi by following [Building Apache Hudi from
source](https://github.com/apache/hudi#building-apache-hudi-from-source) in the
README, which also covers building against a specific [Spark
version](https://github.com/apache/hudi#build-with-different-spark-versions) or
[Flink
version](https://github.com/apache/hudi#build-with-different-flink-versions).
- In IntelliJ, select `File` > `New` > `Project from Existing Sources...` and
select the `pom.xml` file under your local Hudi source folder.