You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by br...@apache.org on 2018/03/20 00:08:00 UTC

[2/2] drill git commit: edits

edits


Project: http://git-wip-us.apache.org/repos/asf/drill/repo
Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/5e8a7453
Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/5e8a7453
Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/5e8a7453

Branch: refs/heads/gh-pages
Commit: 5e8a7453a52c0bbdd4b08adb17731fb44e98d8ba
Parents: 19f05c3
Author: Bridget Bevens <bb...@maprtech.com>
Authored: Mon Mar 19 17:07:30 2018 -0700
Committer: Bridget Bevens <bb...@maprtech.com>
Committed: Mon Mar 19 17:07:30 2018 -0700

----------------------------------------------------------------------
 _docs/install/050-starting-drill-in-distributed-mode.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/drill/blob/5e8a7453/_docs/install/050-starting-drill-in-distributed-mode.md
----------------------------------------------------------------------
diff --git a/_docs/install/050-starting-drill-in-distributed-mode.md b/_docs/install/050-starting-drill-in-distributed-mode.md
index e424200..2566b80 100644
--- a/_docs/install/050-starting-drill-in-distributed-mode.md
+++ b/_docs/install/050-starting-drill-in-distributed-mode.md
@@ -1,6 +1,6 @@
 ---
 title: "Starting Drill in Distributed Mode"
-date: 2018-03-19 23:54:29 UTC
+date: 2018-03-20 00:07:31 UTC
 parent: "Installing Drill in Distributed Mode"
 ---
 
@@ -84,7 +84,7 @@ To exit the Drill shell, issue the following command:
 
 ## Shut Down the Drill Process on a Node
 
-You can abruptly stop the Drill process on a node, or you can have the Drill process on the node shutdown gracefully. When you stop the Drill process on a node, active queries cannot complete if they require more time than the default five second wait period. In Drill 1.12 and later, you can use the Graceful Shutdown option, which transitions a Drillbit into a quiescent state in which the Drill process can complete in-progress queries before shutting down.  
+You can abruptly stop the Drill process on a node, or you can gracefully shut down the Drill process on a node. When you stop the Drill process on a node, active queries cannot complete if they need additional time beyond the default five second wait period. In Drill 1.12 and later, you can use the graceful_stop command, which transitions a Drillbit into a quiescent state in which the Drill process can complete in-progress queries before shutting down.  
 
 ###Stopping the Drill Process
 To stop the Drill process on the node, issue the `drillbit.sh stop` command, as shown: