Skip to content

Commit 83d9e00

Browse files
authored
Merge pull request #22 from chaogefeng/master
DSS Quick Use Document FAQ Update
2 parents f12457c + b2f7873 commit 83d9e00

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

docs/zh_CN/ch2/DSS快速安装使用文档.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Nginx,[如何安装Nginx](https://www.tecmint.com/install-nginx-on-centos-7/)
4747
sudo useradd hadoop
4848
```
4949

50-
##### 注意:用户需要有sudo权限,且可免密登陆本机。[如何配置SSH免密登陆](https://www.jianshu.com/p/0922095f69f3)
50+
##### 注意:用户需要有sudo权限,且可免密登陆本机。[如何配置SSH免密登陆](https://linuxconfig.org/passwordless-ssh)
5151
```
5252
vi /etc/sudoers
5353
@@ -164,7 +164,7 @@ Azkaban [如何安装Azkaban](https://github.com/azkaban/azkaban)
164164
sudo useradd hadoop
165165
```
166166

167-
##### 注意:用户需要有sudo权限,且可免密登陆本机。[如何配置SSH免密登陆](https://www.jianshu.com/p/0922095f69f3)
167+
##### 注意:用户需要有sudo权限,且可免密登陆本机。[如何配置SSH免密登陆](https://linuxconfig.org/passwordless-ssh)
168168
```
169169
vi /etc/sudoers
170170
@@ -420,8 +420,19 @@ Caused by: java.lang.Exception: /data/DSSInstall/visualis-server/bin/phantomjsis
420420
下载 [driver驱动](https://phantomjs.org/download.html),把phantomjs二进制文件放入visualis-server的bin目录下即可。
421421

422422

423+
(3)简单版DSS创建工程失败
423424

424-
(3)上传文件大小限制
425+
426+
删除数据库中表dss_application的schedulis和qualitis记录
427+
428+
429+
(4)多次重复安装后报错:TooManyResultsException:Expected on result
430+
431+
432+
删除数据库中表linkis_user和dss_user中的重复记录
433+
434+
435+
(5)上传文件大小限制
425436

426437
```
427438
sudo vi /etc/nginx/nginx.conf
@@ -433,7 +444,7 @@ sudo vi /etc/nginx/nginx.conf
433444
client_max_body_size 200m
434445
```
435446

436-
(4)接口超时
447+
(6)接口超时
437448

438449
```
439450
sudo vi /etc/nginx/conf.d/dss.conf

0 commit comments

Comments
 (0)