Upgrade From 0.9.0 To 0.9.1 Guide
2 Upgrade steps
You only need to upgrade the Linkis-related modules to 0.9.1:
- linkis-gateway
- linkis-resourceManager
- linkis-ujes-hive-enginemanager
- linkis-ujes-hive-entrance
- linkis-ujes-jdbc-entrance
- linkis-ujes-python-entrance
- linkis-ujes-spark-entrance
Upgrade steps:
Unzip the corresponding service directory and copy the package to the corresponding lib directory
Linkis-gateway needs to modify the configuration of linkis.properties:
#Add parameters
wds.linkis.gateway.conf.enable.token.auth=true
#Modify the following parameters
wds.linkis.gateway.conf.url.pass.auth=/dws/
1.linkis-publicservice added bml support and added bml client
In addition, the netty package has been added:
netty-3.6.2.Final.jar
In addition, you need to configure the gateway address in linkis.properties:
wds.linkis.gateway.ip=127.0.0.1
wds.linkis.gateway.port=9001
- linkis-ujes-python-enginemanager and linkis-ujes-spark-enginemanager added bml support and added bml client
linkis-bmlcommon-0.9.1.jar
linkis-bml-hook-0.9.1.jar
linkis-gateway-httpclient-support-0.9.1.jar
linkis-httpclient-0.9.1.jar
Delete the 0.9.0 package
Unzip the corresponding service directory and copy the package to the corresponding lib directory
- linkis.properties configure Linkis database and Hive metadata database address configuration:
//Linkis database connection information
wds.linkis.server.mybatis.datasource.url=jdbc:mysql://
wds.linkis.server.mybatis.datasource.username=
wds.linkis.server.mybatis.datasource.password=
hive.meta.url=
hive.meta.user=
hive.meta.password=
- Application.yml modify eureka address
- linkis.properties configure Mybatis related configuration:
wds.linkis.server.mybatis.datasource.url=jdbc:mysql://
wds.linkis.server.mybatis.datasource.username=
wds.linkis.server.mybatis.datasource.password=
- Import the sql data of bml to mysql
cd db/;