File tree Expand file tree Collapse file tree 1 file changed +15
-4
lines changed Expand file tree Collapse file tree 1 file changed +15
-4
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ Nginx,[如何安装Nginx](https://www.tecmint.com/install-nginx-on-centos-7/)
47
47
sudo useradd hadoop
48
48
```
49
49
50
- ##### 注意:用户需要有sudo权限,且可免密登陆本机。[ 如何配置SSH免密登陆] ( https://www.jianshu.com/p/0922095f69f3 )
50
+ ##### 注意:用户需要有sudo权限,且可免密登陆本机。[ 如何配置SSH免密登陆] ( https://linuxconfig.org/passwordless-ssh )
51
51
```
52
52
vi /etc/sudoers
53
53
@@ -164,7 +164,7 @@ Azkaban [如何安装Azkaban](https://github.com/azkaban/azkaban)
164
164
sudo useradd hadoop
165
165
```
166
166
167
- ##### 注意:用户需要有sudo权限,且可免密登陆本机。[ 如何配置SSH免密登陆] ( https://www.jianshu.com/p/0922095f69f3 )
167
+ ##### 注意:用户需要有sudo权限,且可免密登陆本机。[ 如何配置SSH免密登陆] ( https://linuxconfig.org/passwordless-ssh )
168
168
```
169
169
vi /etc/sudoers
170
170
@@ -420,8 +420,19 @@ Caused by: java.lang.Exception: /data/DSSInstall/visualis-server/bin/phantomjsis
420
420
下载 [ driver驱动] ( https://phantomjs.org/download.html ) ,把phantomjs二进制文件放入visualis-server的bin目录下即可。
421
421
422
422
423
+ (3)简单版DSS创建工程失败
423
424
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)上传文件大小限制
425
436
426
437
```
427
438
sudo vi /etc/nginx/nginx.conf
@@ -433,7 +444,7 @@ sudo vi /etc/nginx/nginx.conf
433
444
client_max_body_size 200m
434
445
```
435
446
436
- (4 )接口超时
447
+ (6 )接口超时
437
448
438
449
```
439
450
sudo vi /etc/nginx/conf.d/dss.conf
You can’t perform that action at this time.
0 commit comments