Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

State

[Progress progress record]: It has been claimed by casinoxia

Proposed time: 2022/06/14

Discussion time:

Acceptance time:

Complete time:

[issues]:

[email]:  

[release]: linkis 1.2.0

[Proposerproposer]:casionxia

Motivation & Background

...

Basic concept

Expect to achieve goals

  • Adjusted directory structure
Code Block
├── bin
│ ├── checkEnv.sh
│ ├── common.sh
│ └── install.sh
├── deploy-config
│ ├── db.sh
│ └── linkis-env.sh
├── out.txt
├── package
│ ├── bin
│ │ ├── linkis-cli
│ ├── conf
│ │ ├── application-eureka.yml
│ ├── db
│ │ ├── linkis_ddl.sql
│ │ ├── linkis_dml.sql
│ │ ├── module
│ │ └── upgrade
│ └── sbin
│ ├── linkis-start-all.sh
├── pom.xml
├── release-docs
│ ├── LICENSE
│ ├── licenses
│ │ ├── LICENSE-accessors-smart.txt
│ │ ├── LICENSE-activation.txt
│ └── NOTICE
├── src
│ └── main
│ └── assembly


Implementation plan

  • Adjust the packaging and compilation process


Things to Consider & Note:

...