xingchun-chen
0ac0f31548
Merge pull request #5002 from chengshiwen/improve-docker-compatibility
...
[Improvement-4837][Docker] Support docker compose file 3.1+ version and Optimize k8s template
4 years ago
zhuangchong
d13fab7497
fix mybatis mapper sql judgment condition of foreach statement. ( #4964 )
4 years ago
chengshiwen
a2aeeb7dab
[Improvement][Docker] Add tenant tip for quick start
4 years ago
wenjun
89c9b51740
[Improvement]Add comments to ZKMasterClient.java( #5005 )
4 years ago
guohaozhang
c3f43a1924
[Improvement-#4972] add kerberos init before yarn kill ( #4973 )
...
* [Improvement-#4972] add kerberos init before yarn kill
* [Improvement-#4972] fix code smell
* [Improvement-#4972] add ut
4 years ago
chengshiwen
6d2ae7523f
[Improvement][K8s] Optimize metadata name
4 years ago
chengshiwen
167a768b32
[Improvement][K8s] Optimize fullname
4 years ago
chengshiwen
b689630970
[Improvement][K8s] Optimize image pull secret
4 years ago
chengshiwen
e20ffacf22
[Improvement][K8s] Support local image
4 years ago
xingchun-chen
fd581af726
Merge pull request #4977 from chengshiwen/fix-docker-image-build-on-windows
...
[Fix-3124][Docker] Fix that can not build a docker image on Windows
4 years ago
chengshiwen
d3afa1f93e
[Improvement][Docker] Support docker compose file 3.1+ version
4 years ago
Shiwen Cheng
71bd231c95
[Improvement][UI] Unify form model by m-list-box ( #4982 )
4 years ago
zhuangchong
e68e994d46
when Kerberos authentication is enabled,cannot get application status. ( #4980 )
4 years ago
zhuangchong
86600d1328
AlertClientService null pointer exception in SqlTask. ( #4983 )
4 years ago
chengshiwen
467d9f5681
[Fix-3124][Docker] Fix that can not build a docker image on Windows
4 years ago
Shiwen Cheng
8112f5bcb5
[Fix][API] Fix KeeperException ( #4961 )
...
fix #4705
4 years ago
xingchun-chen
e851ec1367
Merge pull request #4962 from chengshiwen/improve-docker-readme
...
[Improvement][Docker] Improve readme, notes, and long host display
4 years ago
chengshiwen
fb2b55c150
[Improvement][Docker] Improve readme, notes, and long host display
4 years ago
Shiwen Cheng
8c68e2c60b
[Fix][Worker] Fix worker cannot start and alertClientService NullPointerException ( #4956 )
...
* [Fix][Worker] Fix worker cannot start
* [Fix][Worker] Fix alertClientService NullPointerException
* [Fix][Worker] Improve ut coverage
* [Improvement][CI] Improve workflow ci
4 years ago
dddyszy
01b71f1a0d
[Fix-4839][Server] Process cannot stop when killed with retry ( #4841 )
...
* [Fix-4839][Server] Process cannot stop when killed with retry
* [Fix-4839][Server] Process cannot stop when killed with retry
4 years ago
xingchun-chen
6d1537aa44
Merge pull request #4945 from CalvinKirs/e2e_test
...
[CI][e2e]close e2e test
4 years ago
xingchun-chen
969fba8afd
Merge pull request #4783 from chengshiwen/improve-k8s-adapt-alert-server
...
[Improvement][K8s] Adapt to the latest alert-server with updated config and port 50052
4 years ago
CalvinKirs
55389c0fb0
close e2e test
4 years ago
xingchun-chen
cf13c87dae
Merge pull request #4900 from chengshiwen/improve-docker-supervisor-and-log
...
[Fix-4897][Docker] Support supervisor management and fix log stdout
4 years ago
Shiwen Cheng
d667525913
[Fix-4905][K8s] Fix incorrect host problem in minikube ( #4906 )
...
* [Fix][K8s] Fix incorrect host problem in minikube
* [Improvement][K8s] Rename MASTER_WORKER_STS_PATTERN to STS_PATTERN
4 years ago
xingchun-chen
4706de717c
Merge pull request #4902 from chengshiwen/improve-k8s-compatibility
...
[Improvement][K8s] Check compatibility in all Kubernetes 1.12+ and optimize ingress compatibility
4 years ago
Shiwen Cheng
24fda3fbb1
[Feature][Flink] Support parallelism input ( #4937 )
...
* [Feature][Flink] Support parallelism input
* [Feature][Flink] Fix check style
* [Feature][Flink] Remove FLINK_DETACH
4 years ago
zhuangchong
e5fb79b433
the instance page duration field content added empty filter processing. ( #4938 )
4 years ago
JuFeng Li
658a7f5661
[Fix-4940][UI]Fix when upload a file to directory call resources/list-paging error ( #4941 )
...
* fix resource page call list-page error
Co-authored-by: 李巨丰 <lijf@2345.com>
4 years ago
JuFeng Li
53aedc50ec
[Fix-4934][UI] Fix task statics info bug ( #4935 )
...
* ui statics info bug fix
Co-authored-by: 李巨丰 <lijf@2345.com>
4 years ago
zhuangchong
5bfe3fca67
[Fix][SqlTask] fix hive sqltask invalid connection parameters. ( #4917 )
...
* fix hive sqltask invalid connection parameters.
* add setConnParams test method.
* update base datasource test class code style.
* add BaseDataSourceTest in the pom xml.
* update hive conf list jdbc url stitching.
* update hive datasource test class.
4 years ago
Shiwen Cheng
ccd8aaebab
[Improvement][Server] Improve dependent task unit tests ( #4911 )
4 years ago
wenjun
f6088f277e
Optimize code comments ( #4933 )
...
Co-authored-by: mengyun <mengyun@pinduoduo.com>
4 years ago
chengshiwen
61f4086e84
[Fix-4897][Docker] Support supervisor management and fix log stdout
4 years ago
JuFeng Li
397c78149c
[Fix-4929][dao]fix ClassCastException when run hive sql with udf ( #4930 )
...
* ambari2.7.5+hdp3.1兼容ds1.3插件
* params.py
* delete unuseless code
* fix class cast exception
Co-authored-by: 李巨丰 <lijf@2345.com>
4 years ago
zhuangchong
ba2bb22100
[Improvement][API] create project success return project id ( #4927 )
...
* create project success return project id.
* update return data structure
4 years ago
JuFeng Li
d01b2c432e
[Fix-4921][UI] Fix download log get return 404 ( #4922 )
...
* fix download log 404
* remove hard code and fix same download problem in downloadFile
Co-authored-by: 李巨丰 <lijf@2345.com>
4 years ago
lgcareer
43ba29a2dd
[Improvement-4624] When the server exist in the dead server list of zk,need stop service byself ( #4626 )
...
* [Improvement-4624] When the server exist in the dead server list of zk,need stop service byself
* [Improvement-4624]fix check style and add MaterRegistryTest
* [Improvement-4624]fix check style and add ZookeeperRegistryCenterTest
* [Improvement-4624]fix check style and add ZookeeperRegistryCenterTest
* [Improvement-4624]add RegisterOperatorTest
* [Improvement-4624]update RegisterOperatorTest
* [Improvement-4624]resolve code smell
* [Improvement-4624]revert LICENSE-@form-create-element-ui
4 years ago
Shiwen Cheng
54fc458e44
[Fix-4908][UI] Fix dependent task item cannot delete and select ( #4909 )
4 years ago
Shiwen Cheng
a25c3974fc
[Improvement][README] Update official website link in readme ( #4903 )
4 years ago
chengshiwen
79b5f8c791
[Improvement][K8s] Optimize ingress compatibility
4 years ago
chengshiwen
01ee2b3211
[Improvement][K8s] Adapt to the latest alert-server with updated config and port 50052
4 years ago
dailidong
bfc5d1e4ba
Merge pull request #4875 from chengshiwen/improve-docker-faq
...
[Improvement][Docker/K8s] Add FAQ in docker/k8s and update outdated readme
4 years ago
zhuangchong
139211f3dd
Reduce queries after successful project creation. ( #4901 )
4 years ago
zhuangchong
a388b6853d
Optimize HashMap Initial Capacity. ( #4896 )
4 years ago
chengshiwen
5adf1db027
[Improvement][Docker] Update readme
4 years ago
John Bampton
d170b92dc6
Update the url for `QuickStart in Docker` ( #4895 )
4 years ago
chengshiwen
da6e1500cb
[Improvement][Docker] Add DOLPHINSCHEDULER_OPTS for docker compose/swarm
4 years ago
chengshiwen
4cab4095e9
[Improvement][Docker] Update environment variables
4 years ago
chengshiwen
3ff4e21069
[Improvement][K8s] Add readme to use namespace, access ui and delete pv
4 years ago