飞侠美如画
1028c3dbea
#3052 : Update SparkRuntimeEnvironment.java ( #10549 )
...
Add spark support for hive
2 years ago
飞侠美如画
08e2c245a8
Update SparkRuntimeEnvironment.java ( #10549 )
...
Add spark support for hive
2 years ago
xiangzihao
68071c0d05
#3051 : fix 10513 ( #10564 )
2 years ago
xiangzihao
773ebc9e52
fix 10513 ( #10564 )
2 years ago
houshitao
e4df133658
#3050 : [doc] Correct the complement add docs ( #10521 )
2 years ago
houshitao
1b1a567fec
[doc] Correct the complement add docs ( #10521 )
2 years ago
Wenjun Ruan
6c4e149d45
#3049 : Optimize master log, use MDC to inject workflow instance id and task instance id in log ( #10516 )
...
* Optimize master log, add workflow instance id and task instance id in log
* Use MDC to set the workflow info in log4j
* Add workflowInstanceId and taskInstanceId in MDC
2 years ago
Wenjun Ruan
db595b3eff
Optimize master log, use MDC to inject workflow instance id and task instance id in log ( #10516 )
...
* Optimize master log, add workflow instance id and task instance id in log
* Use MDC to set the workflow info in log4j
* Add workflowInstanceId and taskInstanceId in MDC
2 years ago
旺阳
f1fd17c989
#3048 : [fix] Change K8s postgresql password key name ( #10545 )
2 years ago
旺阳
388b214aca
[fix] Change K8s postgresql password key name ( #10545 )
2 years ago
juzimao
fafad0e1d0
#3047 : [Fix] fix the HttpUtilsTest' test case , it is always time out. ( #10294 )
2 years ago
juzimao
b2879c0e05
[Fix] fix the HttpUtilsTest' test case , it is always time out. ( #10294 )
2 years ago
JieguangZhou
90ca2c8913
#3046 : [fix][doc] Add DVC task plugin doc link ( #10529 )
2 years ago
JieguangZhou
3918140e7e
[fix][doc] Add DVC task plugin doc link ( #10529 )
2 years ago
WangJPLeo
3255091e9c
#3045 : TaskGroup remove query func permission check. ( #10557 )
2 years ago
WangJPLeo
bc4ceda4cf
TaskGroup remove query func permission check. ( #10557 )
2 years ago
Eric Gao
7ede12b5c2
#3044 : [Improvement][Metrics] Update some metrics names in grafana-demo dashboards ( #10432 ) ( #10552 )
2 years ago
Eric Gao
0aba68f335
[Improvement][Metrics] Update some metrics names in grafana-demo dashboards ( #10432 ) ( #10552 )
2 years ago
xuhhui
fad89a183e
#3043 : fix: Current node settings number of failed retries may not be negative ( #10530 )
2 years ago
xuhhui
198e00db58
fix: Current node settings number of failed retries may not be negative ( #10530 )
2 years ago
wjf
b311e01a06
#3042 : [Improve]Remove the code logger.isDebugEnabled() #5918 ( #10542 )
2 years ago
wjf
9345c16f3f
[Improve]Remove the code logger.isDebugEnabled() #5918 ( #10542 )
2 years ago
WangJPLeo
e4f4d79134
#3041 : [Feature] [Permission]Data permission module added and Query class api remove verification. ( #10504 )
...
* Data permission module added
* ut fix.
* queueController ut fix.
* queue service ut fix.
* e2e rerun
2 years ago
WangJPLeo
20348578a2
[Feature] [Permission]Data permission module added and Query class api remove verification. ( #10504 )
...
* Data permission module added
* ut fix.
* queueController ut fix.
* queue service ut fix.
* e2e rerun
2 years ago
旺阳
c21e5ee8fc
#3040 : [Fix-10274]Close InitialLDAPContext In LDAP ( #10532 )
...
* add finally close ctx in ldap log
* fix code style
2 years ago
旺阳
559f387e66
[Fix-10274]Close InitialLDAPContext In LDAP ( #10532 )
...
* add finally close ctx in ldap log
* fix code style
2 years ago
WangJPLeo
97c4000d42
#3039 : [Fix-10452] Serial wait for policy recovery ( #10453 )
...
* Serial wait for policy recovery
* processInstance state check null
* add sendresult(Host host, Command command) method and replace the original.
2 years ago
WangJPLeo
f46faa02c3
[Fix-10452] Serial wait for policy recovery ( #10453 )
...
* Serial wait for policy recovery
* processInstance state check null
* add sendresult(Host host, Command command) method and replace the original.
2 years ago
xiangzihao
d0acfe75e7
#3038 : add codeowner ( #10537 )
2 years ago
xiangzihao
6396fa9965
add codeowner ( #10537 )
2 years ago
Kerwin
60e4a9c026
#3037 : [Fix-10522] [API] Fix get executable time null pointer exception ( #10523 )
2 years ago
Kerwin
cefcb6d556
[Fix-10522] [API] Fix get executable time null pointer exception ( #10523 )
2 years ago
caishunfeng
ee815ed42f
#3036 : change import method access to protected ( #10536 )
2 years ago
caishunfeng
bf077cb38f
change import method access to protected ( #10536 )
2 years ago
caishunfeng
d6b93f1894
#3035 : Revert "[Improvement][Api] Interface and entity optimization to improve code scalability. ( #10483 )" ( #10534 )
...
This reverts commit f1a9c0d8e9
.
2 years ago
caishunfeng
d7cf09afd5
Revert "[Improvement][Api] Interface and entity optimization to improve code scalability. ( #10483 )" ( #10534 )
...
This reverts commit f1a9c0d8e9
.
2 years ago
Desperado2
fe4a8b1c22
#3034 : [FIX] Could not find or load main class org.apache.zookeeper.ZooKeeperMain ( #10535 )
...
* Update remove-zk-node.sh
* Update remove-zk-node.sh
* Update remove-zk-node.sh
* Update remove-zk-node.sh
2 years ago
Desperado2
4a3dfae006
[FIX] Could not find or load main class org.apache.zookeeper.ZooKeeperMain ( #10535 )
...
* Update remove-zk-node.sh
* Update remove-zk-node.sh
* Update remove-zk-node.sh
* Update remove-zk-node.sh
2 years ago
Eric Gao
99766a6566
#3033 : [Improvement][Metrics] Apply micrometer naming convention to metrics ( #10477 )
...
* Apply micrometer naming convention to worker metrics
* Apply micrometer naming convention all current metrics
* Fix remaining metrics names, update English docs and add Chinese docs
* Fix metrics names in grafana-demo dashboards
2 years ago
Eric Gao
cc06eaaf54
[Improvement][Metrics] Apply micrometer naming convention to metrics ( #10477 )
...
* Apply micrometer naming convention to worker metrics
* Apply micrometer naming convention all current metrics
* Fix remaining metrics names, update English docs and add Chinese docs
* Fix metrics names in grafana-demo dashboards
2 years ago
Wenjun Ruan
a44e3c467e
#3032 : Remove the schedule thread in LowerWeightHostManager ( #10310 )
2 years ago
Wenjun Ruan
b100f6c489
Remove the schedule thread in LowerWeightHostManager ( #10310 )
2 years ago
JieguangZhou
251a627fa1
#3031 : [Feature][Task Plugin] Add DVC task plugin for MLops scenario ( #10372 ) ( #10407 )
2 years ago
JieguangZhou
36e20cdfc8
[Feature][Task Plugin] Add DVC task plugin for MLops scenario ( #10372 ) ( #10407 )
2 years ago
Wenjun Ruan
ec00afedd0
#3030 : [Fix-10413] Fix Master startup failure the server still hang ( #10500 )
...
* Fix Master startup failure the server still hang
2 years ago
Wenjun Ruan
117f78ec4b
[Fix-10413] Fix Master startup failure the server still hang ( #10500 )
...
* Fix Master startup failure the server still hang
2 years ago
旺阳
f8f8733feb
#3029 : [Fix]Recovery Traffic Control Config ( #10505 )
...
* recovery traffic config
* run ci
* update
2 years ago
旺阳
6e4b2e6992
[Fix]Recovery Traffic Control Config ( #10505 )
...
* recovery traffic config
* run ci
* update
2 years ago
Eric Gao
549109e5dd
#3028 : [Feature] Enable users to switch and install conda env in jupyter task ( #10337 )
2 years ago
Eric Gao
64cee03fed
[Feature] Enable users to switch and install conda env in jupyter task ( #10337 )
2 years ago