This is an automated email from the ASF dual-hosted git repository.
tyrantlucifer pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git
The following commit(s) were added to refs/heads/dev by this push:
new d2f9285eb [Docs][Faq] Fix faq dead link (#3308)
d2f9285eb is described below
commit d2f9285eb2a190490a804134d528692ee405d5f5
Author: TaoZex <[email protected]>
AuthorDate: Sat Nov 5 11:27:11 2022 +0800
[Docs][Faq] Fix faq dead link (#3308)
---
docs/en/faq.md | 2 --
1 file changed, 2 deletions(-)
diff --git a/docs/en/faq.md b/docs/en/faq.md
index e72d3248c..af46ae20f 100644
--- a/docs/en/faq.md
+++ b/docs/en/faq.md
@@ -343,8 +343,6 @@ spark-submit --verbose
Just configure hdfs-site.xml properly, refer to:
https://www.cnblogs.com/suanec/p/7828139.html
-There is an article on how to modify the spark code to complete the
configuration(SeaTunnel does not need to do this):
https://www.jianshu.com/p/3e84c4c97610
-
## I want to learn the source code of SeaTunnel, where should I start?
SeaTunnel has a completely abstract and structured code implementation, and
many people have chosen SeaTunnel As a way to learn Spark, you can learn the
source code from the main program entry:
[Seatunnel.java](https://github.com/apache/incubator-seatunnel/blob/72b57b22688f17376fe7e5cf522b4bdd3f62cce0/seatunnel-core/seatunnel-core-base/src/main/java/org/apache/seatunnel/Seatunnel.java)