DataSphereStudio icon indicating copy to clipboard operation
DataSphereStudio copied to clipboard

DataSphereStudio is a one stop data application development& management portal, covering scenarios including data exchange, desensitization/cleansing, analysis/mining, quality measurement, visualizati...

Results 234 DataSphereStudio issues
Sort by recently updated
recently updated
newest added

/db/azkaban.sql `insert into dss_workflow_node values(null,null,'linkis.shell.sh',@shcedulis_id,1,1,0,1,null);` the application_id of linkis.shell.sh should be linkis_appid and we hope to move this code into dss_dml.sql in line 12 change to: /db/dss_dml.sql `INSERT into dss_workflow_node...

hql里面的内容保存后,还要去工作流保存才能保存。(2次保存)

![image](https://user-images.githubusercontent.com/35951567/88357047-78975f80-cd9c-11ea-943f-6fb68b399599.png) 如图,页面初始化后,双击左侧与右侧间的拖拽线,会导致右边栏空白; 经过查找,是因为src\js\component\panel\panel.vue组件中,currentChange没有设置在data中。双击的时候,没有经过move事件,会导致currentChange获取到的值为undefined和null。 解决办法:在data中设置currentChange为0就可以了。 ` currentChange: 0,`

![image](https://user-images.githubusercontent.com/53336342/90354793-e4f43e80-e07c-11ea-8fcb-d236171fe1d8.png)

根据日志排查,是说没有配置hadoop.config.dir。而eventchecker的storepath确实默认是在hdfs下,所以报错。需要修改install脚本,增加配置hadoop.config.dir

azkaban-linkis-jobtype 0.7.0 azkaban server 0.1.0 ![113031601280626_ pic_hd](https://user-images.githubusercontent.com/34439301/94406828-31b35500-01a5-11eb-8497-aa398961b84f.jpg) ![image](https://user-images.githubusercontent.com/34439301/94407207-bc944f80-01a5-11eb-8750-899258aeceba.png)

代码补全有时不是替换之前输入的内容,而是追加到后面

bug

使用LDAP登陆后,还会出现DSS安装常见问题列表第一个问题,还需要在dss-server的token.properties添加该用户的账号密码。

https://github.com/WeBankFinTech/DataSphereStudio/wiki/Login https://github.com/WeBankFinTech/DataSphereStudio/blob/master/docs/zh_CN/ch4/第三方系统接入DSS指南.md 阅读 wiki 和 md 了解到,token登录方式是给第三方系统访问Linkis和DSS使用的,在request的header或cookie中,写入Token-Code和Token-User两个参数。 已有一个内部系统 A ,A 系统有自己的用户体系,非LADP,没有SSO ,访问 A 系统需要先登录。 希望实现登录DSS后,在DSS首页的【已集成系统】点击 A 系统图标后直接进入,无须再登录 A 系统。 像这种场景要怎么处理?