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

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


The following commit(s) were added to refs/heads/master by this push:
     new 5c275b1  Fix Helix agent doc command error (#1354)
5c275b1 is described below

commit 5c275b136f478257bdeafb230dfa0fdbfdee85d5
Author: Meng Zhang <[email protected]>
AuthorDate: Tue Sep 8 17:51:16 2020 -0700

    Fix Helix agent doc command error (#1354)
---
 website/1.0.1/src/site/markdown/tutorial_agent.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/website/1.0.1/src/site/markdown/tutorial_agent.md 
b/website/1.0.1/src/site/markdown/tutorial_agent.md
index 4d5965b..48e024c 100644
--- a/website/1.0.1/src/site/markdown/tutorial_agent.md
+++ b/website/1.0.1/src/site/markdown/tutorial_agent.md
@@ -92,7 +92,7 @@ It is also possible to configure everything directly from the 
command line. Here
 
 ```
 # Specify the script for OFFLINE --> ONLINE
-/helix-admin.sh --zkSvr localhost:2181 --setConfig CLUSTER clusterName 
OFFLINE-ONLINE.command="simpleHttpClient.py 
OFFLINE-ONLINE",OFFLINE-ONLINE.workingDir="/path/to/script", 
OFFLINE-ONLINE.command.pidfile="/path/to/pidfile"
+/helix-admin.sh --zkSvr localhost:2181 --setConfig CLUSTER clusterName 
OFFLINE-ONLINE.command="simpleHttpClient.py 
OFFLINE-ONLINE",OFFLINE-ONLINE.command.workingDir="/path/to/script", 
OFFLINE-ONLINE.command.pidfile="/path/to/pidfile"
 
 # Specify the script for ONLINE --> OFFLINE
 /helix-admin.sh --zkSvr localhost:2181 --setConfig CLUSTER clusterName 
ONLINE-OFFLINE.command="simpleHttpClient.py 
ONLINE-OFFLINE",ONLINE-OFFLINE.workingDir="/path/to/script", 
OFFLINE-ONLINE.command.pidfile="/path/to/pidfile"
@@ -105,7 +105,7 @@ Like in the Java configuration, it is also possible to 
specify a resource scope
 
 ```
 # Specify the script for OFFLINE --> ONLINE
-/helix-admin.sh --zkSvr localhost:2181 --setConfig RESOURCE 
clusterName,resourceName OFFLINE-ONLINE.command="simpleHttpClient.py 
OFFLINE-ONLINE",OFFLINE-ONLINE.workingDir="/path/to/script", 
OFFLINE-ONLINE.command.pidfile="/path/to/pidfile"
+/helix-admin.sh --zkSvr localhost:2181 --setConfig RESOURCE 
clusterName,resourceName OFFLINE-ONLINE.command="simpleHttpClient.py 
OFFLINE-ONLINE",OFFLINE-ONLINE.command.workingDir="/path/to/script", 
OFFLINE-ONLINE.command.pidfile="/path/to/pidfile"
 ```
 
 ### Starting the Agent

Reply via email to