This is an automated email from the ASF dual-hosted git repository.
lidongdai pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler.git
The following commit(s) were added to refs/heads/dev by this push:
new 1db4ac6 edit README.md modify word from expand to extend (#2138)
1db4ac6 is described below
commit 1db4ac6b63afedc2622aa7997cec701c2096e68f
Author: AhahaGe <[email protected]>
AuthorDate: Tue Mar 10 22:28:40 2020 +0800
edit README.md modify word from expand to extend (#2138)
Co-authored-by: guirong.ggr <[email protected]>
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 0a9a164..ebd620e 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ Dolphin Scheduler Official Website
### Design features:
-A distributed and easy-to-expand 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.
+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.