Skip to content

Commit

Permalink
Merge pull request #2 from WeBankFinTech/master
Browse files Browse the repository at this point in the history
update to new version
  • Loading branch information
liuyou2 authored Dec 23, 2019
2 parents 6bb616f + 5be316f commit b11f286
Show file tree
Hide file tree
Showing 22 changed files with 471 additions and 158 deletions.
48 changes: 42 additions & 6 deletions README-ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,15 @@

## 引言

DataSphere Studio(简称DSS)是微众银行大数据平台——WeDataSphere,自研的一站式数据应用开发管理门户
DataSphere Studio(简称DSS)是微众银行自研的一站式数据应用开发管理门户

基于 [**Linkis**](https://github.com/WeBankFinTech/Linkis) 计算中间件构建,可轻松整合上层各数据应用系统,让数据应用开发变得简洁又易用
基于插拔式的集成框架设计,及计算中间件 [**Linkis**](https://github.com/WeBankFinTech/Linkis) ,可轻松接入上层各种数据应用系统,让数据开发变得简洁又易用

DataSphere Studio定位为数据应用开发门户,闭环涵盖数据应用开发全流程。在统一的UI下,以工作流式的图形化拖拽开发体验,满足从数据导入、脱敏清洗、分析挖掘、质量检测、可视化展现、定时调度到数据输出应用等,数据应用开发全流程场景需求。
在统一的UI下,DataSphere Studio以工作流式的图形化拖拽开发体验,将满足从数据交换、脱敏清洗、分析挖掘、质量检测、可视化展现、定时调度到数据输出应用等,数据应用开发全流程场景需求。

借助于Linkis计算中间件的连接、复用与简化能力,DSS天生便具备了金融级高并发、高可用、多租户隔离和资源管控等执行与调度能力。
**DSS通过插拔式的集成框架设计,让用户可以根据需要,简单快速替换DSS已集成的各种功能组件,或新增功能组件。**

借助于 [**Linkis**](https://github.com/WeBankFinTech/Linkis) 计算中间件的连接、复用与简化能力,DSS天生便具备了金融级高并发、高可用、多租户隔离和资源管控等执行与调度能力。

## 界面预览

Expand All @@ -37,10 +39,14 @@ DSS主要特点:

       4、工作流调度工具——[Azkaban](https://azkaban.github.io/)

       **DSS插拔式的框架设计模式,允许用户快速替换DSS已集成的各个Web系统**。如:将Scriptis替换成Zeppelin,将Azkaban替换成DolphinScheduler。

![DSS一站式](images/zh_CN/readme/onestop.gif)

### 二、基于Linkis计算中间件,打造独有的AppJoint设计理念

       AppJoint,是DSS可以简单快速集成各种上层Web系统的核心概念。

       AppJoint——应用关节,定义了一套统一的前后台接入规范,可让外部数据应用系统快速简单地接入,成为DSS数据应用开发中的一环。

       DSS通过串联多个AppJoint,编排成一条支持实时执行和定时调度的工作流,用户只需简单拖拽即可完成数据应用的全流程开发。
Expand All @@ -53,6 +59,10 @@ DSS主要特点:

### 四、已集成的数据应用组件

       DSS通过实现多个AppJoint,已集成了丰富多样的各种上层数据应用系统,基本可满足用户的数据开发需求。

       **用户如果有需要,也可以轻松集成新的数据应用系统,以替换或丰富DSS的数据应用开发流程。**

       1、DSS的调度能力——Azkaban AppJoint

           用户的很多数据应用,通常希望具备周期性的调度能力。
Expand Down Expand Up @@ -113,6 +123,10 @@ DSS主要特点:

           空节点、子工作流节点。

       8、**节点扩展**

           **根据需要,用户可以简单快速替换DSS已集成的各种功能组件,或新增功能组件。**


## 与类似系统对比

Expand Down Expand Up @@ -140,13 +154,35 @@ DSS主要特点:

## 文档列表

#### 1. 安装编译文档

[快速安装使用文档](docs/zh_CN/ch2/DSS快速安装使用文档.md)

[**DSS安装常见问题列表**](docs/zh_CN/ch1/DSS安装常见问题列表.md)

[DSS编译文档](docs/zh_CN/ch1/DSS编译文档.md)

#### 2. 使用文档

[快速使用文档](docs/zh_CN/ch3/DataSphere_Studio_QuickStart.md)

[用户手册](docs/zh_CN/ch3/DSS_User_Manual.md)

[外部系统快速接入DSS](docs/zh_CN/ch4/第三方系统接入DSS指南.md)
#### 3. AppJoint插件安装文档

**以下为手动安装相关插件的指南,DSS一键安装【标准版】已自动安装了以下插件,可忽略。**

[DSS的Azkaban AppJoint插件安装指南](docs/zh_CN/ch4/如何接入调度系统Azkaban.md)

[DSS的Qualitis AppJoint插件安装指南](https://github.com/WeBankFinTech/Qualitis/blob/master/docs/zh_CN/ch1/%E6%8E%A5%E5%85%A5%E5%B7%A5%E4%BD%9C%E6%B5%81%E6%8C%87%E5%8D%97.md)

#### 4. 第三方系统如何接入文档

[DSS如何快速集成第三方系统](docs/zh_CN/ch4/第三方系统接入DSS指南.md)

#### 5. 架构文档

[如何接入调度系统Azkaban](docs/zh_CN/ch4/如何接入调度系统Azkaban.md)
[DSS工程发布到调度系统的架构设计](docs/zh_CN/ch4/DSS工程发布调度系统架构设计.md)

更多文档,敬请期待!

Expand Down
46 changes: 46 additions & 0 deletions bin/checkEnv.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
#
# Copyright 2019 WeBank
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
#!/bin/sh
say() {
printf 'check command fail \n %s\n' "$1"
}

err() {
say "$1" >&2
exit 1
}

check_cmd() {
command -v "$1" > /dev/null 2>&1
}

need_cmd() {
if ! check_cmd "$1"; then
err "need '$1' (your linux command not found)"
fi
}
echo "<-----start to check linux cmd:yum java mysql unzip expect telnet sed tar---->"
need_cmd yum
need_cmd java
need_cmd mysql
need_cmd unzip
need_cmd expect
need_cmd telnet
need_cmd sed
need_cmd tar
need_cmd source
need_cmd hostname
echo "<-----end to check linux cmd:yum java mysql unzip expect telnet sed tar------>"
81 changes: 60 additions & 21 deletions bin/install.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
#
# Copyright 2019 WeBank
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
#!/bin/sh
#Actively load user env
source ~/.bash_profile
Expand Down Expand Up @@ -38,6 +53,11 @@ else
fi
}


#check env
sh ${workDir}/bin/checkEnv.sh
isSuccess "check env"

function checkJava(){
java -version
isSuccess "execute java --version"
Expand Down Expand Up @@ -158,38 +178,55 @@ fi
##init db
if [[ '2' = "$MYSQL_INSTALL_MODE" ]];then
mysql -h$MYSQL_HOST -P$MYSQL_PORT -u$MYSQL_USER -p$MYSQL_PASSWORD -D$MYSQL_DB --default-character-set=utf8 -e "source ${workDir}/db/dss_ddl.sql"
isSuccess "source linkis_ddl.sql"
LOCAL_IP="`ifconfig | grep 'inet' | grep -v '127.0.0.1' | cut -d: -f2 | awk '{ print $2}'`"
isSuccess "source dss_ddl.sql"
LOCAL_IP="`hostname -i`"
if [ $GATEWAY_INSTALL_IP == "127.0.0.1" ];then
echo "GATEWAY_INSTALL_IP is equals 127.0.0.1 ,we will change it to ip address"
GATEWAY_INSTALL_IP_2=$LOCAL_IP
else
GATEWAY_INSTALL_IP_2=$GATEWAY_INSTALL_IP
fi
echo $GATEWAY_INSTALL_IP_2
#echo $GATEWAY_INSTALL_IP_2
sed -i "s/GATEWAY_INSTALL_IP_2/$GATEWAY_INSTALL_IP_2/g" ${workDir}/db/dss_dml.sql
sed -i "s/GATEWAY_PORT/$GATEWAY_PORT/g" ${workDir}/db/dss_dml.sql
if [ $AZKABAN_ADRESS_IP == "127.0.0.1" ];then
echo "AZKABAN_ADRESS_IP is equals 127.0.0.1 ,we will change it to ip address"
AZKABAN_ADRESS_IP_2=$LOCAL_IP
else
AZKABAN_ADRESS_IP_2=$AZKABAN_ADRESS_IP
fi
echo $AZKABAN_ADRESS_IP_2
sed -i "s/AZKABAN_ADRESS_IP_2/$AZKABAN_ADRESS_IP_2/g" ${workDir}/db/dss_dml.sql
sed -i "s/AZKABAN_ADRESS_PORT/$AZKABAN_ADRESS_PORT/g" ${workDir}/db/dss_dml.sql
if [ $VISUALIS_NGINX_IP == "127.0.0.1" ]||[ $VISUALIS_NGINX_IP == "0.0.0.0" ];then
echo "VISUALIS_NGINX_IP is equals $VISUALIS_NGINX_IP ,we will change it to ip address"
VISUALIS_NGINX_IP_2=$LOCAL_IP
else
VISUALIS_NGINX_IP_2=$VISUALIS_NGINX_IP
fi
echo $VISUALIS_NGINX_IP_2
#echo $VISUALIS_NGINX_IP_2
sed -i "s/VISUALIS_NGINX_IP_2/$VISUALIS_NGINX_IP_2/g" ${workDir}/db/dss_dml.sql
sed -i "s/VISUALIS_NGINX_PORT/$VISUALIS_NGINX_PORT/g" ${workDir}/db/dss_dml.sql
mysql -h$MYSQL_HOST -P$MYSQL_PORT -u$MYSQL_USER -p$MYSQL_PASSWORD -D$MYSQL_DB --default-character-set=utf8 -e "source ${workDir}/db/dss_dml.sql"
isSuccess "source linkis_dml.sql"
echo "Rebuild the table"
isSuccess "source dss_dml.sql"
if [[ '2' = "$INSTALL_MODE" ]];then
echo "start to update azkaban and qualitis table info "
#azkaban
if [ $AZKABAN_ADRESS_IP == "127.0.0.1" ];then
echo "AZKABAN_ADRESS_IP is equals 127.0.0.1 ,we will change it to ip address"
AZKABAN_ADRESS_IP_2=$LOCAL_IP
else
AZKABAN_ADRESS_IP_2=$AZKABAN_ADRESS_IP
fi
echo $AZKABAN_ADRESS_IP_2
sed -i "s/AZKABAN_ADRESS_IP_2/$AZKABAN_ADRESS_IP_2/g" ${workDir}/db/azkaban.sql
sed -i "s/AZKABAN_ADRESS_PORT/$AZKABAN_ADRESS_PORT/g" ${workDir}/db/azkaban.sql
mysql -h$MYSQL_HOST -P$MYSQL_PORT -u$MYSQL_USER -p$MYSQL_PASSWORD -D$MYSQL_DB --default-character-set=utf8 -e "source ${workDir}/db/azkaban.sql"
isSuccess "source azkaban.sql"
#qualitis
if [ $QUALITIS_ADRESS_IP == "127.0.0.1" ];then
echo "QUALITIS_ADRESS_IP is equals 127.0.0.1 ,we will change it to ip address"
QUALITIS_ADRESS_IP_2=$LOCAL_IP
else
QUALITIS_ADRESS_IP_2=$QUALITIS_ADRESS_IP
fi
echo $QUALITIS_ADRESS_IP_2
sed -i "s/QUALITIS_ADRESS_IP_2/$QUALITIS_ADRESS_IP_2/g" ${workDir}/db/qualitis.sql
sed -i "s/QUALITIS_ADRESS_PORT/$QUALITIS_ADRESS_PORT/g" ${workDir}/db/qualitis.sql
mysql -h$MYSQL_HOST -P$MYSQL_PORT -u$MYSQL_USER -p$MYSQL_PASSWORD -D$MYSQL_DB --default-character-set=utf8 -e "source ${workDir}/db/qualitis.sql"
isSuccess "source qualitis.sql"
fi
fi

##env check
Expand Down Expand Up @@ -304,8 +341,7 @@ isSuccess "install ${APPJOINTNAME}.zip"
}
##function end

##
ver Install
##dss-Server install
PACKAGE_DIR=dss/dss-server
SERVERNAME=dss-server
SERVER_IP=$DSS_SERVER_INSTALL_IP
Expand Down Expand Up @@ -354,8 +390,8 @@ installPackage
###Update appjoint entrance linkis.properties
echo "$SERVERNAME-step4:update linkis.properties"
SERVER_CONF_PATH=$SERVER_HOME/$SERVERNAME/conf/linkis.properties
ssh $SERVER_IP "sed -i \"s#wds.linkis.entrance.config.logPath.*#wds.linkis.entrance.config.logPath=$WORKSPACE_USER_ROOT_PATH#g\" $SERVER_CONF_PATH"
ssh $SERVER_IP "sed -i \"s#wds.linkis.resultSet.store.path.*#wds.linkis.resultSet.store.path=$RESULT_SET_ROOT_PATH#g\" $SERVER_CONF_PATH"
ssh -p $SSH_PORT $SERVER_IP "sed -i \"s#wds.linkis.entrance.config.logPath.*#wds.linkis.entrance.config.logPath=$WORKSPACE_USER_ROOT_PATH#g\" $SERVER_CONF_PATH"
ssh -p $SSH_PORT $SERVER_IP "sed -i \"s#wds.linkis.resultSet.store.path.*#wds.linkis.resultSet.store.path=$RESULT_SET_ROOT_PATH#g\" $SERVER_CONF_PATH"
isSuccess "subsitution linkis.properties of $SERVERNAME"
echo "<----------------$SERVERNAME:end------------------->"
echo ""
Expand Down Expand Up @@ -423,6 +459,8 @@ APPJOINTNAME=visualis
#visualis appjoint install
installAppjoints
echo "<----------------$APPJOINTNAME:end------------------->"
##sample version does not install qualitis APPJoint and scheduis APPJoint
if [[ '2' = "$INSTALL_MODE" ]];then
echo ""
echo "<----------------qualitis appjoint install start------------------->"
APPJOINTPARENT=dss-appjoints
Expand All @@ -439,5 +477,6 @@ APPJOINTPARENT=dss-appjoints
APPJOINTNAME=schedulis
#schedulis appjoint install
installAppjoints
isSuccess "subsitution conf of qualitis"
echo "<----------------$APPJOINTNAME:end------------------->"
isSuccess "subsitution conf of schedulis"
echo "<----------------$APPJOINTNAME:end------------------->"
fi
48 changes: 48 additions & 0 deletions bin/start-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,16 @@ sleep 15 #for Eureka register
SERVER_NAME=dss-server
SERVER_IP=$DSS_SERVER_INSTALL_IP
startApp
#MICRO_SERVICE_NAME=dss-server
#MICRO_SERVICE_IP=$DSS_SERVER_INSTALL_IP
#MICRO_SERVICE_PORT=$DSS_SERVER_PORT
#sh $workDir/check.sh $MICRO_SERVICE_NAME $MICRO_SERVICE_IP $MICRO_SERVICE_PORT
#state=`echo -e "\n" | telnet $MICRO_SERVICE_IP $MICRO_SERVICE_PORT 2>/dev/null | grep Connected | wc -l`
#if [ $state -eq 0 ]; then
# echo ""
# echo "ERROR " $MICRO_SERVICE_NAME "is a critical service and must be guaranteed to be started !!!"
# exit 1
#fi

#dss-flow-execution-entrance
SERVER_NAME=dss-flow-execution-entrance
Expand All @@ -91,3 +101,41 @@ SERVER_NAME=visualis-server
SERVER_IP=$VISUALIS_SERVER_INSTALL_IP
startApp


echo "Start to check all dss microservice"

#check dss-server
MICRO_SERVICE_NAME=dss-server
MICRO_SERVICE_IP=$DSS_SERVER_INSTALL_IP
MICRO_SERVICE_PORT=$DSS_SERVER_PORT
sh $workDir/checkMicro.sh $MICRO_SERVICE_NAME $MICRO_SERVICE_IP $MICRO_SERVICE_PORT
state=`echo -e "\n" | telnet $MICRO_SERVICE_IP $MICRO_SERVICE_PORT 2>/dev/null | grep Connected | wc -l`
isSuccess "$MICRO_SERVICE_NAME start"


#check dss-flow-execution-entrance
MICRO_SERVICE_NAME=dss-flow-execution-entrance
MICRO_SERVICE_IP=$FLOW_EXECUTION_INSTALL_IP
MICRO_SERVICE_PORT=$FLOW_EXECUTION_PORT
sh $workDir/checkMicro.sh $MICRO_SERVICE_NAME $MICRO_SERVICE_IP $MICRO_SERVICE_PORT
state=`echo -e "\n" | telnet $MICRO_SERVICE_IP $MICRO_SERVICE_PORT 2>/dev/null | grep Connected | wc -l`
isSuccess "$MICRO_SERVICE_NAME start"

#check linkis-appjoint-entrance
MICRO_SERVICE_NAME=linkis-appjoint-entrance
MICRO_SERVICE_IP=$APPJOINT_ENTRANCE_INSTALL_IP
MICRO_SERVICE_PORT=$APPJOINT_ENTRANCE_PORT
sh $workDir/checkMicro.sh $MICRO_SERVICE_NAME $MICRO_SERVICE_IP $MICRO_SERVICE_PORT
state=`echo -e "\n" | telnet $MICRO_SERVICE_IP $MICRO_SERVICE_PORT 2>/dev/null | grep Connected | wc -l`
isSuccess "$MICRO_SERVICE_NAME start"


#check visualis-server
sleep 10 #for visualis-server
MICRO_SERVICE_NAME=visualis-server
MICRO_SERVICE_IP=$VISUALIS_SERVER_INSTALL_IP
MICRO_SERVICE_PORT=$VISUALIS_SERVER_PORT
sh $workDir/checkMicro.sh $MICRO_SERVICE_NAME $MICRO_SERVICE_IP $MICRO_SERVICE_PORT
state=`echo -e "\n" | telnet $MICRO_SERVICE_IP $MICRO_SERVICE_PORT 2>/dev/null | grep Connected | wc -l`
isSuccess "$MICRO_SERVICE_NAME start"

8 changes: 4 additions & 4 deletions conf/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ WORKSPACE_USER_ROOT_PATH=file:///tmp/linkis/
RESULT_SET_ROOT_PATH=hdfs:///tmp/linkis

### 1、DataCheck APPJOINT,This service is used to provide DataCheck capability.
HIVE_META_URL=jdbc:mysql://127.0.0.1:3306/linkis?characterEncoding=UTF-8
HIVE_META_URL=jdbc:mysql://127.0.0.1:3306/hivemeta?characterEncoding=UTF-8
HIVE_META_USER=xxx
HIVE_META_PASSWORD=xxx

Expand Down Expand Up @@ -50,16 +50,16 @@ GATEWAY_PORT=9001
### SSH Port
SSH_PORT=22

#for azkaban
#Used to store the azkaban project transformed by DSS
WDS_SCHEDULER_PATH=file:///appcom/tmp/wds/scheduler

###The IP address and port are written into the database here, so be sure to plan ahead
## visualis-server
VISUALIS_SERVER_INSTALL_IP=127.0.0.1
VISUALIS_SERVER_PORT=9007
### visualis nginx acess ip
### visualis nginx acess ip,keep consistent with DSS front end
VISUALIS_NGINX_IP=0.0.0.0
VISUALIS_NGINX_PORT=9009
VISUALIS_NGINX_PORT=8088

### Eventchecker APPJOINT
### This service is used to provide Eventchecker capability. it's config in db.sh same as dss-server.
Expand Down
3 changes: 3 additions & 0 deletions db/azkaban.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
INSERT INTO `dss_application` (`id`, `name`, `url`, `is_user_need_init`, `level`, `user_init_url`, `exists_project_service`, `project_url`, `enhance_json`, `if_iframe`, `homepage_url`, `redirect_url`) VALUES (NULL, 'schedulis', NULL, '0', '1', NULL, '0', NULL, NULL, '1', NULL, NULL);
UPDATE `dss_application` SET url = 'http://AZKABAN_ADRESS_IP_2:AZKABAN_ADRESS_PORT', project_url = 'http://AZKABAN_ADRESS_IP_2:AZKABAN_ADRESS_PORT/manager?project=${projectName}',homepage_url = 'http://AZKABAN_ADRESS_IP_2:AZKABAN_ADRESS_PORT/homepage' WHERE `name` in
('schedulis');
4 changes: 1 addition & 3 deletions db/dss_dml.sql
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
INSERT INTO `dss_application` (`id`, `name`, `url`, `is_user_need_init`, `level`, `user_init_url`, `exists_project_service`, `project_url`, `enhance_json`, `if_iframe`, `homepage_url`, `redirect_url`) VALUES (NULL, 'linkis', null, '0', '1', NULL, '0', '/home', NULL, '0', '/home', NULL);
INSERT INTO `dss_application` (`id`, `name`, `url`, `is_user_need_init`, `level`, `user_init_url`, `exists_project_service`, `project_url`, `enhance_json`, `if_iframe`, `homepage_url`, `redirect_url`) VALUES (NULL, 'visualis', null, '0', '1', NULL, '0', NULL, NULL, '1', NULL, NULL);
INSERT INTO `dss_application` (`id`, `name`, `url`, `is_user_need_init`, `level`, `user_init_url`, `exists_project_service`, `project_url`, `enhance_json`, `if_iframe`, `homepage_url`, `redirect_url`) VALUES (NULL, 'schedulis', NULL, '0', '1', NULL, '0', NULL, NULL, '1', NULL, NULL);
INSERT INTO `dss_application` (`id`, `name`, `url`, `is_user_need_init`, `level`, `user_init_url`, `exists_project_service`, `project_url`, `enhance_json`, `if_iframe`, `homepage_url`, `redirect_url`) VALUES (NULL, 'workflow', null, '0', '1', NULL, '0', '/workflow', NULL, '0', '/project', NULL);
INSERT INTO `dss_application` (`id`, `name`, `url`, `is_user_need_init`, `level`, `user_init_url`, `exists_project_service`, `project_url`, `enhance_json`, `if_iframe`, `homepage_url`, `redirect_url`) VALUES (NULL, 'console', null, '0', '1', NULL, '0', '/console', NULL, '0', '/console', NULL);

Expand Down Expand Up @@ -30,7 +29,6 @@ INSERT INTO `dss_flow_taxonomy` (`id`, `name`, `description`, `creator_id`, `cre
UPDATE `dss_application` SET url = 'http://GATEWAY_INSTALL_IP_2:GATEWAY_PORT' WHERE `name` in('linkis','workflow');
UPDATE `dss_application` SET url = 'http://VISUALIS_NGINX_IP_2:VISUALIS_NGINX_PORT' WHERE `name` in('visualis');
UPDATE `dss_application` SET project_url = 'http://VISUALIS_NGINX_IP_2:VISUALIS_NGINX_PORT/dss/visualis/#/project/${projectId}',homepage_url = 'http://VISUALIS_NGINX_IP_2:VISUALIS_NGINX_PORT/dss/visualis/#/projects' WHERE `name` in('visualis');
UPDATE `dss_application` SET url = 'http://AZKABAN_ADRESS_IP_2:AZKABAN_ADRESS_PORT', project_url = 'http://AZKABAN_ADRESS_IP_2:AZKABAN_ADRESS_PORT/manager?project=${projectName}',homepage_url = 'http://AZKABAN_ADRESS_IP_2:AZKABAN_ADRESS_PORT/homepage' WHERE `name` in('schedulis');
UPDATE `dss_workflow_node` SET jump_url = 'http://VISUALIS_NGINX_IP_2:VISUALIS_NGINX_PORT/dss/visualis/#/project/${projectId}/display/${nodeId}' where node_type = 'linkis.appjoint.visualis.display';
UPDATE `dss_workflow_node` SET jump_url = 'http://VISUALIS_NGINX_IP_2:VISUALIS_NGINX_PORT/dss/visualis/#/project/${projectId}/portal/${nodeId}/portalName/${nodeName}' where node_type = 'linkis.appjoint.visualis.dashboard';

Expand Down Expand Up @@ -59,4 +57,4 @@ insert into `linkis_config_key_tree` VALUES(NULL,@key_id2,@tree_id1);
insert into `linkis_config_key_tree` VALUES(NULL,@key_id3,@tree_id1);
insert into `linkis_config_key_tree` VALUES(NULL,@key_id4,@tree_id1);
insert into `linkis_config_key_tree` VALUES(NULL,@key_id5,@tree_id1);
insert into `linkis_config_key_tree` VALUES(NULL,@key_id6,@tree_id2);
insert into `linkis_config_key_tree` VALUES(NULL,@key_id6,@tree_id2);
Loading

0 comments on commit b11f286

Please sign in to comment.