Added usage for graceful_stop in drillbit.sh closes #1135
Project: http://git-wip-us.apache.org/repos/asf/drill/repo Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/c5ae560d Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/c5ae560d Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/c5ae560d Branch: refs/heads/master Commit: c5ae560dcc3fba6d1949be17d07a22085e4d49fb Parents: e61df7c Author: dvjyothsna <[email protected]> Authored: Thu Feb 22 11:30:50 2018 -0800 Committer: Ben-Zvi <[email protected]> Committed: Wed Mar 7 15:01:08 2018 -0800 ---------------------------------------------------------------------- distribution/src/resources/drillbit.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/drill/blob/c5ae560d/distribution/src/resources/drillbit.sh ---------------------------------------------------------------------- diff --git a/distribution/src/resources/drillbit.sh b/distribution/src/resources/drillbit.sh index 49b92ed..628571f 100755 --- a/distribution/src/resources/drillbit.sh +++ b/distribution/src/resources/drillbit.sh @@ -45,7 +45,7 @@ # configuration file. The option takes precedence over the # DRILL_CONF_DIR environment variable. # -# The command is one of: start|stop|status|restart|run +# The command is one of: start|stop|status|restart|run|graceful_stop # # Additional arguments are passed as JVM options to the Drill-bit. # They typically are of the form: @@ -56,7 +56,7 @@ # The value overrides any value in the user or Drill configuration files. usage="Usage: drillbit.sh [--config|--site <site-dir>]\ - (start|stop|status|restart|run) [args]" + (start|stop|status|restart|run|graceful_stop) [args]" bin=`dirname "${BASH_SOURCE-$0}"` bin=`cd -P "$bin">/dev/null; pwd`
