This is an automated email from the ASF dual-hosted git repository.
zihaoxiang pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git
The following commit(s) were added to refs/heads/dev by this push:
new 950f32e1d6 [task-spark][docs] Corrected notice section (#9375)
950f32e1d6 is described below
commit 950f32e1d6387c608ad9272fec46ce8cd1be40c8
Author: mans2singh <[email protected]>
AuthorDate: Thu Apr 7 02:03:21 2022 -0400
[task-spark][docs] Corrected notice section (#9375)
---
docs/docs/en/guide/task/spark.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/docs/en/guide/task/spark.md b/docs/docs/en/guide/task/spark.md
index 7e025449c6..1e9f31524f 100644
--- a/docs/docs/en/guide/task/spark.md
+++ b/docs/docs/en/guide/task/spark.md
@@ -65,4 +65,4 @@ Configure the required content according to the parameter
descriptions above.
## Notice
-JAVA and Scala only used for identification, there is no difference. If use
Python to develop Flink, there is no class of the main function and the rest is
the same.
+JAVA and Scala only used for identification, there is no difference. If you
use Python to develop Spark application, there is no class of the main function
and the rest is the same.