Files
impala/docs/topics/impala_disable_codegen.xml
Jim Apple 3be0f122a5 IMPALA-3398: Add docs to main Impala branch.
These are refugees from doc_prototype. They can be rendered with the
DITA Open Toolkit version 2.3.3 by:

/tmp/dita-ot-2.3.3/bin/dita \
  -i impala.ditamap \
  -f html5 \
  -o $(mktemp -d) \
  -filter impala_html.ditaval

Change-Id: I8861e99adc446f659a04463ca78c79200669484f
Reviewed-on: http://gerrit.cloudera.org:8080/5014
Reviewed-by: John Russell <jrussell@cloudera.com>
Tested-by: John Russell <jrussell@cloudera.com>
2016-11-17 22:38:44 +00:00

39 lines
1.6 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE concept PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd">
<concept id="disable_codegen">
<title>DISABLE_CODEGEN Query Option</title>
<titlealts audience="PDF"><navtitle>DISABLE_CODEGEN</navtitle></titlealts>
<prolog>
<metadata>
<data name="Category" value="Impala"/>
<data name="Category" value="Impala Query Options"/>
<data name="Category" value="Troubleshooting"/>
<data name="Category" value="Performance"/>
</metadata>
</prolog>
<conbody>
<p>
<indexterm audience="Cloudera">DISABLE_CODEGEN query option</indexterm>
This is a debug option, intended for diagnosing and working around issues that cause crashes. If a query
fails with an <q>illegal instruction</q> or other hardware-specific message, try setting
<codeph>DISABLE_CODEGEN=true</codeph> and running the query again. If the query succeeds only when the
<codeph>DISABLE_CODEGEN</codeph> option is turned on, submit the problem to <keyword keyref="support_org"/> and include that
detail in the problem report. Do not otherwise run with this setting turned on, because it results in lower
overall performance.
</p>
<p>
Because the code generation phase adds a small amount of overhead for each query, you might turn on the
<codeph>DISABLE_CODEGEN</codeph> option to achieve maximum throughput when running many short-lived queries
against small tables.
</p>
<p conref="../shared/impala_common.xml#common/type_boolean"/>
<p conref="../shared/impala_common.xml#common/default_false_0"/>
</conbody>
</concept>