From 950f32e1d6387c608ad9272fec46ce8cd1be40c8 Mon Sep 17 00:00:00 2001 From: mans2singh Date: Thu, 7 Apr 2022 02:03:21 -0400 Subject: [PATCH] [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.