This is an automated email from the ASF dual-hosted git repository.
chufenggao pushed a commit to branch 3.0.2-prepare
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git
The following commit(s) were added to refs/heads/3.0.2-prepare by this push:
new 36764b02e8 [Document][Improvement] Polish docs for standalone
deployment (#12181) (#12743)
36764b02e8 is described below
commit 36764b02e84f9653954c33aabff8c41a54017bba
Author: Eric Gao <[email protected]>
AuthorDate: Mon Nov 7 10:54:53 2022 +0800
[Document][Improvement] Polish docs for standalone deployment (#12181)
(#12743)
* Polish docs for standalone deployment
Co-authored-by: darkz <[email protected]>
---
docs/docs/en/guide/installation/standalone.md | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/docs/docs/en/guide/installation/standalone.md
b/docs/docs/en/guide/installation/standalone.md
index 1c3028f238..ff1c5755ee 100644
--- a/docs/docs/en/guide/installation/standalone.md
+++ b/docs/docs/en/guide/installation/standalone.md
@@ -2,7 +2,9 @@
Standalone only for quick experience for DolphinScheduler.
-If you are a new hand and want to experience DolphinScheduler functions, we
recommend you install follow Standalone deployment. If you want to experience
more complete functions and schedule massive tasks, we recommend you install
follow [pseudo-cluster deployment](pseudo-cluster.md). If you want to deploy
DolphinScheduler in production, we recommend you follow [cluster
deployment](cluster.md) or [Kubernetes deployment](kubernetes.md).
+If you are a newbie and want to experience DolphinScheduler functions, we
recommend you install follow [Standalone deployment](standalone.md).
+If you want to experience more complete functions and schedule massive tasks,
we recommend you install follow [pseudo-cluster deployment](pseudo-cluster.md).
+If you want to deploy DolphinScheduler in production, we recommend you follow
[cluster deployment](cluster.md) or [Kubernetes deployment](kubernetes.md).
> **_Note:_** Standalone only recommends the usage of fewer than 20 workflows,
> because it uses in-memory H2 Database in default, ZooKeeper Testing Server,
> too many tasks may cause instability.
> When Standalone stops or restarts, in-memory H2 database will clear up. To
> use Standalone with external databases like mysql or postgresql, please see
> [`Database Configuration`](#database-configuration).