You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@impala.apache.org by bo...@apache.org on 2018/11/27 11:02:58 UTC

[08/11] impala git commit: IMPALA-7815: [DOCS] Release notes for 3.1

IMPALA-7815: [DOCS] Release notes for 3.1

Change-Id: Ib4d124557f29e539f97c5c52606c16f4147ab169
Reviewed-on: http://gerrit.cloudera.org:8080/11922
Tested-by: Impala Public Jenkins <im...@cloudera.com>
Reviewed-by: Zoltan Borok-Nagy <bo...@cloudera.com>
(cherry picked from commit 622e19c5f8bb3523f4cbbd0053fd6314ea66a929)


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

Branch: refs/heads/branch-3.1.0
Commit: df6e92f7ae23db5dc68a5f03ed3741bcfbd2a960
Parents: 3ec779a
Author: Alex Rodoni <ar...@cloudera.com>
Authored: Mon Nov 12 17:13:05 2018 -0800
Committer: Zoltan Borok-Nagy <bo...@cloudera.com>
Committed: Tue Nov 27 12:00:00 2018 +0100

----------------------------------------------------------------------
 docs/impala_keydefs.ditamap                 |  3 ++-
 docs/topics/impala_fixed_issues.xml         |  9 +++++++++
 docs/topics/impala_incompatible_changes.xml |  9 +++++++++
 docs/topics/impala_new_features.xml         | 10 ++++++++++
 docs/topics/impala_upgrading.xml            | 11 +++++++++++
 5 files changed, 41 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/impala/blob/df6e92f7/docs/impala_keydefs.ditamap
----------------------------------------------------------------------
diff --git a/docs/impala_keydefs.ditamap b/docs/impala_keydefs.ditamap
index ff83cd2..a25f4d1 100644
--- a/docs/impala_keydefs.ditamap
+++ b/docs/impala_keydefs.ditamap
@@ -10541,7 +10541,7 @@ 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_1_0"><topicmeta><keywords><keyword>Impala 3.1.0</keyword></keywords></topicmeta></keydef>
+  <keydef keys="impala3_01_0"><topicmeta><keywords><keyword>Impala 3.1.0</keyword></keywords></topicmeta></keydef>
   <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>
@@ -10603,6 +10603,7 @@ under the License.
   <keydef keys="impala13_full"><topicmeta><keywords><keyword>Impala 1.3</keyword></keywords></topicmeta></keydef>
 
 <!-- Pointers to changelog pages -->
+  <keydef keys="changelog_31" href="https://impala.apache.org/docs/changelog-3.1.html" scope="external" format="html"/>
   <keydef keys="changelog_300" href="https://impala.apache.org/docs/changelog-3.0.html" scope="external" format="html"/>
   <keydef keys="changelog_212" href="https://impala.apache.org/docs/changelog-2.12.html" scope="external" format="html"/>
   <keydef keys="changelog_211" href="https://impala.apache.org/docs/changelog-2.11.html" scope="external" format="html"/>

http://git-wip-us.apache.org/repos/asf/impala/blob/df6e92f7/docs/topics/impala_fixed_issues.xml
----------------------------------------------------------------------
diff --git a/docs/topics/impala_fixed_issues.xml b/docs/topics/impala_fixed_issues.xml
index 0102afe..0f72296 100644
--- a/docs/topics/impala_fixed_issues.xml
+++ b/docs/topics/impala_fixed_issues.xml
@@ -45,6 +45,15 @@ under the License.
 
     <p outputclass="toc inpage"/>
   </conbody>
+  <!-- All 3.1.x subsections go under here -->
+  <concept rev="3.1.0" id="fixed_issues_3_1_0">
+    <title>Issues Fixed in <keyword keyref="impala31"/></title>
+    <conbody>
+      <p> For the full list of issues closed in this release, including bug
+        fixes, see the <xref keyref="changelog_31">changelog for <keyword
+            keyref="impala31"/></xref>. </p>
+    </conbody>
+  </concept>
   <!-- All 3.0.x subsections go under here -->
   <concept rev="3.0.0" id="fixed_issues_3_0_0">
     <title>Issues Fixed in <keyword keyref="impala30"/></title>

http://git-wip-us.apache.org/repos/asf/impala/blob/df6e92f7/docs/topics/impala_incompatible_changes.xml
----------------------------------------------------------------------
diff --git a/docs/topics/impala_incompatible_changes.xml b/docs/topics/impala_incompatible_changes.xml
index e5d4a86..ab88251 100644
--- a/docs/topics/impala_incompatible_changes.xml
+++ b/docs/topics/impala_incompatible_changes.xml
@@ -52,6 +52,15 @@ under the License.
 
     <p outputclass="toc inpage"/>
   </conbody>
+  <concept rev="3.1.0" id="new_features_31">
+    <title>Incompatible Changes Introduced in Impala 3.1.x</title>
+    <conbody>
+      <p> For the full list of issues closed in this release, including any that
+        introduce behavior changes or incompatibilities, see the <xref
+          keyref="changelog_31">changelog for <keyword keyref="impala31"
+          /></xref>. </p>
+    </conbody>
+  </concept>
   <concept rev="3.0.0" id="incompatible_changes_300x">
     <title>Incompatible Changes Introduced in Impala 3.0.x</title>
     <conbody>

http://git-wip-us.apache.org/repos/asf/impala/blob/df6e92f7/docs/topics/impala_new_features.xml
----------------------------------------------------------------------
diff --git a/docs/topics/impala_new_features.xml b/docs/topics/impala_new_features.xml
index 8afb1a4..9236915 100644
--- a/docs/topics/impala_new_features.xml
+++ b/docs/topics/impala_new_features.xml
@@ -45,6 +45,16 @@ under the License.
     <p outputclass="toc inpage"/>
 
   </conbody>
+  <!-- All 3.1.x new features go under here -->
+  <concept rev="3.1.0" id="new_features_31">
+    <title>New Features in <keyword keyref="impala31"/></title>
+    <conbody>
+      <p> For the full list of issues closed in this release, including the
+        issues marked as <q>new features</q> or <q>improvements</q>, see the
+          <xref keyref="changelog_31">changelog for <keyword keyref="impala31"
+          /></xref>. </p>
+    </conbody>
+  </concept>
 
   <!-- All 3.0.x new features go under here -->
   <concept rev="3.0.0" id="new_features_300">

http://git-wip-us.apache.org/repos/asf/impala/blob/df6e92f7/docs/topics/impala_upgrading.xml
----------------------------------------------------------------------
diff --git a/docs/topics/impala_upgrading.xml b/docs/topics/impala_upgrading.xml
index 679b77d..502c56d 100644
--- a/docs/topics/impala_upgrading.xml
+++ b/docs/topics/impala_upgrading.xml
@@ -147,6 +147,17 @@ $ ps ax | grep [i]mpalad
   <concept id="concept_a2p_szq_jdb">
 
     <title>Impala Upgrade Considerations</title>
+    <concept id="impala_privileges_30">
+      <title>Grant REFRESH Privilege to Impala Roles with SELECT or INSERT
+        Privilege when Upgrading to <keyword keyref="impala30"/></title>
+      <conbody>
+        <p> To use the fine grained privileges feature in <keyword
+            keyref="impala30"/>, if a role has the <codeph>SELECT</codeph> or
+            <codeph>INSERT</codeph> privilege on an object in Impala before
+          upgrading to <keyword keyref="impala30"/>, grant that role the
+            <codeph>REFRESH</codeph> privilege after the upgrade. </p>
+      </conbody>
+    </concept>
 
     <concept id="IMPALA-3916">