File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ Linkix需要的命令工具(在正式安装前,脚本会自动检测这些
1414- yum
1515- java
1616- unzip
17+ - zip
1718- expect
1819
1920需要安装的软件:
@@ -67,7 +68,6 @@ vi /etc/sudoers
67684 . 确保部署 DSS 和 Linkis 的服务器可正常执行 hdfs 、hive -e 和 spark-sql -e 等命令。在一键安装脚本中,会对组件进行检查。
6869
69705 . ** 如果您的Pyspark想拥有画图功能,则还需在所有安装节点,安装画图模块** 。命令如下:
70-
7171
7272``` bash
7373python -m pip install matplotlib
@@ -94,6 +94,9 @@ python -m pip install matplotlib
9494 ├── wedatasphere-linkis-x.x.x-dist.tar.gz # Linkis安装包
9595```
9696
97+ 4.停止机器上所有DSS及Linkis服务。若从未安装过DSS及Linkis服务,忽略此步骤。
98+
99+
97100### d. 修改配置
98101
99102  ;  ;  ;  ;  ;  ;  ;  ; 打开conf/config.sh,按需修改相关配置参数:
@@ -113,7 +116,7 @@ vi conf/config.sh
113116# 非必须不建议修改
114117# LINKIS_VERSION=1.0.2
115118
116- # ## DSS Web,本机安装无需修改
119+ # ## DSS Web,本机安装一般无需修改,但需确认此端口是否占用,若被占用,修改一个可用端口即可。
117120# DSS_NGINX_IP=127.0.0.1
118121# DSS_WEB_PORT=8088
119122
@@ -151,7 +154,7 @@ SPARK_CONF_DIR=/appcom/config/spark-config
151154# LINKIS_PUBLIC_MODULE=lib/linkis-commons/public-module
152155
153156
154- # # YARN REST URL
157+ # # YARN REST URL,ensure this PORT have no conflict with DSS_WEB_PORT
155158YARN_RESTFUL_URL =http://127.0.0.1:8088
156159
157160# # Engine版本配置,不配置则采用默认配置
You can’t perform that action at this time.
0 commit comments