You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2022/06/12 02:19:55 UTC

[GitHub] [dolphinscheduler] kezhenxu94 commented on a diff in pull request #10414: [Fix-10412] [Standalone] Failed to start standalone server according to the official document

kezhenxu94 commented on code in PR #10414:
URL: https://github.com/apache/dolphinscheduler/pull/10414#discussion_r895089105


##########
docs/docs/en/guide/installation/standalone.md:
##########
@@ -19,9 +19,16 @@ If you are a new hand and want to experience DolphinScheduler functions, we reco
 There is a standalone startup script in the binary compressed package, which can be quickly started after extraction. Switch to a user with sudo permission and run the script:
 
 ```shell
-# Extract and start Standalone Server
+# Extract Standalone Server
 tar -xvzf apache-dolphinscheduler-*-bin.tar.gz
 cd apache-dolphinscheduler-*-bin
+```
+
+### Modify dolphinscheduler_env.sh

Review Comment:
   It's better not to modify config file. Let the user do `export DATABASE=h2` before running the daemon script. 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org