1+ # Spring configurations
2+ wds.dss.appconn.framework.ismanager =true
3+ spring.server.port =9503
4+ spring.spring.application.name =dss-server-dev
5+
6+ wds.linkis.log.clear =true
7+
8+ wds.linkis.server.version =v1
9+
10+ # #restful
11+ wds.linkis.server.restful.scan.packages =com.webank.wedatasphere.dss.framework.workspace.restful,com.webank.wedatasphere.dss.framework.project.restful,com.webank.wedatasphere.dss.framework.release.restful,com.webank.wedatasphere.dss.framework.appconn.restful,com.webank.wedatasphere.dss.framework.admin.restful,com.webank.wedatasphere.dss.orchestrator.server.restful,com.webank.wedatasphere.dss.flow.execution.entrance.restful,com.webank.wedatasphere.dss.workflow.restful
12+
13+ # #mybatis
14+ wds.linkis.server.mybatis.mapperLocations=classpath*:com/webank/wedatasphere/dss/framework/workspace/dao/impl/*.xml,classpath*:com/webank/wedatasphere/dss/framework/project/dao/impl/*Mapper.xml,classpath*:com/webank/wedatasphere/dss/framework/release/dao/impl/*.xml,classpath*:com/webank/wedatasphere/dss/framework/admin/xml/impl/*.xml,classpath*:com/webank/wedatasphere/dss/framework/appconn/dao/impl/*.xml,classpath*:com/webank/wedatasphere/dss/orchestrator/core/dao/impl/*.xml,classpath*:com/webank/wedatasphere/dss/server/dao/impl/*.xml,classpath*:com/webank/wedatasphere/dss/application/dao/impl/*.xml,classpath*:com/webank/wedatasphere/dss/workspace/mapper/impl/*.xml,classpath*:com/webank/wedatasphere/dss/workspace/common/dao/impl/*.xml,classpath*:com/webank/wedatasphere/dss/orchestrator/db/dao/impl/*.xml,classpath*:com/webank/wedatasphere/dss/flow/execution/entrance/dao/impl/*.xml,classpath*:org/apache/linkis/jobhistory/dao/impl/*.xml,classpath*:com/webank/wedatasphere/dss/workflow/dao/impl/*.xml,classpath*:com/webank/wedatasphere/dss/scriptis/dao/mapper/*.xml,classpath*:com/webank/wedatasphere/dss/common/dao/impl/*.xml
15+
16+ wds.linkis.server.mybatis.typeAliasesPackage =com.webank.wedatasphere.dss.application.entity,com.webank.wedatasphere.dss.common.entity,com.webank.wedatasphere.dss.framework.workspace.bean,com.webank.wedatasphere.dss.framework.project.entity,com.webank.wedatasphere.dss.framework.appconn.entity,com.webank.wedatasphere.dss.framework.release.entity,com.webank.wedatasphere.dss.framework.admin.pojo.entity,com.webank.wedatasphere.dss.server.entity,com.webank.wedatasphere.dss.application.entity,com.webank.wedatasphere.dss.framework.appconn.entity,com.webank.wedatasphere.dss.workflow.entity,com.webank.wedatasphere.dss.framework.appconn.entity,com.webank.wedatasphere.dss.scriptis.pojo.entity,com.webank.wedatasphere.dss.common.entity
17+
18+ wds.linkis.server.mybatis.BasePackage =com.webank.wedatasphere.dss.framework.workspace.dao,com.webank.wedatasphere.dss.application.dao,com.webank.wedatasphere.dss.framework.project.dao,com.webank.wedatasphere.dss.framework.appconn.dao,com.webank.wedatasphere.dss.framework.release.dao,com.webank.wedatasphere.dss.orchestrator.db.dao,com.webank.wedatasphere.dss.framework.admin.xml,com.webank.wedatasphere.dss.common.server.dao,com.webank.wedatasphere.dss.orchestrator.core.dao,com.webank.wedatasphere.dss.server.dao,com.webank.wedatasphere.dss.application.dao,com.webank.wedatasphere.dss.workspace.mapper,com.webank.wedatasphere.dss.workspace.common.dao,com.webank.wedatasphere.dss.workspace.common.dao,com.webank.wedatasphere.dss.orchestrator.db.dao,com.webank.wedatasphere.dss.flow.execution.entrance.dao,org.apache.linkis.jobhistory.dao,com.webank.wedatasphere.dss.workflow.dao,com.webank.wedatasphere.dss.scriptis.dao,com.webank.wedatasphere.dss.common.dao
19+
20+ # ###project
21+ wds.dss.appconn.checker.development.ignore.list =orchestrator-framework,workflow,sendemail
22+ wds.dss.appconn.checker.project.ignore.list =visualis
23+
24+ # ###exclude appconn
25+ wds.dss.appconn.disabled =exchangis
26+
27+ # #import file dir
28+ wds.dss.server.scheduling.clear.cs.cron =0/5 * * * * ?
29+
30+ wds.dss.publish.max.remain.version =10
31+
32+ # ###workflow
33+ wds.dss.appconn.scheduler.project.store.dir =file:///appcom/tmp/wds/scheduler
34+ wds.dss.appconn.scheduler.azkaban.login.passwd =userpwd
35+ # #import file dir
36+ wds.dss.file.upload.dir =/appcom/tmp/uploads
37+ wds.dss.server.flow.edit.lock.timeout =180000
38+
39+ wds.dss.server.export.env =DEV
40+ wds.dss.server.import.env =DEV
41+
42+ # ##flow-execution
43+ wds.linkis.engine.application.name =flowExecutionEngine
44+ wds.linkis.enginemanager.application.name =flowExecution
45+
46+ wds.linkis.query.application.name =linkis-ps-publicservice
47+ wds.linkis.jobhistory.application.name =linkis-ps-publicservice
48+ wds.linkis.console.config.application.name =linkis-ps-publicservice
49+ wds.linkis.engine.creation.wait.time.max =20m
50+
51+ # hadoop config dir
52+ wds.linkis.entrance.config.log.path =hdfs:///appcom/logs/linkis
53+ wds.linkis.resultSet.store.path =hdfs:///tmp/linkis
54+
55+ wds.linkis.server.socket.mode =true
56+
57+ wds.linkis.client.flow.adminuser =ws
58+ wds.linkis.client.flow.author.user.token =172.0.0.1
59+
60+ wds.linkis.server.component.exclude.classes =org.apache.linkis.entranceclient.conf.ClientForEntranceSpringConfiguration,org.apache.linkis.entranceclient.conf.ClientSpringConfiguration
61+
62+ wds.linkis.server.component.exclude.packages =org.apache.linkis.entrance.restful.
63+
64+ spring.spring.main.allow-bean-definition-overriding =true
65+
66+ wds.linkis.flow.job.creator.v1 =nodeexecution
0 commit comments