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 <lv@cloudera.com>
Tested-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com>
This commit is contained in:
Alex Rodoni
2018-05-02 14:38:17 -07:00
committed by Impala Public Jenkins
parent 51bc004d79
commit 1eedafed6a

View File

@@ -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">