From ece1fe3d5295034065be4038a0db38643e93ec3b Mon Sep 17 00:00:00 2001 From: ChengJie1053 <18033291053@163.com> Date: Fri, 15 Sep 2023 13:07:05 +0800 Subject: [PATCH] Modify spark.md --- docs/configuration/spark.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/configuration/spark.md b/docs/configuration/spark.md index a315cd2343..ed070e2ac4 100644 --- a/docs/configuration/spark.md +++ b/docs/configuration/spark.md @@ -30,6 +30,7 @@ Use spark yarn cluster mode,need to set label "engingeConnRuntimeMode": "yarnCluster",and need to upload the dependence of the spark to 'linkis.spark.yarn.cluster.jar'(the default value is 'hdfs:///spark/cluster') spark dependencies include jars and configuration files,For example: '/appcom/Install/linkis/lib/linkis-engineconn-plugins/spark/dist/3.2.1/lib/*.jar','/appcom/Install/linkis/conf/*' + Precautions for using yarnCluster: Eureka url if 127.0.0.1 should be changed to the real host, such as "127.0.0.1:20303/eureka/" should be changed to "wds001:20303/eureka/"