Upgrade From 0.9.0 To 0.9.1 Guide

    2 Upgrade steps

    1. You only need to upgrade the Linkis-related modules to 0.9.1:
    1. linkis-gateway
    2. linkis-resourceManager
    3. linkis-ujes-hive-enginemanager
    4. linkis-ujes-hive-entrance
    5. linkis-ujes-jdbc-entrance
    6. linkis-ujes-python-entrance
    7. linkis-ujes-spark-entrance

    Upgrade steps:

    1. Unzip the corresponding service directory and copy the package to the corresponding lib directory

    Linkis-gateway needs to modify the configuration of linkis.properties:

    1. #Add parameters
    2. wds.linkis.gateway.conf.enable.token.auth=true
    3. #Modify the following parameters
    4. 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:

    1. netty-3.6.2.Final.jar

    In addition, you need to configure the gateway address in linkis.properties:

    1. wds.linkis.gateway.ip=127.0.0.1
    2. wds.linkis.gateway.port=9001
    1. linkis-ujes-python-enginemanager and linkis-ujes-spark-enginemanager added bml support and added bml client
    1. linkis-bmlcommon-0.9.1.jar
    2. linkis-bml-hook-0.9.1.jar
    3. linkis-gateway-httpclient-support-0.9.1.jar
    4. linkis-httpclient-0.9.1.jar
    1. Delete the 0.9.0 package

    2. Unzip the corresponding service directory and copy the package to the corresponding lib directory

    1. linkis.properties configure Linkis database and Hive metadata database address configuration:
    1. //Linkis database connection information
    2. wds.linkis.server.mybatis.datasource.url=jdbc:mysql://
    3. wds.linkis.server.mybatis.datasource.username=
    4. wds.linkis.server.mybatis.datasource.password=
    5. hive.meta.url=
    6. hive.meta.user=
    7. hive.meta.password=
    1. Application.yml modify eureka address
    2. linkis.properties configure Mybatis related configuration:
    1. wds.linkis.server.mybatis.datasource.url=jdbc:mysql://
    2. wds.linkis.server.mybatis.datasource.username=
    3. wds.linkis.server.mybatis.datasource.password=
    1. Import the sql data of bml to mysql
    1. cd db/;