[DOCS] Fill in release note subtopics for Apache Impala 2.10

Primarily just pointing to the list of issues in the changelog.
Those cover the different use cases for the different parts
of the release notes -- fixed issues, new features, and
incompatible changes.

Change-Id: Ide38c1e1c64dac287b180b39ebb8e7735d457ce3
Reviewed-on: http://gerrit.cloudera.org:8080/7958
Reviewed-by: Michael Brown <[email protected]>
Tested-by: Impala Public Jenkins


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

Branch: refs/heads/master
Commit: d565386b245128cedaa07367a2ff8407988aeaa2
Parents: 79dc220
Author: John Russell <[email protected]>
Authored: Tue Sep 5 11:44:10 2017 -0700
Committer: Impala Public Jenkins <[email protected]>
Committed: Tue Sep 26 18:44:19 2017 +0000

----------------------------------------------------------------------
 docs/impala_keydefs.ditamap                 |  4 ++++
 docs/topics/impala_fixed_issues.xml         | 16 ++++++++++++++++
 docs/topics/impala_incompatible_changes.xml | 16 ++++++++++++++++
 docs/topics/impala_new_features.xml         | 19 ++++++++++++++++++-
 4 files changed, 54 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/d565386b/docs/impala_keydefs.ditamap
----------------------------------------------------------------------
diff --git a/docs/impala_keydefs.ditamap b/docs/impala_keydefs.ditamap
index 518afef..3c47329 100644
--- a/docs/impala_keydefs.ditamap
+++ b/docs/impala_keydefs.ditamap
@@ -10516,6 +10516,7 @@ 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="impala210"><topicmeta><keywords><keyword>Impala 
2.10</keyword></keywords></topicmeta></keydef>
   <keydef keys="impala29"><topicmeta><keywords><keyword>Impala 
2.9</keyword></keywords></topicmeta></keydef>
   <keydef keys="impala28"><topicmeta><keywords><keyword>Impala 
2.8</keyword></keywords></topicmeta></keydef>
   <keydef keys="impala27"><topicmeta><keywords><keyword>Impala 
2.7</keyword></keywords></topicmeta></keydef>
@@ -10530,6 +10531,7 @@ under the License.
   <keydef keys="impala13"><topicmeta><keywords><keyword>Impala 
1.3</keyword></keywords></topicmeta></keydef>
 
 <!-- 3-part forms of version numbers, for use in release notes. -->
+  <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>
   <keydef keys="impala280"><topicmeta><keywords><keyword>Impala 
2.8.0</keyword></keywords></topicmeta></keydef>
   <keydef keys="impala270"><topicmeta><keywords><keyword>Impala 
2.7.0</keyword></keywords></topicmeta></keydef>
@@ -10566,6 +10568,7 @@ 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="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>
   <keydef keys="impala28_full"><topicmeta><keywords><keyword>Impala 
2.8</keyword></keywords></topicmeta></keydef>
   <keydef keys="impala27_full"><topicmeta><keywords><keyword>Impala 
2.7</keyword></keywords></topicmeta></keydef>
@@ -10581,6 +10584,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_210" 
href="https://impala.incubator.apache.org/docs/changelog-2.10.html"; 
scope="external" format="html"/>
   <keydef keys="changelog_29" 
href="https://impala.incubator.apache.org/docs/changelog-2.9.html"; 
scope="external" format="html"/>
   <keydef keys="changelog_28" 
href="https://impala.incubator.apache.org/docs/changelog-2.8.html"; 
scope="external" format="html"/>
 

http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/d565386b/docs/topics/impala_fixed_issues.xml
----------------------------------------------------------------------
diff --git a/docs/topics/impala_fixed_issues.xml 
b/docs/topics/impala_fixed_issues.xml
index 06c1c65..4acaf29 100644
--- a/docs/topics/impala_fixed_issues.xml
+++ b/docs/topics/impala_fixed_issues.xml
@@ -46,6 +46,22 @@ under the License.
     <p outputclass="toc inpage"/>
   </conbody>
 
+<!-- All 2.10.x subsections go under here -->
+
+  <concept rev="2.10.0" id="fixed_issues_2100">
+
+    <title>Issues Fixed in <keyword keyref="impala2100"/></title>
+
+    <conbody>
+
+      <p>
+        For the full list of issues closed in this release, including bug 
fixes,
+        see the <xref keyref="changelog_210">changelog for <keyword 
keyref="impala210"/></xref>.
+      </p>
+
+    </conbody>
+  </concept>
+
 <!-- All 2.9.x subsections go under here -->
 
   <concept rev="2.9.0" id="fixed_issues_290">

http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/d565386b/docs/topics/impala_incompatible_changes.xml
----------------------------------------------------------------------
diff --git a/docs/topics/impala_incompatible_changes.xml 
b/docs/topics/impala_incompatible_changes.xml
index a21e026..c2eb6fb 100644
--- a/docs/topics/impala_incompatible_changes.xml
+++ b/docs/topics/impala_incompatible_changes.xml
@@ -53,6 +53,22 @@ under the License.
     <p outputclass="toc inpage"/>
   </conbody>
 
+  <concept rev="2.10.0" id="incompatible_changes_210x">
+
+    <title>Incompatible Changes Introduced in Impala 2.10.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_210">changelog for <keyword 
keyref="impala210"/></xref>.
+      </p>
+
+    </conbody>
+
+  </concept>
+
   <concept rev="2.9.0" id="incompatible_changes_29x">
 
     <title>Incompatible Changes Introduced in Impala 2.9.x</title>

http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/d565386b/docs/topics/impala_new_features.xml
----------------------------------------------------------------------
diff --git a/docs/topics/impala_new_features.xml 
b/docs/topics/impala_new_features.xml
index c8d90cc..ae63ad3 100644
--- a/docs/topics/impala_new_features.xml
+++ b/docs/topics/impala_new_features.xml
@@ -46,6 +46,23 @@ under the License.
 
   </conbody>
 
+<!-- All 2.10.x new features go under here -->
+
+  <concept rev="2.10.0" id="new_features_2100">
+
+    <title>New Features in <keyword keyref="impala210_full"/></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_210">changelog for <keyword 
keyref="impala210"/></xref>.
+      </p>
+
+    </conbody>
+  </concept>
+
 <!-- All 2.9.x new features go under here -->
 
   <concept rev="2.9.0" id="new_features_290">
@@ -56,7 +73,7 @@ under the License.
 
       <p>
         For the full list of issues closed in this release, including the 
issues
-        marked as <q>new features</q>, see the
+        marked as <q>new features</q> or <q>improvements</q>, see the
         <xref keyref="changelog_29">changelog for <keyword 
keyref="impala29"/></xref>.
       </p>
 

Reply via email to