Repository: incubator-impala Updated Branches: refs/heads/master 44e8bbffc -> 7cd81c52f
IMPALA-4803: [DOCS] 2.9 release notes placeholder Start with placeholder for 2.9 new features topic. Initially just point to the changelog file. Change-Id: I1f6cabc2427daf1243bd69dbed295c6923c4091b Reviewed-on: http://gerrit.cloudera.org:8080/6954 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/7cd81c52 Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/7cd81c52 Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/7cd81c52 Branch: refs/heads/master Commit: 7cd81c52fd8b7479b36817321b60068f60aafef1 Parents: 44e8bbf Author: John Russell <[email protected]> Authored: Mon May 22 12:43:02 2017 -0700 Committer: Impala Public Jenkins <[email protected]> Committed: Tue May 23 19:10:29 2017 +0000 ---------------------------------------------------------------------- docs/impala_keydefs.ditamap | 4 ++++ docs/topics/impala_new_features.xml | 24 ++++++++++++++++++++++++ 2 files changed, 28 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/7cd81c52/docs/impala_keydefs.ditamap ---------------------------------------------------------------------- diff --git a/docs/impala_keydefs.ditamap b/docs/impala_keydefs.ditamap index 81dd0c4..b82116e 100644 --- a/docs/impala_keydefs.ditamap +++ b/docs/impala_keydefs.ditamap @@ -10577,6 +10577,10 @@ under the License. <keydef keys="impala14_full"><topicmeta><keywords><keyword>Impala 1.4</keyword></keywords></topicmeta></keydef> <keydef keys="impala13_full"><topicmeta><keywords><keyword>Impala 1.3</keyword></keywords></topicmeta></keydef> +<!-- Pointers to changelog pages --> + <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"/> + <!-- Indirect addresses for all the impala*.xml files. The key is the ID of the first topic within each file. --> <keydef href="topics/impala_concepts.xml" keys="concepts"/> <keydef href="topics/impala_components.xml" keys="intro_components"/> http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/7cd81c52/docs/topics/impala_new_features.xml ---------------------------------------------------------------------- diff --git a/docs/topics/impala_new_features.xml b/docs/topics/impala_new_features.xml index ebd6bc4..658bb4f 100644 --- a/docs/topics/impala_new_features.xml +++ b/docs/topics/impala_new_features.xml @@ -46,6 +46,30 @@ under the License. </conbody> +<!-- All 2.9.x new features go under here --> + + <concept rev="2.9.0" id="new_features_290"> + + <title>New Features in <keyword keyref="impala29_full"/></title> + + <conbody> + + <p> + For the full list of issues closed in this release, including the issues + marked as <q>new features</q>, see the + <xref keyref="changelog_29">changelog for <keyword keyref="impala29"/></xref>. + </p> + +<!-- Prose explanations of most important new features - TBD. + <ul id="feature_list"> + <li> + </li> + </ul> +--> + + </conbody> + </concept> + <!-- All 2.8.x new features go under here --> <concept rev="2.8.0" id="new_features_280">
