Commit Graph

25 Commits

Author SHA1 Message Date
chengshiwen
5adf1db027 [Improvement][Docker] Update readme 2021-02-27 17:07:03 +08:00
chengshiwen
4cab4095e9 [Improvement][Docker] Update environment variables 2021-02-27 14:37:51 +08:00
chengshiwen
3ff4e21069 [Improvement][K8s] Add readme to use namespace, access ui and delete pv 2021-02-27 14:37:51 +08:00
chengshiwen
c200911733 [Improvement][Docker] Rename worker group to worker groups 2021-02-27 14:37:51 +08:00
chengshiwen
27d7b436a1 [Improvement][Docker] Add default login username and password in readme 2021-02-27 14:37:50 +08:00
chengshiwen
6911a39b49 [Improvement][Docker] Add FAQ in readme 2021-02-27 14:37:50 +08:00
dailidong
b8788f007b
Merge pull request #4887 from chengshiwen/fix-docker-invalid-volume
[Fix-4886][Docker] Fix invalid volume specification in Windows
2021-02-27 09:45:23 +08:00
John Bampton
90e9d4141d chore: fix case of GitHub and JavaScript
Changes are:

- `Github` -> `GitHub`
- `Javascript` -> `JavaScript`
2021-02-27 01:48:53 +10:00
chengshiwen
3b562f557d [Fix-4886][Docker] Fix invalid volume specification in Windows 2021-02-26 20:31:26 +08:00
alphabet5
fbe0edac07
Update README.md (#4882)
Added the default login credentials for the web UI.
2021-02-26 13:28:39 +08:00
wangdazhong001
73b2d5b7fc
[Fix-4843] Rename WORKER_GROUP to WORKER_GROUPS (#4843) (#4856)
* [Fix-4843] docker yml

* [Fix-4843] k8s env

* [Fix-#4843]  fix startup-init-conf.sh worker.properties.tpl  WORK_GROUP change WORK_GROUPS

* [Fix-#4843]  fix README.md README_zh_CN.md  WORK_GROUP change WORK_GROUPS

Co-authored-by: wangdz50 <wangdz50@chinaunicom.cn>
2021-02-25 22:44:06 +08:00
Shiwen Cheng
149b0dab4d
[Improvement][Docker] Sync docker conf templates to the latest conf properties (#4772) 2021-02-23 14:47:10 +08:00
Shiwen Cheng
4fd3cf9ea2
[Improvement][Docker] Update outdated readme (#4775) 2021-02-21 22:43:11 +08:00
Shiwen Cheng
8879d8ff60
[Improvement][*] Define version with revision globally and update version to 1.3.6-SNAPSHOT (#4773)
* [Improvement][*] Update version to 1.4.0-SNAPSHOT

* [Improvement][*] Update tab to space under checkstyle

* [Improvement][*] Define version with revision globally

* [Improvement][*] Update version to 1.3.6-SNAPSHOT
2021-02-20 14:22:49 +08:00
Shiwen Cheng
cbada7c16d
[Improvement][Docker] Reduce docker image size, remove frontend/nginx, remove stdout log, improve compose/swarm deployment and fix random PSQLException (#4643)
* [Improvement][Docker] Reduce docker image size, remove frontend/nginx, remove stdout log and improve compose/swarm deployment

* [Improvement][Docker] Fix random PSQLException
2021-02-14 17:42:04 +08:00
xiagw
8c47dcb694
fix: use shellformat(shfmt) and shellcheck fix mvnw (#3692)
use shellformat(shfmt) and shellcheck fix mvnw
2021-01-15 21:30:47 +08:00
Yarlung
bd156b312d
[Improvement-3933][db operation] Improve the performance of sql query (#3940)
* optimize select * case

* emove redundancy

* bug fixed

* Update en_US.js

* Update startup.sh

* optimize

* optimize code

* optimize

* bug fixed

* add ut

* bug fixed

* bug fixed

* bug fixed

* bug fixed

* Delete WorkFlowLineageMapper.xml

* Delete createTenement.vue

* recove wrongly deleted file

* Update WorkFlowLineageMapper.xml

* Update createTenement.vue
2020-11-28 21:41:00 +08:00
spring-bu
3fdc5576e1
[Fix][Docker] fix startup.sh variables cannot reference in single quotes. (#3895)
* [Fix][Docker] fix startup.sh variables cannot reference in single quotes.(#3894)

Signed-off-by: YoungMan <bushengquan@gmail.com>

* Update Dockerfile

update the  comment
and delete the maridb client

Co-authored-by: dailidong <dailidong66@gmail.com>
2020-10-17 21:57:16 +08:00
xiagw
93bc5c0081
fix:Dockerfile user apk --no-cache (#3691)
Dockerfile use apk --no-cache
Dockerfile use COPY replace ADD
2020-09-16 14:43:39 +08:00
geosmart
6dc8b4f0a3
add 4lw.commands.whitelist for ds monitor (#3664)
update docker zoo.cfg 
--
add config to enable dolphinscheuler monitor data
```
#Four Letter Words commands:stat,ruok,conf,isro
4lw.commands.whitelist=*
```
if without this config,the monitor data is all  default value -1
2020-09-05 16:32:19 +08:00
Yichao Yang
fe9967b005
[Improvement-3369][api] Introduce ProjectService interface for more clear code (#3384)
* [Improvement][api] Introduce ProjectService interface for more clear code

* Fix ci e2e

* Update ProcessDefinitionServiceTest.java
2020-08-16 12:36:25 +08:00
CalvinKirs
d6a32ac652
[Feature#3234][cluster]enhanced load balancing (#3235)
* [Future#3234][cluster]enhanced load balancing
weight-based load balancing algorithm
this close # 3234

* remove useless parameter

* code smell

* load balancing according to work group

* add smooth weight round robin

* remove unused constants

* perfect unit test

* code smell

* code smell

* add work weight config

* fix config error

* add weight docs to readme.md
2020-08-10 19:05:21 +08:00
shi-hailong
8d70c3b7c1
Update dolphinscheduler.conf (#3296)
/ui下的资源访问不应该发送到api-server
2020-07-24 17:09:58 +08:00
rockxsj
b6a0d55949
fix and update k8s deploy (#3215)
* Modify the AWS S3 request encryption method to V4.

* * update Dockerfile to add mysql-client for mysql database service test
* update wechat alert config replace placeholder from  to {xx} because of the  will be treat as env variable
* fix unit test of EnterpriseWeChatUtilsTest
* update values.yaml default config for helm deploy DS cluster
* update values.yaml default config for custom install
* update templates of helm for custom install
* update some name of env varibale, for example change from POSTGRESQL_HOST to DATABASE_HOST
* delele the redundancy requirements.yaml for heml
* update README* in the docker dir and subdir
* update startup scripts for support mysql as backend database

* * fix the ENV name wrong in docker-compose.yml and docker-stack.yml
* remove the didn't need port mapping in postgresql & zookeeper & dolphinscheduler-api

* * keep expose the port of postgresql & zk & api because of unit test needed

* * remove mysql-client package from dockerfile

Co-authored-by: rockxsj <junjun@mgtv.com>
2020-07-16 16:36:29 +08:00
xiaochun.liu
c68785632f merge from dev-1.3.0 2020-05-13 23:31:36 +08:00