ZHAOLIPAN
68f736953b
fix typos ( #1821 )
5 years ago
DK.Pino
ea0caef88f
Regularize quartz.properties conf file ( #1783 )
...
* remove lombok dependency(last)
* regularize quartz.properties conf file
5 years ago
Yelli
2ec9943f64
fix bug: zk hasTask method NPE ( #1785 )
5 years ago
gabry.wu
88b022cb57
ITaskQueue should have "hasTask" function ( #1744 )
...
* issue https://github.com/apache/incubator-dolphinscheduler/issues/1742
* remove unnecessary catch
* fix exception type
* fix bad code smell
* remove log exceptions
* catch exception
5 years ago
bao liang
e0e0696b4f
add out put log when master/worker server start ( #1769 )
...
* merge hadoop.properties into common.properties
* merge hadoop,zookeeper.properties into common.properties
remove combined.properties/master.properties/worker.properties
* change db user/pwd to test/test
* rename .dolphinscheduler_en.sh to dolphinscheduler_env.sh
remove some unused in install.sh
* add out put log when master/worker server start...
* add start log when servers start
5 years ago
Yelli
963ed4a8c6
ds.server & ds.common.zk regularize log print ( #1754 )
5 years ago
xingchun-chen
dad643dbb5
commom/Preconditions Util Test ( #1727 )
...
* common/parameterUtils unit test
5 years ago
Tboy
4d1abb3fc7
remove commons-lang3 dependancy ( #1709 )
...
* remove commons-lang3 dependancy
* remove commons-lang3 dependancy
* remove unused import
5 years ago
khadgarmage
5f145efa6b
DependentUtils.java ut ( #1703 )
...
* delete bytes file
* DependentUtilsTest.java ut
5 years ago
Yelli
7ecd38f7d6
fix sonar bug: change condition & not enough arguments ( #1692 )
...
* modify FileUtils.readFile2Str
* #1300 Add right alignment function in sql email content
* cancel formatted for alert_mail_template.ftl
* #747 sql task password Log desensitization
* cancel mail_temple
* edit ExcelUtils
* modify test method name
* #747 sql task password Log desensitization
* #1544 workflow import
* Constants add DATASOURCE_PASSWORD_REGEX
* #747 sql task password Log desensitization
* deal with import project have sub process
* modify export process addTaskNodeParam method name
* add testAddTaskNodeSpecialParam UT
* add ProcessDefinitionServiceTest-ut to pom
* add testImportSubProcess in ProcessDefinitionServiceTest
* add testImportSubProcess in ProcessDefinitionServiceTest
* add testImportProcessDefinition
* fix sonar bug: not enough arguments
* fix sonar bug: change condition & not enough arguments
5 years ago
elonlo
cae656c1bc
uniform naming
5 years ago
Tboy
884237487c
remove commons-lang3 dependancy, using common-module instead for server module ( #1698 )
...
* remove commons-lang3 dependancy
* remove commons-lang3 and commons-lang dependancy
* remove commons-collections4/commons-logging/commons-io dependancy
* tmp add commons-lang3 for compile
* remove commons-lang3 dependancy, using common-module instead
* remove common StringUtils instead of lang3
* add tmp lang3 for compile
5 years ago
elonlo
c21d25edf2
Fixed tasks_queue and tasks_kill did not exist in zookeeper #1696
5 years ago
lgcareer
8090f14504
get root path from zookeeper config
5 years ago
Tboy
0e66c71f38
remove commons-collections4/commons-logging/commons-io dependancy for API module ( #1693 )
...
* remove commons-lang3 dependancy
* remove commons-lang3 and commons-lang dependancy
* remove commons-collections4/commons-logging/commons-io dependancy
* tmp add commons-lang3 for compile
5 years ago
Yelli
216154dc06
fix sonar bug: null check & clean throw exception ( #1690 )
...
* fix sonar bug: null check & clean throw exception
* fix sonar bug: null check & clean throw exception
5 years ago
Yelli
a80e90276f
fix sonar bug: not enough arguments ( #1687 )
...
* modify FileUtils.readFile2Str
* #1300 Add right alignment function in sql email content
* cancel formatted for alert_mail_template.ftl
* #747 sql task password Log desensitization
* cancel mail_temple
* edit ExcelUtils
* modify test method name
* #747 sql task password Log desensitization
* #1544 workflow import
* Constants add DATASOURCE_PASSWORD_REGEX
* #747 sql task password Log desensitization
* deal with import project have sub process
* modify export process addTaskNodeParam method name
* add testAddTaskNodeSpecialParam UT
* add ProcessDefinitionServiceTest-ut to pom
* add testImportSubProcess in ProcessDefinitionServiceTest
* add testImportSubProcess in ProcessDefinitionServiceTest
* add testImportProcessDefinition
* fix sonar bug: not enough arguments
5 years ago
Tboy
a9cd31eca6
remove commons-lang3 and commons-lang dependancy for Dao module ( #1663 )
...
* remove commons-lang3 dependancy
* remove commons-lang3 and commons-lang dependancy
5 years ago
DK.Pino
0bfb0e4b16
remove lombok depend in common dodule ( #1677 )
5 years ago
khadgarmage
bb414b0794
delete bytes file ( #1669 )
5 years ago
khadgarmage
bc8e06bb08
SchemaUtils.java TaskParametersUtils.java unit test ( #1660 )
...
* schemautils test and TaskParametersUtils test
5 years ago
Tboy
677e9cfd33
remove commons-lang3 dependancy ( #1655 )
5 years ago
AmoryWang
e1d39e1e8e
add UT for common thread package ( #1628 )
...
* add common thread ut
* Update ThreadUtilsTest.java
add license header
Co-authored-by: dailidong <dailidong66@gmail.com>
5 years ago
bao liang
d16500e8be
[Feature] merge some configurations #1635 ( #1636 )
...
* merge hadoop.properties into common.properties
* merge hadoop,zookeeper.properties into common.properties
remove combined.properties/master.properties/worker.properties
* change db user/pwd to test/test
5 years ago
Tboy
5e935d579e
refactor AbstractZKClient ( #1627 )
...
* we should insert alert DB once , and trigger this type of alert 3 times
* refactor AbstractZKClient
5 years ago
Technoboy-
b053322466
refactor AbstractZKClient
5 years ago
DK.Pino
b6cca46d8f
remove lombok annocation ( #1603 )
5 years ago
DK.Pino
63f396b61f
refactor zk tree cache ( #1577 )
...
* refactor zk tree cache
* refactor zk tree cache
5 years ago
Tboy
8b2b5ba684
refactor TaskQueueZkImpl ( #1591 )
...
* fix #1515
* sleep when resource in not satisfy. fix #1522
* add sleep 1s for no command
* fix MasterBaseTaskExecThread submit method bug
* updates
* add log
* delete lombok
* remove duplicate code
* refactor TaskQueueZkImpl
* ignore First , we have to rewrite
* updates
5 years ago
DK.Pino
aadf0aae46
remove lombok annocation ( #1600 )
5 years ago
温合民
3c6780c3cd
fix:In a cluster environment, verify that nodes have matching bug.
5 years ago
DK.Pino
c17fe38a6c
remove lombok annocation ( #1605 )
5 years ago
loushang
110de68fcc
fix Stirng format bug
5 years ago
xingchun-chen
90730133ac
common/ParameterUtils Utils Test ( #1583 )
...
* common/parameterUtils unit test
5 years ago
Yelli
eefb71855d
#747 Worker Log desensitization(日志脱敏) ( #1568 )
...
* modify FileUtils.readFile2Str
* #1300 Add right alignment function in sql email content
* cancel formatted for alert_mail_template.ftl
* #747 sql task password Log desensitization
* cancel mail_temple
* edit ExcelUtils
* modify test method name
* #747 sql task password Log desensitization
* Constants add DATASOURCE_PASSWORD_REGEX
5 years ago
dk.technoboy
49402aa978
ignore First , we have to rewrite
5 years ago
dk.technoboy
f59bb10c2c
refactor TaskQueueZkImpl
5 years ago
qiaozhanwei
18e8703b70
remove kazoo ( #1575 )
...
* remove LogViewServiceGrpc.java file and pom modify
* remove kazoo
* remove kazoo
* remove kazoo
* remove common monitor package
* add license
* remove kazoo modify
* remove kazoo modify
* remove kazoo modify
* remove kazoo modify
* remove kazoo modify
* remove kazoo modify
* install.sh remove python kazoo
* add system param whether repeat running
* remove kazoo modify
* BusinessTimeUtils remove whther repeat running inner param
5 years ago
loushang
cc1a5ff97e
refactor zk tree cache
5 years ago
loushang
84df6ed8de
refactor zk tree cache
5 years ago
Tboy
3e4c221463
delete lombok ( #1567 )
...
* fix #1515
* sleep when resource in not satisfy. fix #1522
* add sleep 1s for no command
* fix MasterBaseTaskExecThread submit method bug
* updates
* add log
* delete lombok
5 years ago
dk.technoboy
f5de617272
delete lombok
5 years ago
DK.Pino
4bbf31f807
refactor zk client and zk config module ( #1537 )
...
* refactor zk client & zk config module
* refactor zk client & zk config module
* add license
5 years ago
lipan.zhao
d7fc79c8fb
fix typos
5 years ago
lipan.zhao
88a7235ee2
fix 'directory' spell bug
5 years ago
Yelli
d52a83bfcf
modify FileUtils.readFile2Str ( #1535 )
5 years ago
khadgarmage
7dcd8b26f7
unit test for common utils ( #1520 )
...
* httputil osutil encrytiontutil ut
5 years ago
samz406
6de55c3cea
Modify common queue TaskQueueZKImplTest.java unit test ( #1505 )
...
* misspell words
* modify common queue TaskQueueZKImplTest.java unit test
* extends BaseTaskQueueTest get zkServer
* modify zk config
5 years ago
lilin
deb215ecef
modify zk config
5 years ago
lilin
f98a5ddbd0
extends BaseTaskQueueTest get zkServer
5 years ago