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


##########
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:
   > ```export DATABASE=h2``` before execute daemon script will be overwrite by 
```export DATABASE``` in the ```dolphinscheduler-daemon.sh```.
   
   Why do you think so? The mechanism by design is to allow not modifying 
config file to override config in command line. If this doesn't work it is a bug



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to