File tree Expand file tree Collapse file tree 4 files changed +12
-1
lines changed
Expand file tree Collapse file tree 4 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -152,6 +152,7 @@ sed -i "s#wds.linkis.gateway.ip.*#wds.linkis.gateway.ip=$GATEWAY_INSTALL_IP#g"
152152sed -i " s#wds.linkis.gateway.port.*#wds.linkis.gateway.port=$GATEWAY_PORT #g" $SERVER_CONF_PATH
153153sed -i " s#wds.linkis.gateway.url.*#wds.linkis.gateway.url=http://${GATEWAY_INSTALL_IP} :${GATEWAY_PORT} #g" $SERVER_CONF_PATH
154154sed -i " s#\#wds.linkis.token=.*#wds.linkis.token=${STREAMIS_LINKIS_TOKEN} #g" $SERVER_CONF_PATH
155+ sed -i " s#wds.linkis.flink.engine.version=.*#wds.linkis.flink.engine.version=${LINKIS_FLINK_VERSION} #g" $SERVER_CONF_PATH
155156isSuccess " subsitution linkis.properties of $SERVERNAME "
156157echo " <----------------$SERVERNAME :end------------------->"
157158echo " "
Original file line number Diff line number Diff line change @@ -44,4 +44,8 @@ STREAMIS_VERSION=0.3.2
4444
4545STREAMIS_FILE_NAME=" STREAMIS-$STREAMIS_VERSION "
4646
47- STREAMIS_LINKIS_TOKEN=streamis-auth
47+ # guarantee that the token is configured within the Linkis management console
48+ STREAMIS_LINKIS_TOKEN=streamis-auth
49+
50+ # fill in the available Flink versions on Linkis.
51+ LINKIS_FLINK_VERSION=1.16.2
Original file line number Diff line number Diff line change 101101 <artifactId >jackson-annotations</artifactId >
102102 <groupId >com.fasterxml.jackson.core</groupId >
103103 </exclusion >
104+ <exclusion >
105+ <artifactId >servlet-api</artifactId >
106+ <groupId >javax.servlet</groupId >
107+ </exclusion >
104108 </exclusions >
105109 </dependency >
106110
Original file line number Diff line number Diff line change @@ -111,3 +111,5 @@ wds.linkis.rpc.spring.params.enable=true
111111spring.ribbon.ReadTimeout =100000
112112spring.ribbon.ConnectTimeout =100000
113113
114+ # linkis flink plugin version
115+ wds.linkis.flink.engine.version =1.16.2
You can’t perform that action at this time.
0 commit comments