IMPALA-6961: [DOCS] Doc --enable_minidump flag to disable minidumps

Change-Id: I3412e36272cda0c1502d4643afcdbad01e9548a5
Reviewed-on: http://gerrit.cloudera.org:8080/10285
Reviewed-by: Lars Volker <l...@cloudera.com>
Tested-by: Impala Public Jenkins <impala-public-jenk...@cloudera.com>


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

Branch: refs/heads/2.x
Commit: dd6f2874704b53ffa01897f761e03500d7ceee6c
Parents: 13604bd
Author: Alex Rodoni <arod...@cloudera.com>
Authored: Wed May 2 14:38:17 2018 -0700
Committer: Impala Public Jenkins <impala-public-jenk...@gerrit.cloudera.org>
Committed: Thu May 3 23:46:23 2018 +0000

----------------------------------------------------------------------
 docs/topics/impala_breakpad.xml | 24 ++++++++++++++++++++----
 1 file changed, 20 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/impala/blob/dd6f2874/docs/topics/impala_breakpad.xml
----------------------------------------------------------------------
diff --git a/docs/topics/impala_breakpad.xml b/docs/topics/impala_breakpad.xml
index 58bd093..6bb7da6 100644
--- a/docs/topics/impala_breakpad.xml
+++ b/docs/topics/impala_breakpad.xml
@@ -61,10 +61,26 @@ under the License.
     <title>Enabling or Disabling Minidump Generation</title>
     <conbody>
       <p>
-        By default, a minidump file is generated when an Impala-related daemon 
crashes.
-        To turn off generation of the minidump files, change the
-        <uicontrol>minidump_path</uicontrol> configuration setting of one or 
more Impala-related daemons
-        to the empty string, and restart the corresponding services or daemons.
+        By default, a minidump file is generated when an Impala-related daemon
+        crashes.
+      </p>
+
+      <p>
+        To turn off generation of the minidump files, use one of the following
+        options:
+
+        <ul>
+          <li>
+            Set the <codeph>--enable_minidumps</codeph> configuration setting
+            to <codeph>false</codeph>. Restart the corresponding services or
+            daemons.
+          </li>
+
+          <li>
+            Set the <codeph>--minidump_path</codeph> configuration setting to
+            an empty string. Restart the corresponding services or daemons.
+          </li>
+        </ul>
       </p>
 
       <p rev="IMPALA-3677">

Reply via email to