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

[2/5] impala git commit: IMPALA-6688: [DOCS] compact_catalog_topic setting is enabled by default

IMPALA-6688: [DOCS] compact_catalog_topic setting is enabled by default

- Marked IMPALA-5500 as fixed in Impala 2.10 in the impala_known_issues.
xml
- In the same section, removed the mention of default setting being false.
- Added a section in impala_upgrading.xml for default setting Changes.
- Added new keydefs for 2.12 and 3.0 version strings.

Change-Id: Id6e9eef7e20fcc520865f3d6d065ed508b2917bb
Reviewed-on: http://gerrit.cloudera.org:8080/9922
Reviewed-by: Alex Behm <al...@cloudera.com>
Tested-by: Impala Public Jenkins


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

Branch: refs/heads/master
Commit: f33431dc4c5f53fb46a6392d61c858f7818b068c
Parents: 8173e9a
Author: Alex Rodoni <ar...@cloudera.com>
Authored: Tue Apr 3 15:39:34 2018 -0700
Committer: Impala Public Jenkins <im...@gerrit.cloudera.org>
Committed: Wed Apr 4 00:55:23 2018 +0000

----------------------------------------------------------------------
 docs/impala_keydefs.ditamap         |  6 ++++++
 docs/topics/impala_known_issues.xml | 22 +++++++++++-----------
 docs/topics/impala_upgrading.xml    | 25 +++++++++++++++++++++++++
 3 files changed, 42 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/impala/blob/f33431dc/docs/impala_keydefs.ditamap
----------------------------------------------------------------------
diff --git a/docs/impala_keydefs.ditamap b/docs/impala_keydefs.ditamap
index 35dd0b8..be64501 100644
--- a/docs/impala_keydefs.ditamap
+++ b/docs/impala_keydefs.ditamap
@@ -10521,6 +10521,8 @@ under the License.
   <keydef href="https://issues.apache.org/jira/browse/IMPALA-9999" scope="external" format="html" keys="IMPALA-9999"/>
 
 <!-- Short form of mapping from Impala release to vendor-specific releases, for use in headings. -->
+  <keydef keys="impala30"><topicmeta><keywords><keyword>Impala 3.0</keyword></keywords></topicmeta></keydef>
+  <keydef keys="impala212"><topicmeta><keywords><keyword>Impala 2.12</keyword></keywords></topicmeta></keydef>
   <keydef keys="impala211"><topicmeta><keywords><keyword>Impala 2.11</keyword></keywords></topicmeta></keydef>
   <keydef keys="impala210"><topicmeta><keywords><keyword>Impala 2.10</keyword></keywords></topicmeta></keydef>
   <keydef keys="impala29"><topicmeta><keywords><keyword>Impala 2.9</keyword></keywords></topicmeta></keydef>
@@ -10538,6 +10540,8 @@ under the License.
 
 <!-- 3-part forms of version numbers, for use in release notes. -->
 <!-- Using spaced-out form to avoid conflict with variable for 2.1.10 -->
+  <keydef keys="impala3_00_0"><topicmeta><keywords><keyword>Impala 3.0.0</keyword></keywords></topicmeta></keydef>
+  <keydef keys="impala2_12_0"><topicmeta><keywords><keyword>Impala 2.12.0</keyword></keywords></topicmeta></keydef>
   <keydef keys="impala2_11_0"><topicmeta><keywords><keyword>Impala 2.11.0</keyword></keywords></topicmeta></keydef>
   <keydef keys="impala2100"><topicmeta><keywords><keyword>Impala 2.10.0</keyword></keywords></topicmeta></keydef>
   <keydef keys="impala290"><topicmeta><keywords><keyword>Impala 2.9.0</keyword></keywords></topicmeta></keydef>
@@ -10578,6 +10582,8 @@ under the License.
   <keydef keys="impala130"><topicmeta><keywords><keyword>Impala 1.3.0</keyword></keywords></topicmeta></keydef>
 
 <!-- Long form of mapping from Impala release to vendor-specific releases, for use in running text. -->
+  <keydef keys="impala30_full"><topicmeta><keywords><keyword>Impala 3.0</keyword></keywords></topicmeta></keydef>
+  <keydef keys="impala212_full"><topicmeta><keywords><keyword>Impala 2.12</keyword></keywords></topicmeta></keydef>
   <keydef keys="impala211_full"><topicmeta><keywords><keyword>Impala 2.11</keyword></keywords></topicmeta></keydef>
   <keydef keys="impala210_full"><topicmeta><keywords><keyword>Impala 2.10</keyword></keywords></topicmeta></keydef>
   <keydef keys="impala29_full"><topicmeta><keywords><keyword>Impala 2.9</keyword></keywords></topicmeta></keydef>

