You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2020/08/31 15:53:15 UTC

[GitHub] [incubator-doris] xy720 commented on a change in pull request #4489: [Spark load][Document] Add docs about spark and yarn client for spark load

xy720 commented on a change in pull request #4489:
URL: https://github.com/apache/incubator-doris/pull/4489#discussion_r480224432



##########
File path: docs/zh-CN/administrator-guide/load-data/spark-load-manual.md
##########
@@ -229,7 +230,43 @@ GRANT USAGE_PRIV ON RESOURCE * TO ROLE "role0";
 REVOKE USAGE_PRIV ON RESOURCE "spark0" FROM "user0"@"%";
 ```
 
+### 配置 SPARK 客户端
+
+FE底层通过执行spark-submit的命令去提交spark任务,因此需要为FE配置spark客户端,建议使用2.4以上的spark2官方版本,[spark下载地址](https://archive.apache.org/dist/spark/),下载完成后,请按步骤完成以下配置。

Review comment:
       ok,done.




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org