Skip to content

Commit 23352b0

Browse files
author
xlinliu
committed
fix
2 parents 6bb4493 + 6bb4493 commit 23352b0

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

assembly/config/config.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,16 +50,16 @@ DSS_APPS_SERVER_PORT=9044
5050

5151
############## ############## dss_appconn_instance configuration start ############## ##############
5252
####eventchecker表的地址,一般就是dss数据库
53-
EVENTCHECKER_JDBC_URL=***REMOVED***
53+
EVENTCHECKER_JDBC_URL=
5454
EVENTCHECKER_JDBC_USERNAME=linkis
5555
EVENTCHECKER_JDBC_PASSWORD=***REMOVED***
5656

5757
#### hive地址
58-
DATACHECKER_JOB_JDBC_URL=***REMOVED***
58+
DATACHECKER_JOB_JDBC_URL=
5959
DATACHECKER_JOB_JDBC_USERNAME=hivemeta
6060
DATACHECKER_JOB_JDBC_PASSWORD=***REMOVED***
6161
#### 元数据库,可配置成和DATACHECKER_JOB的一致
62-
DATACHECKER_BDP_JDBC_URL=***REMOVED***
62+
DATACHECKER_BDP_JDBC_URL=
6363
DATACHECKER_BDP_JDBC_USERNAME=hivemeta
6464
DATACHECKER_BDP_JDBC_PASSWORD=***REMOVED***
6565

conf/dss-server.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ wds.dss.appconn.checker.development.ignore.list=orchestrator-framework,workflow,
2222
wds.dss.appconn.checker.project.ignore.list=
2323
## filter appconn
2424
wds.dss.appconn.disabled=
25-
wds.dss.trust.token=***REMOVED***
25+
wds.dss.trust.token=
2626

2727
##import file dir
2828
wds.dss.server.scheduling.clear.cs.cron=0/5 * * * * ?
@@ -44,7 +44,7 @@ wds.linkis.resultSet.store.path=hdfs:///tmp/linkis
4444
wds.linkis.server.socket.mode=true
4545

4646
wds.linkis.client.flow.adminuser=ws
47-
wds.linkis.client.flow.author.user.token=***REMOVED***
47+
wds.linkis.client.flow.author.user.token=
4848

4949
wds.linkis.server.component.exclude.classes=org.apache.linkis.entranceclient.conf.ClientForEntranceSpringConfiguration,org.apache.linkis.entranceclient.conf.ClientSpringConfiguration
5050

dss-appconn/dss-appconn-manager/dss-appconn-manager-client/src/main/java/com/webank/wedatasphere/dss/appconn/manager/conf/AppConnManagerClientConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
public class AppConnManagerClientConfiguration {
2323

24-
public final static CommonVars<String> DSS_APPCONN_CLIENT_TOKEN = CommonVars.apply("wds.dss.appconn.client.user.token","***REMOVED***");
24+
public final static CommonVars<String> DSS_APPCONN_CLIENT_TOKEN = CommonVars.apply("wds.dss.appconn.client.user.token","");
2525
public final static CommonVars<String> LINKIS_ADMIN_USER = CommonVars.apply("wds.dss.appconn.client.user","ws");
2626

2727
public final static CommonVars<TimeType> APPCONN_WAIT_MAX_TIME = CommonVars.apply("wds.dss.appconn.client.load.wait.max.time",new TimeType("3m"));

dss-apps/dss-apiservice-server/src/main/java/com/webank/wedatasphere/dss/apiservice/core/config/ApiServiceConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121

2222
public class ApiServiceConfiguration {
23-
public final static CommonVars<String> LINKIS_AUTHOR_USER_TOKEN = CommonVars.apply("wds.linkis.client.api.service.author.user.token","***REMOVED***");
23+
public final static CommonVars<String> LINKIS_AUTHOR_USER_TOKEN = CommonVars.apply("wds.linkis.client.api.service.author.user.token","");
2424
public final static CommonVars<String> LINKIS_ADMIN_USER = CommonVars.apply("wds.linkis.client.api.service.adminuser","ws");
2525

2626
public final static CommonVars<Integer> LINKIS_CONNECTION_TIMEOUT = CommonVars.apply("wds.linkis.flow.connection.timeout",30000);

dss-apps/dss-scriptis-server/src/main/java/com/webank/wedatasphere/dss/scriptis/config/DSSScriptisConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121

2222
public class DSSScriptisConfiguration {
23-
public final static CommonVars<String> LINKIS_AUTHOR_USER_TOKEN = CommonVars.apply("wds.linkis.client.api.service.author.user.token","***REMOVED***");
23+
public final static CommonVars<String> LINKIS_AUTHOR_USER_TOKEN = CommonVars.apply("wds.linkis.client.api.service.author.user.token","");
2424
public final static CommonVars<String> LINKIS_ADMIN_USER = CommonVars.apply("wds.linkis.client.api.service.adminuser","ws");
2525

2626
public final static CommonVars<Long> LINKIS_CONNECTION_TIMEOUT = CommonVars.apply("wds.linkis.client.connection.timeout",45000L);

plugins/azkaban/linkis-jobtype/bin/config.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
##Linkis gateway url
22
LINKIS_GATEWAY_URL=http://127.0.0.1:9001
33

4-
##Linkis gateway token default ***REMOVED***
5-
LINKIS_GATEWAY_TOKEN=***REMOVED***
4+
##Linkis gateway token default
5+
LINKIS_GATEWAY_TOKEN=
66

77

88
##Azkaban executor host

web/packages/scriptis/module/workbench/script/script.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ export default {
434434
eventType?: any,
435435
arg?: {}
436436
}]
437-
* @param {*} param0
437+
* @param {*} param0
438438
*/
439439
initListenerCopilotEvent() {
440440
plugin.on('copilot_web_listener_inster', this.insterCode)
@@ -523,7 +523,7 @@ export default {
523523
}
524524
},
525525
'Workbench:removeTab'() {
526-
// fix http://***REMOVED***/#/product/100199/bug/detail/199545
526+
// fix http://xxx/#/product/100199/bug/detail/199545
527527
if (this.node) {
528528
this.resizePanel()
529529
}

0 commit comments

Comments
 (0)