http://git-wip-us.apache.org/repos/asf/impala/blob/f33431dc/docs/topics/impala_known_issues.xml
----------------------------------------------------------------------
diff --git a/docs/topics/impala_known_issues.xml b/docs/topics/impala_known_issues.xml
index 39fed3b..a8a8451 100644
--- a/docs/topics/impala_known_issues.xml
+++ b/docs/topics/impala_known_issues.xml
@@ -736,12 +736,10 @@ impala hard nproc 262144
         <p><b>Bug:</b> <xref keyref="IMPALA-5500">IMPALA-5500</xref></p>
         <p><b>Severity:</b> Medium</p>
         <p>
-          <b>Workaround:</b> Consider leaving the <codeph>compact_catalog_topic</codeph>
-          configuration setting at its default value of <codeph>false</codeph> until
-          this issue is resolved.
-        </p>
-        <p><b>Resolution:</b> A fix is in the pipeline. Check the status of
-        <xref keyref="IMPALA-5500">IMPALA-5500</xref> for the release where the fix is available.</p>
+          <b>Workaround:</b> Consider setting the
+            <codeph>compact_catalog_topic</codeph> configuration setting to
+            <codeph>false</codeph> until this issue is resolved. </p>
+        <p><b>Resolution:</b> Fixed in <keyword keyref="impala210"/>.</p>
       </conbody>
     </concept>
 
@@ -752,7 +750,7 @@ impala hard nproc 262144
         <p><b>Bug:</b> <xref keyref="IMPALA-2294">IMPALA-2294</xref></p>
         <p><b>Severity:</b> High</p>
         <p><b>Workaround:</b></p>
-        <p conref="../shared/impala_common.xml#common/vm_overcommit_memory_start" conrefend="vm_overcommit_memory_end"/>
+        <p conref="../shared/impala_common.xml#common/vm_overcommit_memory_start" conrefend="../shared/impala_common.xml#common/vm_overcommit_memory_end"/>
       </conbody>
     </concept>
 
@@ -1672,13 +1670,15 @@ select
         </p>
 
         <note type="warning">
-          Only use this for external tables, or Impala will remove the data files. In case of an internal table, set it to external first:
+          <p>Only use this for external tables, or Impala will remove the data
+            files. In case of an internal table, set it to external first:
 <codeblock>
 ALTER TABLE table_name SET TBLPROPERTIES('EXTERNAL'='TRUE');
 </codeblock>
-          (The part in parentheses is case sensitive.) Make sure to pick the right choice between internal and external when recreating the
-          table. See <xref href="impala_tables.xml#tables"/> for the differences between internal and external tables.
-        </note>
+          (The part in parentheses is case sensitive.) Make sure to pick the
+          right choice between internal and external when recreating the table.
+          See <xref href="impala_tables.xml#tables"/> for the differences
+          between internal and external tables. </p></note>
 
         <p>
           <b>Severity:</b> High

http://git-wip-us.apache.org/repos/asf/impala/blob/f33431dc/docs/topics/impala_upgrading.xml
----------------------------------------------------------------------
diff --git a/docs/topics/impala_upgrading.xml b/docs/topics/impala_upgrading.xml
index 37ef2b2..75ca7dd 100644
--- a/docs/topics/impala_upgrading.xml
+++ b/docs/topics/impala_upgrading.xml
@@ -136,4 +136,29 @@ $ ps ax | grep [i]mpalad
       </note>
     </conbody>
   </concept>
+  <concept id="concept_a2p_szq_jdb">
+    <title>Impala Upgrade Considerations</title>
+    <concept id="concept_mkn_ygr_jdb">
+      <title>Default Setting Changes</title>
+      <conbody>
+        <simpletable frame="all" id="simpletable_x55_ghr_jdb">
+          <sthead>
+            <stentry>Release Changed</stentry>
+            <stentry>Setting</stentry>
+            <stentry>Default Value</stentry>
+          </sthead>
+          <strow>
+            <stentry><keyword keyref="impala212_full"/></stentry>
+            <stentry><codeph>compact_catalog_topic</codeph></stentry>
+            <stentry><codeph>true</codeph></stentry>
+          </strow>
+          <strow>
+            <stentry><keyword keyref="impala212_full"/></stentry>
+            <stentry><codeph>max_cached_file_handle</codeph></stentry>
+            <stentry><codeph>20000</codeph></stentry>
+          </strow>
+        </simpletable>
+      </conbody>
+    </concept>
+  </concept>
 </concept>