jhsenjaliya commented on a change in pull request #2781: [GOBBLIN-913] Add
MySQL and configurations to cluster
URL: https://github.com/apache/incubator-gobblin/pull/2781#discussion_r340896160
##########
File path: bin/gobblin.sh
##########
@@ -135,6 +137,7 @@ function print_gobblin_service_usage() {
echo " --job-conf-file <job-conf-file-path> Only for mapreduce mode:
configuration file for the job to run"
echo " --help Display this help."
echo " --verbose Display full command used
to start the process."
+ echo " --args Additional -D args"
Review comment:
actually thats the typo in the help text `--jvmopts`, and I meant to keep
the jvmopts since that is more intutive, let me fix that since its some more
variable changes and send PR (pls check #2786 ), until this gets merged, you
can use `--jvmflags` and that will work, after that you can change it to
`--jvmopts` Thanks
----------------------------------------------------------------
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