Will-Lo commented on a change in pull request #2788: [GOBBLIN-939] Integrate
usage of env variables in gobblin scripts and standardize configs
URL: https://github.com/apache/incubator-gobblin/pull/2788#discussion_r351428413
##########
File path: bin/gobblin.sh
##########
@@ -106,9 +106,11 @@ 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 " --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 " --conf-dir <gobblin-conf-dir-path> Gobblon config path.
default is '\$GOBBLIN_HOME/conf/<execution-mode>'."
Review comment:
typo: Gobblin config path
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services