blob: 9a340adf4be7ea6df208e57da3e05d2490de8d60 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="copyright" content="(C) Copyright 2023" />
<meta name="DC.rights.owner" content="(C) Copyright 2023" />
<meta name="DC.Type" content="concept" />
<meta name="DC.Title" content="MAX_ERRORS Query Option" />
<meta name="DC.Relation" scheme="URI" content="../topics/impala_query_options.html" />
<meta name="prodname" content="Impala" />
<meta name="prodname" content="Impala" />
<meta name="version" content="Impala 3.4.x" />
<meta name="version" content="Impala 3.4.x" />
<meta name="DC.Format" content="XHTML" />
<meta name="DC.Identifier" content="max_errors" />
<link rel="stylesheet" type="text/css" href="../commonltr.css" />
<title>MAX_ERRORS Query Option</title>
</head>
<body id="max_errors">
<h1 class="title topictitle1" id="ariaid-title1">MAX_ERRORS Query Option</h1>
<div class="body conbody">
<p class="p">
Maximum number of non-fatal errors for any particular query that are recorded in the Impala log file. For
example, if a billion-row table had a non-fatal data error in every row, you could diagnose the problem
without all billion errors being logged. Unspecified or 0 indicates the built-in default value of 1000.
</p>
<p class="p">
This option only controls how many errors are reported. To specify whether Impala continues or halts when it
encounters such errors, use the <code class="ph codeph">ABORT_ON_ERROR</code> option.
</p>
<p class="p">
<strong class="ph b">Type:</strong> numeric
</p>
<p class="p">
<strong class="ph b">Default:</strong> 0 (meaning 1000 errors)
</p>
<p class="p">
<strong class="ph b">Related information:</strong>
</p>
<p class="p">
<a class="xref" href="impala_abort_on_error.html#abort_on_error">ABORT_ON_ERROR Query Option</a>,
<a class="xref" href="impala_logging.html#logging">Using Impala Logging</a>
</p>
</div>
<div class="related-links">
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a class="link" href="../topics/impala_query_options.html">Query Options for the SET Statement</a></div>
</div>
</div></body>
</html>