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

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


The following commit(s) were added to refs/heads/master by this push:
     new 640e82a8e [Gobblin-931] Fix typo in gobblin CLI usage (#3530)
640e82a8e is described below

commit 640e82a8ebd0ab74c0d71621cbeb14c1e2869ac7
Author: Bharath Krishna <[email protected]>
AuthorDate: Mon Aug 8 13:23:01 2022 -0700

    [Gobblin-931] Fix typo in gobblin CLI usage (#3530)
    
    * Correct typoe "gobblon" to "gobblin"
    * Fix some documentation wording
    
    Co-authored-by: Bharath Krishna <[email protected]>
---
 bin/gobblin.sh                         |  6 +++---
 gobblin-docs/user-guide/Gobblin-CLI.md | 10 +++++-----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/bin/gobblin.sh b/bin/gobblin.sh
index 3af7ca6f5..9c6f8867d 100755
--- a/bin/gobblin.sh
+++ b/bin/gobblin.sh
@@ -106,7 +106,7 @@ function print_gobblin_cli_usage() {
                 job-store-schema-manager    Database job history store schema 
manager
                 gobblin-classpath           shows the constructed gobblin 
classpath"
     echo ""
-    echo "    --conf-dir <gobblin-conf-dir-path>    Gobblon config path. 
default is '\$GOBBLIN_HOME/conf/cli'."
+    echo "    --conf-dir <gobblin-conf-dir-path>    Gobblin config path. 
default is '\$GOBBLIN_HOME/conf/cli'."
     echo "    --log4j-conf <path-of-log4j-file>     default is 
'<gobblin-conf-dir-path>/cli/log4j.properties'."
     echo "    --jvmopts <jvm or gc options>         JVM or GC parameters for 
the java process to append to the default params: \"$JVM_OPTS\"."
     echo "    --jars <csv list of extra jars>       Column-separated list of 
extra jars to put on the CLASSPATH."
@@ -133,7 +133,7 @@ function print_gobblin_service_usage() {
     echo "    --jt <resource manager URL>           Only for mapreduce mode: 
Job submission URL, if not set, taken from \${HADOOP_HOME}/conf."
     echo "    --fs <file system URL>                Only for mapreduce mode: 
Target file system, if not set, taken from \${HADOOP_HOME}/conf."
     echo "    --job-conf-file <job-conf-file-path>  Only for mapreduce mode: 
configuration file for the job to run"
-    echo "    --log-to-stdout                     Outputs to stdout rather 
than to a log file"
+    echo "    --log-to-stdout                       Outputs to stdout rather 
than to a log file"
     echo "    --help                                Display this help."
     echo "    --verbose                             Display full command used 
to start the process."
 }
@@ -301,7 +301,7 @@ fi
 
 function build_classpath(){
     GOBBLIN_CLASSPATH=''
-    # Build classpth
+    # Build classpath
     GOBBLIN_JARS=''
     GOBBLIN_HADOOP_JARS=''
     GOBBLIN_CLASSPATH=''
diff --git a/gobblin-docs/user-guide/Gobblin-CLI.md 
b/gobblin-docs/user-guide/Gobblin-CLI.md
index 0bdd71caf..f5227341c 100644
--- a/gobblin-docs/user-guide/Gobblin-CLI.md
+++ b/gobblin-docs/user-guide/Gobblin-CLI.md
@@ -36,7 +36,7 @@ options:
                 watermarks                  Inspect streaming watermarks
                 job-store-schema-manager    Database job history store schema 
manager
 
-    --conf-dir <gobblin-conf-dir-path> Gobblon config path. default is 
'$GOBBLIN_HOME/conf/<exe-mode-name>'.
+    --conf-dir <gobblin-conf-dir-path> Gobblin config path. default is 
'$GOBBLIN_HOME/conf/<exe-mode-name>'.
     --log4j-conf <path-of-log4j-file>  default is 
'<gobblin-conf-dir-path>/<execution-mode>/log4j.properties'.
     --jvmopts <jvm or gc options>      String containing JVM flags to include, 
in addition to "-Xmx1g -Xms512m".
     --jars <csv list of extra jars>    Column-separated list of extra jars to 
put on the CLASSPATH.
@@ -187,7 +187,7 @@ Argument Options:
     <execution-mode>                   standalone, cluster-master, 
cluster-worker, aws,
                                                  yarn, mapreduce, 
service-manager.
 
-    --conf-dir <gobblin-conf-dir-path> Gobblon config path. default is 
'$GOBBLIN_HOME/conf/<exe-mode-name>'.
+    --conf-dir <gobblin-conf-dir-path> Gobblin config path. default is 
'$GOBBLIN_HOME/conf/<exe-mode-name>'.
     --log4j-conf <path-of-log4j-file>  default is 
'<gobblin-conf-dir-path>/<execution-mode>/log4j.properties'.    --jvmopts <jvm 
or gc options>      String containing JVM flags to include, in addition to 
"-Xmx1g -Xms512m".
     --jars <csv list of extra jars>    Column-separated list of extra jars to 
put on the CLASSPATH.
     --enable-gc-logs                   enables gc logs & dumps.
@@ -249,10 +249,10 @@ Argument Options:
 Gobblin System Configurations
 ----------------------
 
-Following values can be override by setting it in `gobblin-env.sh`
+Following values can be overridden by setting it in `gobblin-env.sh`
 
-`GOBBLIN_LOGS` : by default the logs are written to `$GOBBLIN_HOME/logs`, it 
can be override by setting `GOBBLIN_LOGS`\
-`GOBBLIN_VERSION` : by default gobblin version is set by the build process, it 
can be override by setting `GOBBLIN_VERSION`\
+`GOBBLIN_LOGS` : by default the logs are written to `$GOBBLIN_HOME/logs`, it 
can be overridden by setting `GOBBLIN_LOGS`\
+`GOBBLIN_VERSION` : by default gobblin version is set by the build process, it 
can be overridden by setting `GOBBLIN_VERSION`\
 
 
 All Gobblin system configurations details can be found here: [Configuration 
Properties Glossary](user-guide/Configuration-Properties-Glossary).

Reply via email to