peacewong commented on code in PR #773: URL: https://github.com/apache/linkis-website/pull/773#discussion_r1426149523
########## i18n/zh-CN/docusaurus-plugin-content-docs/current/engine-usage/spark.md: ########## @@ -178,6 +178,19 @@ Token-User: linkis ### 3.5 通过 `Linkis-cli` 提交spark yarn cluster任务 +上传jar包和配置 +```shell +# 上传linkis spark引擎的lib下的jar包 (根据您的实际安装目录修改以下参数) +cd /appcom/Install/linkis/lib/linkis-engineconn-plugins/spark/dist/3.2.1/lib +hdfs dfs -put *.jar hdfs:///spark/cluster/ + +# 上传linkis 配置文件 (根据您的实际安装目录修改以下参数) +cd /appcom/Install/linkis/conf +hdfs dfs -put * hdfs:///spark/cluster/ Review Comment: need put hive-site.xml to hdfs dir -- 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]
