Github user priteshm commented on a diff in the pull request:
https://github.com/apache/drill/pull/1135#discussion_r172619940
--- Diff: 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
--- End diff --
How about we move forward with "graceful_stop" and add a different keyword
once we have finalized an option? We can have the same behavior for
graceful_stop and the new command to be the same.
---