You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@impala.apache.org by bi...@apache.org on 2018/10/10 18:06:19 UTC

[3/3] impala git commit: [DOCS] Copy edited the Cancelling a Query section

[DOCS] Copy edited the Cancelling a Query section

Change-Id: I7a06c94b397c872636d2ecf68cc6a2e193a3b047
Reviewed-on: http://gerrit.cloudera.org:8080/11637
Tested-by: Impala Public Jenkins <im...@cloudera.com>
Reviewed-by: Bikramjeet Vig <bi...@cloudera.com>


Project: http://git-wip-us.apache.org/repos/asf/impala/repo
Commit: http://git-wip-us.apache.org/repos/asf/impala/commit/8ca79261
Tree: http://git-wip-us.apache.org/repos/asf/impala/tree/8ca79261
Diff: http://git-wip-us.apache.org/repos/asf/impala/diff/8ca79261

Branch: refs/heads/master
Commit: 8ca79261a336741f7b537809d2f5de422744d8b3
Parents: 53decbc
Author: Alex Rodoni <ar...@cloudera.com>
Authored: Tue Oct 9 16:31:06 2018 -0700
Committer: Alex Rodoni <ar...@cloudera.com>
Committed: Wed Oct 10 18:04:21 2018 +0000

----------------------------------------------------------------------
 docs/topics/impala_timeouts.xml | 16 +++++++---------
 1 file changed, 7 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/impala/blob/8ca79261/docs/topics/impala_timeouts.xml
----------------------------------------------------------------------
diff --git a/docs/topics/impala_timeouts.xml b/docs/topics/impala_timeouts.xml
index 0ae394e..4ee95e6 100644
--- a/docs/topics/impala_timeouts.xml
+++ b/docs/topics/impala_timeouts.xml
@@ -204,11 +204,9 @@ Trying to re-register with state-store</codeblock>
     <title>Cancelling a Query</title>
 
     <conbody>
-
-      <p> Sometimes, an Impala query might run for an unexpectedly long time,
+      <p> Occasionally, an Impala query might run for an unexpectedly long time,
         tying up resources in the cluster. This section describes the options to
-        terminate the runaway queries.</p>
-
+        terminate such runaway queries.</p>
     </conbody>
     <concept id="cancel_query_with_query_option">
       <title>Setting a Time Limit on Query Execution</title>
@@ -216,11 +214,11 @@ Trying to re-register with state-store</codeblock>
         <p>An Impala administrator can set a default value of the
             <codeph>EXEC_TIME_LIMIT_S</codeph> query option for a resource pool.
           If a user accidentally runs a large query that executes for longer
-          than the limit, it will be automatically killed after the time limit
-          expires and frees up resources. </p>
-        <p>Users can override the default value per query or per session if they
-          do not want the default <codeph>EXEC_TIME_LIMIT_S</codeph> value to
-          apply to a specific query or a session. See <xref
+          than the limit, it will be automatically terminated after the time
+          limit expires to free up resources. </p>
+        <p>You can override the default value per query or per session if you do
+          not want to apply the default <codeph>EXEC_TIME_LIMIT_S</codeph> value
+          to a specific query or a session. See <xref
             href="impala_exec_time_limit_s.xml#exec_time_limit_s"/> for the
           details of the query option.</p>
       </conbody>