zhuangchong
4b502e361f
[Improvement-4012][common/remote] Json util code integration,remove the remote module json util ( #4013 )
...
* Json util code integration,remove the remote module json util.
* update code checkstyle.
* update code checkstyle.
* add code checkstyle.
* add test class.
* update JSONUtils class.
* update JSONUtils class.
4 years ago
baoliang
403a4a20f2
merge from 1.3.3-release
4 years ago
lgcareer
be07cb62db
[maven-release-plugin] prepare for next development iteration
4 years ago
lgcareer
55242916b2
[maven-release-plugin] prepare release 1.3.3
4 years ago
lgcareer
b01898a8eb
[release]revert pom version to 1.3.3-release
4 years ago
lgcareer
1076a2349c
[maven-release-plugin] prepare for next development iteration
4 years ago
lgcareer
ed016499aa
[maven-release-plugin] prepare release 1.3.3
4 years ago
lgcareer
0d21fa9e3b
revert pom version to 1.3.3-release
4 years ago
BoYiZhang
7dd717af16
When running a task, the resource file is lost, which results in an error
4 years ago
BoYiZhang
48177b650e
When running a task, the resource file is lost, which results in an error
4 years ago
BoYiZhang
ef6cc62b96
When running a task, the resource file is lost, which results in an error
4 years ago
BoYiZhang
aace551782
When running a task, the resource file is lost, which results in an error
4 years ago
BoYiZhang
fc565813ef
When running a task, the resource file is lost, which results in an error
4 years ago
lgcareer
92a793288f
[maven-release-plugin] prepare for next development iteration
4 years ago
lgcareer
c144d81579
[maven-release-plugin] prepare release 1.3.3
4 years ago
lgcareer
ae85116fa5
change version from 1.3.2-SNAPSHOT to 1.3.3-SNAPSHOT ( #3934 )
4 years ago
dailidong
15436cfcdd
Delete ThreadUtilsTest.java
...
not useful test
4 years ago
dailidong
ed3f08916f
Update ThreadUtilsTest.java
4 years ago
dailidong
29a083ca8f
Update ThreadUtilsTest.java
4 years ago
dailidong
8e0fb35366
Update dolphinscheduler-common/src/test/java/org/apache/dolphinscheduler/common/threadutils/ThreadUtilsTest.java
...
Co-authored-by: Yichao Yang <1048262223@qq.com>
4 years ago
guyinyou
3b581455fc
[Feature]Add Python task "task variable / result transfer" implementation ( #3659 )
...
* 增加Python Task的“任务变量/结果传递”实现
Signed-off-by: 古崟佑
* add two files license
Signed-off-by: 古崟佑
* fix 'server/worker/task/AbstractCommandExecutor.java' code style
Signed-off-by: 1941815847Cy4 <1941815847cy4@kuaishou.com>
* update DB
Signed-off-by: 古崟佑
* update DB -- 2
Signed-off-by: 古崟佑
* fix codeStyle
Signed-off-by: 古崟佑
* fix codestyle
Signed-off-by: 古崟佑
* fix codeStyle
Signed-off-by: 古崟佑
* fix codeStyle
Signed-off-by: 古崟佑
* fix codeStyle
Signed-off-by: 古崟佑
* add VarPoolUtils Test
Signed-off-by: 古崟佑
* fix VarPoolUtilsTest codeStyle
Signed-off-by: 古崟佑
* fix VarPoolUtilsTest codeStyle
Signed-off-by: 古崟佑
* fix VarPoolUtilsTest codeStyle
Signed-off-by: 古崟佑
* fix VarPoolUtilsTest codeStyle
Signed-off-by: 古崟佑
* fix VarPoolUtilsTest codeStyle
Signed-off-by: 古崟佑
* add test config for VarPoolUtilsTest
Signed-off-by: 古崟佑
* fix unit test
Signed-off-by: 古崟佑
* fix codeStyle
Signed-off-by: 古崟佑
* fix VarPoolUtilsTest.java
Signed-off-by: 古崟佑
* fix
Signed-off-by: 古崟佑
* change the test class path
Signed-off-by: 古崟佑
* fix
Signed-off-by: 古崟佑
* fix "print the error message"
Signed-off-by: 古崟佑
* fix bug
Signed-off-by: 古崟佑
* fix
Signed-off-by: 古崟佑
Co-authored-by: 1941815847Cy4 <1941815847cy4@kuaishou.com>
4 years ago
lgcareer
2e4f9f19ce
[Fix-#3713][common]Fix that catfile method Stream not closed ( #3810 )
...
* [Bug-3713][HadoopUtils] catfile method Stream not closed (#3715 )
* fix bug
Delete invalid field: executorcores
Modify verification prompt
* fix bug
Delete invalid field: executorcores
Modify verification prompt
* fix bug
Delete invalid field: executorcores
Modify verification prompt
* dag add close button
* reset last version
* reset last version
* dag add close buttion
dag add close buttion
* update CLICK_SAVE_WORKFLOW_BUTTON xpath
* updae CLICK_SAVE_WORKFLOW_BUTTON xpath
* updae CLICK_SAVE_WORKFLOW_BUTTON xpath
* updae CLICK_SAVE_WORKFLOW_BUTTON xpath
* Update CreateWorkflowLocator.java
modify submit workflow button
* Update CreateWorkflowLocator.java
* Update CreateWorkflowLocator.java
modify CLICK_ADD_BUTTON
* Update CreateWorkflowLocator.java
delete print
* Update CreateWorkflowLocator.java
1
* Update CreateWorkflowLocator.java
1
* Setting '-XX:+DisableExplicitGC ' causes netty memory leaks
in addition
update '- XX: largepagesizeinbytes = 128M' to '- XX: largepagesizeinbytes = 10M'
* Update dag.vue
* Update dag.vue
* Update dag.vue
* Update CreateWorkflowLocator.java
* Revert "Setting '-XX:+DisableExplicitGC ' causes netty memory leaks"
This reverts commit 3a2cba7a
* Setting '-XX:+DisableExplicitGC ' causes netty memory leaks
in addition
update '- XX: largepagesizeinbytes = 128M' to '- XX: largepagesizeinbytes = 10M'
* Update dolphinscheduler-daemon.sh
* catfile method Stream not closed
* catfile method Stream not closed
Co-authored-by: dailidong <dailidong66@gmail.com>
Co-authored-by: xingchun-chen <55787491+xingchun-chen@users.noreply.github.com>
* [Fix-#3713][common]Fix that catfile method Stream not closed
Co-authored-by: BoYiZhang <39816903+BoYiZhang@users.noreply.github.com>
Co-authored-by: dailidong <dailidong66@gmail.com>
Co-authored-by: xingchun-chen <55787491+xingchun-chen@users.noreply.github.com>
4 years ago
lgcareer
268d09de1a
[Fix-#3713][common]Fix that catfile method Stream not closed
4 years ago
BoYiZhang
375ec125c5
[Feature-3773][processInstance, taskInstance] Change title name : Replacement System.currentTimeMillis () ( #3774 )
...
* fix bug
Delete invalid field: executorcores
Modify verification prompt
* fix bug
Delete invalid field: executorcores
Modify verification prompt
* fix bug
Delete invalid field: executorcores
Modify verification prompt
* dag add close button
* reset last version
* reset last version
* dag add close buttion
dag add close buttion
* update CLICK_SAVE_WORKFLOW_BUTTON xpath
* updae CLICK_SAVE_WORKFLOW_BUTTON xpath
* updae CLICK_SAVE_WORKFLOW_BUTTON xpath
* updae CLICK_SAVE_WORKFLOW_BUTTON xpath
* Update CreateWorkflowLocator.java
modify submit workflow button
* Update CreateWorkflowLocator.java
* Update CreateWorkflowLocator.java
modify CLICK_ADD_BUTTON
* Update CreateWorkflowLocator.java
delete print
* Update CreateWorkflowLocator.java
1
* Update CreateWorkflowLocator.java
1
* Setting '-XX:+DisableExplicitGC ' causes netty memory leaks
in addition
update '- XX: largepagesizeinbytes = 128M' to '- XX: largepagesizeinbytes = 10M'
* Update dag.vue
* Update dag.vue
* Update dag.vue
* Update CreateWorkflowLocator.java
* Revert "Setting '-XX:+DisableExplicitGC ' causes netty memory leaks"
This reverts commit 3a2cba7a
* Setting '-XX:+DisableExplicitGC ' causes netty memory leaks
in addition
update '- XX: largepagesizeinbytes = 128M' to '- XX: largepagesizeinbytes = 10M'
* Update dolphinscheduler-daemon.sh
* Replacement System.currentTimeMillis () to DateUtils.getCurrentTimeStamp()
* update checkstyle
* update checkstyle
Co-authored-by: dailidong <dailidong66@gmail.com>
Co-authored-by: xingchun-chen <55787491+xingchun-chen@users.noreply.github.com>
4 years ago
zhuangchong
36d5349610
[fix-3745][server] server get tasktype NPE exception ( #3746 )
4 years ago
qiaozhanwei
29f1123d1d
[Fix-3616][Server] when worker akc/response master exception , async retry ( #3748 )
4 years ago
zhuangchong
fad2852768
[Improvement][server] WATERDROP task plug-in optimization in switch case code cleaning. ( #3652 )
...
* WATERDROP switch case code checkstyle.
* add TaskManagerTest.
* TaskManagerTest checkstyle.
* TaskManagerTest checkstyle.
* TaskManagerTest add pom maven-surefire
* TaskManagerTest update.
4 years ago
felix.wang
565b8d3b66
[Improvement-3690][common] Get the native IP policy problem (获取本机ip策略问题 ) ( #3695 )
...
* Get the Intranet IP
* Get the Intranet IP
* fix code smell
* fix code smell
* fix code smell
* fix code smell
* support ipv6 --x:--x:--x:--x:--x:--x:--x:--x
* Update dolphinscheduler-common/src/main/resources/common.properties
Co-authored-by: Yichao Yang <1048262223@qq.com>
Co-authored-by: Yichao Yang <1048262223@qq.com>
4 years ago
BoYiZhang
7af20ca3af
[Bug-3713][HadoopUtils] catfile method Stream not closed ( #3715 )
...
* fix bug
Delete invalid field: executorcores
Modify verification prompt
* fix bug
Delete invalid field: executorcores
Modify verification prompt
* fix bug
Delete invalid field: executorcores
Modify verification prompt
* dag add close button
* reset last version
* reset last version
* dag add close buttion
dag add close buttion
* update CLICK_SAVE_WORKFLOW_BUTTON xpath
* updae CLICK_SAVE_WORKFLOW_BUTTON xpath
* updae CLICK_SAVE_WORKFLOW_BUTTON xpath
* updae CLICK_SAVE_WORKFLOW_BUTTON xpath
* Update CreateWorkflowLocator.java
modify submit workflow button
* Update CreateWorkflowLocator.java
* Update CreateWorkflowLocator.java
modify CLICK_ADD_BUTTON
* Update CreateWorkflowLocator.java
delete print
* Update CreateWorkflowLocator.java
1
* Update CreateWorkflowLocator.java
1
* Setting '-XX:+DisableExplicitGC ' causes netty memory leaks
in addition
update '- XX: largepagesizeinbytes = 128M' to '- XX: largepagesizeinbytes = 10M'
* Update dag.vue
* Update dag.vue
* Update dag.vue
* Update CreateWorkflowLocator.java
* Revert "Setting '-XX:+DisableExplicitGC ' causes netty memory leaks"
This reverts commit 3a2cba7a
* Setting '-XX:+DisableExplicitGC ' causes netty memory leaks
in addition
update '- XX: largepagesizeinbytes = 128M' to '- XX: largepagesizeinbytes = 10M'
* Update dolphinscheduler-daemon.sh
* catfile method Stream not closed
* catfile method Stream not closed
Co-authored-by: dailidong <dailidong66@gmail.com>
Co-authored-by: xingchun-chen <55787491+xingchun-chen@users.noreply.github.com>
4 years ago
小清
ba3adbd34b
[FIXBUG][common]fix yarn applications status cause NPE( #3645 ) ( #3648 )
...
* fix #3645
fix get yarn applications status from yarn server,http code return 404, get yarn applications status cause NullPointerException
* Update HadoopUtils.java
* Update HadoopUtils.java
4 years ago
Yichao Yang
ac4ed94061
[Improvement][common] Add UnsupportedOperationException for utils construct ( #3381 )
...
* [Improvement][common] Add UnsupportedOperationException for utils construct
* Fix checkstyle
4 years ago
zshit
26184de905
fix bug#3583 ( #3585 )
4 years ago
felix.wang
2ba529a96c
[Improvement][alert] Optimize alarm information ( #3559 )
...
* #3299 Json string parsing problem caused by non-standard json format.
* #3299 Json string parsing problem caused by non-standard json format.
* #3299 Json string parsing problem caused by non-standard json format. fix code style
* #3299 Json string parsing problem caused by non-standard json format. fix code style
* Optimize alarm information
* fix code style
* add license
* fix code smell
* Update dolphinscheduler-alert/src/main/java/org/apache/dolphinscheduler/alert/utils/EnterpriseWeChatUtils.java
Co-authored-by: Yichao Yang <1048262223@qq.com>
* fix code smell
* fix code smell
* 修改ut 和replace问题。
* 修改ut
Co-authored-by: wangjianda <Felix@thinkingdata.com>
Co-authored-by: Yichao Yang <1048262223@qq.com>
4 years ago
vanilla111
a4ee351a3a
delay execution of tasks and improve some designs ( #3427 )
4 years ago
dengc367
ad89f433f1
[Feature]modify some cases from rockxsj:Feature-presto to add presto datasource support ( #3468 )
...
* Feature presto (#1 )
* * add presto datasource support
update .gitigonre to igonre some files
* * use another presto driver
* * add LICENSE files about presto-jdbc
* * just for test sonar
Co-authored-by: rockxsj <junjun@mgtv.com>
* modify the io.prestosql.jdbc.PrestoDriver to com.facebook.presto.jdbc.PrestoDriver
* add presto connection in sql node
Co-authored-by: rockxsj <junjun@mgtv.com>
4 years ago
qiaozhanwei
917a4b20b5
release 1.3.2 version rollback ( #3527 )
...
* [Feature] JVM parameter optimization , related issue #3370
* [Feature] JVM parameter optimization , related issue #3370
* test release 1.3.2 version rollback
* test release 1.3.2 version rollback
* test
* test release 1.3.2 version rollback
* modify tag 1.3.0 to HEAD
Co-authored-by: qiaozhanwei <qiaozhanwei@analysys.com.cn>
4 years ago
qiaozhanwei
32edd19ac5
[maven-release-plugin] prepare for next development iteration
4 years ago
qiaozhanwei
4d2f0b0578
[maven-release-plugin] prepare release 1.3.2
4 years ago
qiaozhanwei
11d3c07e46
modify tag 1.3.0 to HEAD ( #3525 )
...
* [Feature] JVM parameter optimization , related issue #3370
* [Feature] JVM parameter optimization , related issue #3370
* test release 1.3.2 version rollback
* test release 1.3.2 version rollback
* test
* test release 1.3.2 version rollback
* modify tag 1.3.0 to HEAD
Co-authored-by: qiaozhanwei <qiaozhanwei@analysys.com.cn>
4 years ago
qiaozhanwei
f3f895751b
[maven-release-plugin] prepare for next development iteration
4 years ago
qiaozhanwei
f19b125374
[maven-release-plugin] prepare release 1.3.2
4 years ago
qiaozhanwei
4ba6b35b0f
test release 1.3.2 version rollback ( #3504 )
...
* [Feature] JVM parameter optimization , related issue #3370
* [Feature] JVM parameter optimization , related issue #3370
* test release 1.3.2 version rollback
* test release 1.3.2 version rollback
* test
* test release 1.3.2 version rollback
Co-authored-by: qiaozhanwei <qiaozhanwei@analysys.com.cn>
4 years ago
qiaozhanwei
f50353f8a6
[maven-release-plugin] prepare for next development iteration
4 years ago
qiaozhanwei
afd227a179
[maven-release-plugin] prepare release 1.3.2
4 years ago
qiaozhanwei
660eb5a1e6
test release 1.3.2 version rollback ( #3503 )
...
* [Feature] JVM parameter optimization , related issue #3370
* [Feature] JVM parameter optimization , related issue #3370
* test release 1.3.2 version rollback
* test release 1.3.2 version rollback
* test
* test release 1.3.2 version rollback
Co-authored-by: qiaozhanwei <qiaozhanwei@analysys.com.cn>
4 years ago
qiaozhanwei
b5f0f23d85
[maven-release-plugin] prepare for next development iteration
4 years ago
qiaozhanwei
88b3ef5d30
[maven-release-plugin] prepare release 1.3.2
4 years ago
qiaozhanwei
45424ec265
test release 1.3.2 version rollback ( #3499 )
...
* [Feature] JVM parameter optimization , related issue #3370
* [Feature] JVM parameter optimization , related issue #3370
* test release 1.3.2 version rollback
* test release 1.3.2 version rollback
Co-authored-by: qiaozhanwei <qiaozhanwei@analysys.com.cn>
4 years ago
qiaozhanwei
3191bfd19c
test release 1.3.2 version rollback
4 years ago
qiaozhanwei
b4b8c801ed
test release 1.3.2 version rollback
4 years ago