2019-04-12 11:32:35 +08:00
|
|
|
.git
|
|
|
|
.svn
|
|
|
|
.hg
|
|
|
|
.zip
|
|
|
|
.gz
|
|
|
|
.DS_Store
|
|
|
|
.idea/
|
2020-05-02 22:19:20 +08:00
|
|
|
dist/
|
|
|
|
all-dependencies.txt
|
|
|
|
self-modules.txt
|
|
|
|
third-party-dependencies.txt
|
|
|
|
**/target/
|
2019-04-12 11:32:35 +08:00
|
|
|
.settings
|
|
|
|
.nbproject
|
|
|
|
.classpath
|
|
|
|
.project
|
2020-05-02 22:19:20 +08:00
|
|
|
**/*.iml
|
2019-04-12 11:32:35 +08:00
|
|
|
*.ipr
|
|
|
|
*.iws
|
|
|
|
*.tgz
|
|
|
|
.*.swp
|
2020-08-14 08:52:31 +08:00
|
|
|
.factorypath
|
2019-04-12 11:32:35 +08:00
|
|
|
.vim
|
|
|
|
.tmp
|
2020-05-02 22:19:20 +08:00
|
|
|
**/node_modules
|
2019-04-12 11:32:35 +08:00
|
|
|
npm-debug.log
|
|
|
|
.vscode
|
|
|
|
logs/*
|
|
|
|
.www
|
|
|
|
t.*
|
|
|
|
yarn.lock
|
|
|
|
package-lock.json
|
|
|
|
config.gypi
|
|
|
|
test/coverage
|
2019-04-24 17:04:21 +08:00
|
|
|
/docs/zh_CN/介绍
|
|
|
|
/docs/zh_CN/贡献代码.md
|
2019-10-08 18:30:40 +08:00
|
|
|
/dolphinscheduler-common/src/main/resources/zookeeper.properties
|
|
|
|
dolphinscheduler-alert/logs/
|
|
|
|
dolphinscheduler-alert/src/main/resources/alert.properties_bak
|
|
|
|
dolphinscheduler-alert/src/main/resources/logback.xml
|
|
|
|
dolphinscheduler-server/src/main/resources/logback.xml
|
2020-05-02 22:19:20 +08:00
|
|
|
dolphinscheduler-ui/dist/
|
2019-12-11 15:04:24 +08:00
|
|
|
dolphinscheduler-ui/node
|
2020-05-02 22:19:20 +08:00
|
|
|
dolphinscheduler-dao/src/main/resources/dao/data_source.properties
|
|
|
|
|
|
|
|
.mvn/wrapper/*.jar
|
2019-12-11 15:04:24 +08:00
|
|
|
|
add master and worker properties and remove data quality config (#2211)
* update logback
* update log
* refactor worker registry (#2107)
* Refactor worker (#2115)
* refactor worker registry
* refactor master server
* Modify workgroupid parameter name (#2105)
* Delete worker group management page
* Modify workgroupid parameter name
* Refactor worker (#2121)
* refactor worker registry
* refactor master server
* refactor MasterSchedulerService
* cancelTaskInstance set TaskExecutionContext host,logPath,executePath (#2126)
* 1, master persistent task
2. extract master and worker communication model
* 1, master persistent task
2. extract master and worker communication model
* 1, master persistent task
2. extract master and worker communication model
* add license
* modify javadoc error
* TaskExecutionContext create modify
* buildAckCommand taskInstanceId not set modify
* java doc error modify
* add comment
* ExecutorManager interface add generic type
* add TaskInstanceCacheManager receive Worker report result
* TaskInstance setExecutePath
* add TaskInstanceCacheManager to receive Worker Task result report
* TaskInstanceCacheManager add remove method
* add license
* add dispatcht task method
* AbstractCommandExecutor remove db access
* AbstractCommandExecutor remove db access
* AbstractCommandExecutor remove db access
* AbstractCommandExecutor remove db access
* AbstractCommandExecutor remove db access
* AbstractCommandExecutor remove db access
* AbstractCommandExecutor remove db access
* taskInstanceCache is null ,need load from db
* taskInstanceCache is null ,need load from db
* taskInstanceCache is null ,need load from db
* 1,worker TaskPros use TaskExecutionContext replase
2,Master kill Task , KillTaskProcessor modify
* worker remove db
* ShellTask modify
* master persistence processId and appIds
* master persistence processId and appIds
* master add kill task logic
* master add kill task logic
* master add kill task logic
* javadoc error modify
* remove chinese log
* executeDirectly method add Override
* remote module modify
* TaskKillResponseProcessor command type modify
* create buildKillCommand
* host add host:port format
* host add host:port format
* TaskAckProcessor modify
* TaskAckProcessor modify
* task prioriry refator
* remove ITaskQueue
* task prioriry refator
* remove ITaskQueue
* TaskPriority refactor
* remove logs
* WorkerServer refactor
* MasterSchedulerService modify
* WorkerConfig listen port modify
* modify master and worker listen port
* cancelTaskInstance set TaskExecutionContext host,logPath,executePath
* cancelTaskInstance set TaskExecutionContext host,logPath,executePath
Co-authored-by: qiaozhanwei <qiaozhanwei@analysys.com.cn>
* not exist in openjdk,just delete
* add master and worker properties
* add master and worker properties
* add master and worker properties
Co-authored-by: Tboy <guo.jiwei@immomo.com>
Co-authored-by: break60 <790061044@qq.com>
Co-authored-by: qiaozhanwei <qiaozhanwei@outlook.com>
Co-authored-by: qiaozhanwei <qiaozhanwei@analysys.com.cn>
2020-03-19 00:07:36 +08:00
|
|
|
!/zookeeper_data/
|