casionone commented on code in PR #421:
URL: 
https://github.com/apache/incubator-linkis-website/pull/421#discussion_r927483332


##########
i18n/zh-CN/docusaurus-plugin-content-docs/version-1.0.2/engine_usage/spark.md:
##########
@@ -68,8 +68,8 @@ Linkis提供了Java和Scala 的SDK向Linkis服务端提交任务. 具体可以
 
 Linkis 1.0后提供了cli的方式提交任务,我们只需要指定对应的EngineConn和CodeType标签类型即可,Spark的使用如下:
 ```shell
-You can also add the queue value in the StartUpMap of the submission 
parameter: `startupMap.put("wds.linkis.rm.yarnqueue", "dws")`

Review Comment:
   # 也可以在提交参数通过-confMap wds.linkis.yarnqueue=dws  来指定yarn 队列
   sh ./bin/linkis-cli -engineType spark-2.4.3 -codeType sql  -confMap 
wds.linkis.yarnqueue=dws -code "show tables"  -submitUser hadoop -proxyUser 
hadoop



##########
i18n/zh-CN/docusaurus-plugin-content-docs/version-1.0.2/engine_usage/spark.md:
##########
@@ -68,8 +68,8 @@ Linkis提供了Java和Scala 的SDK向Linkis服务端提交任务. 具体可以
 
 Linkis 1.0后提供了cli的方式提交任务,我们只需要指定对应的EngineConn和CodeType标签类型即可,Spark的使用如下:
 ```shell
-You can also add the queue value in the StartUpMap of the submission 
parameter: `startupMap.put("wds.linkis.rm.yarnqueue", "dws")`

Review Comment:
   ```
   # 也可以在提交参数通过-confMap wds.linkis.yarnqueue=dws  来指定yarn 队列
   sh ./bin/linkis-cli -engineType spark-2.4.3 -codeType sql  -confMap 
wds.linkis.yarnqueue=dws -code "show tables"  -submitUser hadoop -proxyUser 
hadoop
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to