This is an automated email from the ASF dual-hosted git repository.

xianjingfeng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/uniffle.git


The following commit(s) were added to refs/heads/master by this push:
     new 21e175333 [MINOR] fix(docs): Fixing rss-env.sh directory (#2462)
21e175333 is described below

commit 21e17533386fc0b5e62a45c4eb0a260b4b8761fb
Author: Andras Salamon <[email protected]>
AuthorDate: Thu Apr 24 09:14:37 2025 +0200

    [MINOR] fix(docs): Fixing rss-env.sh directory (#2462)
    
    ### What changes were proposed in this pull request?
    Fixing directory of rss-env.sh in documentation.
    
    ### Why are the changes needed?
    Directory is incorrect.
    
    ### Does this PR introduce any user-facing change?
    No.
    
    ### How was this patch tested?
    N/A
---
 docs/dashboard_guide.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/dashboard_guide.md b/docs/dashboard_guide.md
index cb5d233fd..b0e51e11b 100644
--- a/docs/dashboard_guide.md
+++ b/docs/dashboard_guide.md
@@ -35,7 +35,7 @@ coordinator.web.address http://coordinator.hostname:19998/
 ```
 
 ### Configure related JVM parameters
-You can add extra JVM arguments for the Uniffle dashboard by specifying 
`DASHBOARD_JAVA_OPTS` in `RSS_HOME/bin/rss-env.sh`
+You can add extra JVM arguments for the Uniffle dashboard by specifying 
`DASHBOARD_JAVA_OPTS` in `RSS_HOME/conf/rss-env.sh`
 Example:
 ```
 DASHBOARD_JAVA_OPTS="-Xdebug 
-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5004 
-Drss.jetty.http.port=19997"

Reply via email to