File tree Expand file tree Collapse file tree 6 files changed +5
-346
lines changed
plugins/linkis/dss-gateway-support
src/main/scala/org/apache/linkis/gateway/parser Expand file tree Collapse file tree 6 files changed +5
-346
lines changed Original file line number Diff line number Diff line change @@ -108,10 +108,10 @@ function changeCommonConf(){
108
108
sed -i " s#wds.linkis.gateway.port.*#wds.linkis.gateway.port=$GATEWAY_PORT #g" $CONF_DSS_PROPERTIES
109
109
sed -i " s#wds.linkis.gateway.url.*#wds.linkis.gateway.url=http://$GATEWAY_INSTALL_IP :$GATEWAY_PORT /#g" $CONF_DSS_PROPERTIES
110
110
sed -i " s#wds.linkis.gateway.wtss.url.*#wds.linkis.gateway.wtss.url=http://$GATEWAY_INSTALL_IP :$GATEWAY_PORT /#g" $CONF_DSS_PROPERTIES
111
- sed -i " s#wds.linkis.bml.auth.token.value.*#wds.linkis.bml.auth.token.value=$BML_AUTH / #g" $CONF_DSS_PROPERTIES
112
- sed -i " s#linkis.configuration.linkisclient.auth.token.value.*#linkis.configuration.linkisclient.auth.token.value=$BML_AUTH / #g" $CONF_DSS_PROPERTIES
113
- sed -i " s#wds.linkis.context.client.auth.value.*#wds.linkis.context.client.auth.value=$BML_AUTH / #g" $CONF_DSS_PROPERTIES
114
- sed -i " s#wds.linkis.errorcode.auth.token.*#wds.linkis.errorcode.auth.token=$BML_AUTH / #g" $CONF_DSS_PROPERTIES
111
+ sed -i " s#wds.linkis.bml.auth.token.value.*#wds.linkis.bml.auth.token.value=$BML_AUTH #g" $CONF_DSS_PROPERTIES
112
+ sed -i " s#linkis.configuration.linkisclient.auth.token.value.*#linkis.configuration.linkisclient.auth.token.value=$BML_AUTH #g" $CONF_DSS_PROPERTIES
113
+ sed -i " s#wds.linkis.context.client.auth.value.*#wds.linkis.context.client.auth.value=$BML_AUTH #g" $CONF_DSS_PROPERTIES
114
+ sed -i " s#wds.linkis.errorcode.auth.token.*#wds.linkis.errorcode.auth.token=$BML_AUTH #g" $CONF_DSS_PROPERTIES
115
115
}
116
116
117
117
# #function start
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 34
34
<module >dss-apps</module >
35
35
<module >dss-server</module >
36
36
<module >plugins/azkaban/linkis-jobtype</module >
37
- <module >plugins/linkis/dss-gateway-support</module >
38
37
<module >assembly</module >
39
38
<module >plugins/dolphinscheduler</module >
40
39
</modules >
41
40
42
- <repositories >
43
- <repository >
44
- <id >apache.snapshots</id >
45
- <name >Apache Snapshot Repository</name >
46
- <url >https://repository.apache.org/content/repositories/snapshots/</url >
47
- <snapshots >
48
- <enabled >true</enabled >
49
- </snapshots >
50
- </repository >
51
- </repositories >
52
-
53
41
<properties >
54
42
<dss .version>1.1.2</dss .version>
55
- <linkis .version>1.4.0-SNAPSHOT</linkis .version>
56
- <!-- <linkis.version>1.3.2</linkis.version>-->
43
+ <linkis .version>1.4.0</linkis .version>
57
44
<scala .version>2.12.17</scala .version>
58
45
<jdk .compile.version>1.8</jdk .compile.version>
59
46
<maven .version>3.3.3</maven .version>
You can’t perform that action at this time.
0 commit comments