Нет описания

lenboo fe3021c386 add janino-3.0.12.jar 4 лет назад
.github 1904a7022a change 1.3.0 to 1.3.0-snapshot 4 лет назад
.mvn 57d47652fa Add maven-wrapper support for dolphinscheduler. (#2381) 5 лет назад
ambari_plugin 9994878005 Added instructions for ambari to add and remove Dolphin Schdumer components on nodes (#2806) 4 лет назад
docker c68785632f merge from dev-1.3.0 5 лет назад
dolphinscheduler-alert 1904a7022a change 1.3.0 to 1.3.0-snapshot 4 лет назад
dolphinscheduler-api 1904a7022a change 1.3.0 to 1.3.0-snapshot 4 лет назад
dolphinscheduler-common 1904a7022a change 1.3.0 to 1.3.0-snapshot 4 лет назад
dolphinscheduler-dao 1904a7022a change 1.3.0 to 1.3.0-snapshot 4 лет назад
dolphinscheduler-dist 422fe5136d [license] add license and notice (#2916) 4 лет назад
dolphinscheduler-microbench 20d8299a35 change 1.3.0 to 1.3.0-snapshot 4 лет назад
dolphinscheduler-plugin-api 422fe5136d [license] add license and notice (#2916) 4 лет назад
dolphinscheduler-remote 186ba3baab fix oom when no master is active in dev-1.3.0 (#2918) 4 лет назад
dolphinscheduler-server 1904a7022a change 1.3.0 to 1.3.0-snapshot 4 лет назад
dolphinscheduler-service 1904a7022a change 1.3.0 to 1.3.0-snapshot 4 лет назад
dolphinscheduler-ui 1904a7022a change 1.3.0 to 1.3.0-snapshot 4 лет назад
e2e 2749c7e536 add alert manage testCase and optimize test case execution order   (#2941) 4 лет назад
licenses ef4c1e7930 add source license full text into source license (#2840) 4 лет назад
script b51c999552 update worker group config (#2746) 4 лет назад
sql 1904a7022a change 1.3.0 to 1.3.0-snapshot 4 лет назад
style 769b0537f1 [checkstyle] optimize java code checkstyle for LeftCurly rule (#1375) 5 лет назад
tools fe3021c386 add janino-3.0.12.jar 4 лет назад
.gitattributes d9d070974c Create .gitattributes 6 лет назад
.gitignore 6e08b29254 Add a script to check the license (#2552) 5 лет назад
CONTRIBUTING.md 0714971453 Optimizing code (#2240) 5 лет назад
DISCLAIMER a55537f121 merge from 1.2.0-release (#1347) 5 лет назад
LICENSE ef4c1e7930 add source license full text into source license (#2840) 4 лет назад
NOTICE 2d760cd311 change notice copyright date from 2019 to 2019-2020 (#2847) 4 лет назад
README.md 3f731f7122 update how to build and remove docs link (#2906) 4 лет назад
README_zh_CN.md 3f731f7122 update how to build and remove docs link (#2906) 4 лет назад
install.sh f3fbdfc8e7 1 5 лет назад
mvnw 57d47652fa Add maven-wrapper support for dolphinscheduler. (#2381) 5 лет назад
mvnw.cmd 57d47652fa Add maven-wrapper support for dolphinscheduler. (#2381) 5 лет назад
pom.xml 1904a7022a change 1.3.0 to 1.3.0-snapshot 4 лет назад

README.md

Dolphin Scheduler Official Website

dolphinscheduler.apache.org

License Total Lines codecov Quality Gate Status

Dolphin Scheduler for Big Data

Stargazers over time

EN doc CN doc

Design features:

A distributed and easy-to-extend visual DAG workflow scheduling system. Dedicated to solving the complex dependencies in data processing, making the scheduling system out of the box for data processing. Its main objectives are as follows:

  • Associate the Tasks according to the dependencies of the tasks in a DAG graph, which can visualize the running state of task in real time.
  • Support for many task types: Shell, MR, Spark, SQL (mysql, postgresql, hive, sparksql), Python, Sub_Process, Procedure, etc.
  • Support process scheduling, dependency scheduling, manual scheduling, manual pause/stop/recovery, support for failed retry/alarm, recovery from specified nodes, Kill task, etc.
  • Support process priority, task priority and task failover and task timeout alarm/failure
  • Support process global parameters and node custom parameter settings
  • Support online upload/download of resource files, management, etc. Support online file creation and editing
  • Support task log online viewing and scrolling, online download log, etc.
  • Implement cluster HA, decentralize Master cluster and Worker cluster through Zookeeper
  • Support online viewing of Master/Worker cpu load, memory
  • Support process running history tree/gantt chart display, support task status statistics, process status statistics
  • Support backfilling data
  • Support multi-tenant
  • Support internationalization
  • There are more waiting partners to explore

What's in Dolphin Scheduler

Stability | Easy to use | Features | Scalability | -- | -- | -- | -- Decentralized multi-master and multi-worker | Visualization process defines key information such as task status, task type, retry times, task running machine, visual variables and so on at a glance.  |  Support pause, recover operation | support custom task types HA is supported by itself | All process definition operations are visualized, dragging tasks to draw DAGs, configuring data sources and resources. At the same time, for third-party systems, the api mode operation is provided. | Users on DolphinScheduler can achieve many-to-one or one-to-one mapping relationship through tenants and Hadoop users, which is very important for scheduling large data jobs. " | The scheduler uses distributed scheduling, and the overall scheduling capability will increase linearly with the scale of the cluster. Master and Worker support dynamic online and offline. Overload processing: Task queue mechanism, the number of schedulable tasks on a single machine can be flexibly configured, when too many tasks will be cached in the task queue, will not cause machine jam. | One-click deployment | Supports traditional shell tasks, and also support big data platform task scheduling: MR, Spark, SQL (mysql, postgresql, hive, sparksql), Python, Procedure, Sub_Process | |

System partial screenshot

home page dag process definition list page view task log online resource management monitor security treeview

Online Demo

Recent R&D plan

Work plan of Dolphin Scheduler: R&D plan, Under the In Develop card is what is currently being developed, TODO card is to be done (including feature ideas)

How to contribute

Welcome to participate in contributing, please refer to the process of submitting the code: [How to contribute]

How to Build

./mvnw clean install -Prelease

Artifact:

dolphinscheduler-dist/target/apache-dolphinscheduler-incubating-${latest.release.version}-dolphinscheduler-bin.tar.gz: Binary package of DolphinScheduler
dolphinscheduler-dist/target/apache-dolphinscheduler-incubating-${latest.release.version}-src.zip: Source code package of DolphinScheduler

Thanks

Dolphin Scheduler uses a lot of excellent open source projects, such as google guava, guice, grpc, netty, ali bonecp, quartz, and many open source projects of apache, etc. It is because of the shoulders of these open source projects that the birth of the Dolphin Scheduler is possible. We are very grateful for all the open source software used! We also hope that we will not only be the beneficiaries of open source, but also be open source contributors. We also hope that partners who have the same passion and conviction for open source will join in and contribute to open source!

Get Help

  1. Submit an issue
  2. Subscribe the mail list : https://dolphinscheduler.apache.org/en-us/docs/development/subscribe.html. then send mail to dev@dolphinscheduler.apache.org
  3. Slack channel: Slack Status
  4. Contact WeChat(dailidong66). This is just for Mandarin(CN) discussion.

License

Please refer to LICENSE file.