Repository: incubator-impala Updated Branches: refs/heads/master 9fa2ff713 -> e98a65c65
IMPALA-3402: Change version numbers in shared variables file. Some instances of 'CDH' in the doc metadata might show up in variable substitions or unexpected places generally, such as the PDF title page or inside cover. Switching them all to Impala-only numbers. Filling in Impala 2.8 as the 'current' number to reflect what will be the next release. Also remove another instance of 'Cloudera' in the title. Change-Id: I69e855aa958a45b3286a27fa69bcf8df315fc174 Reviewed-on: http://gerrit.cloudera.org:8080/5626 Reviewed-by: Jim Apple <[email protected]> Tested-by: John Russell <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/incubator-impala/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-impala/commit/e98a65c6 Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/e98a65c6 Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/e98a65c6 Branch: refs/heads/master Commit: e98a65c65f6c619c89be30eab56e4aafb4c749dd Parents: 9fa2ff7 Author: John Russell <[email protected]> Authored: Thu Jan 5 15:13:16 2017 -0800 Committer: John Russell <[email protected]> Committed: Sat Jan 7 00:12:58 2017 +0000 ---------------------------------------------------------------------- docs/shared/ImpalaVariables.xml | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/e98a65c6/docs/shared/ImpalaVariables.xml ---------------------------------------------------------------------- diff --git a/docs/shared/ImpalaVariables.xml b/docs/shared/ImpalaVariables.xml index cb54ab1..ad7944d 100644 --- a/docs/shared/ImpalaVariables.xml +++ b/docs/shared/ImpalaVariables.xml @@ -19,19 +19,19 @@ under the License. --> <!DOCTYPE concept PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd"> <concept id="impala_vars"> - <title>Cloudera Impala Variables</title> + <title>Impala Variables</title> <prolog id="prolog_slg_nmv_km"> <metadata id="metadata_ecq_qmv_km"> <prodinfo audience="PDF" id="prodinfo_for_html"> <prodname>Impala</prodname> <vrmlist> - <vrm version="Impala 2.7.x / CDH 5.9.x"/> + <vrm version="Impala 2.8.x"/> </vrmlist> </prodinfo> <prodinfo audience="HTML" id="prodinfo_for_pdf"> <prodname></prodname> <vrmlist> - <vrm version="Impala 2.7.x / CDH 5.9.x"/> + <vrm version="Impala 2.8.x"/> </vrmlist> </prodinfo> </metadata> @@ -42,28 +42,28 @@ under the License. The docs included with a distro can refer to the distro release number by editing the values here. <ul> - <li><ph id="impala27">CDH 5.9</ph></li> - <li><ph id="impala26">CDH 5.8</ph></li> - <li><ph id="impala25">CDH 5.7</ph></li> - <li><ph id="impala24">CDH 5.6</ph></li> - <li><ph id="impala23">CDH 5.5</ph></li> - <li><ph id="impala22">CDH 5.4</ph></li> - <li><ph id="impala21">CDH 5.3</ph></li> - <li><ph id="impala20">CDH 5.2</ph></li> - <li><ph id="impala14">CDH 5.1</ph></li> - <li><ph id="impala13">CDH 5.0</ph></li> + <li><ph id="impala28">Impala 2.8</ph></li> + <li><ph id="impala27">Impala 2.7</ph></li> + <li><ph id="impala26">Impala 2.6</ph></li> + <li><ph id="impala25">Impala 2.5</ph></li> + <li><ph id="impala24">Impala 2.4</ph></li> + <li><ph id="impala23">Impala 2.3</ph></li> + <li><ph id="impala22">Impala 2.2</ph></li> + <li><ph id="impala21">Impala 2.1</ph></li> + <li><ph id="impala20">Impala 2.0</ph></li> + <li><ph id="impala14">Impala 1.4</ph></li> + <li><ph id="impala13">Impala 1.3</ph></li> </ul> </p> - <p>Release Version Variable - <ph id="ReleaseVersion">Impala 2.7.x / CDH 5.9.x</ph></p> + <p>Release Version Variable - <ph id="ReleaseVersion">Impala 2.8.x</ph></p> <p>Banner for examples showing shell version -<ph id="ShellBanner">(Shell - build version: Impala Shell v2.7.x (<varname>hash</varname>) built on + build version: Impala Shell v2.8.x (<varname>hash</varname>) built on <varname>date</varname>)</ph></p> - <p>Banner for examples showing impalad version -<ph id="ImpaladBanner">Server version: impalad version 2.7.x (build + <p>Banner for examples showing impalad version -<ph id="ImpaladBanner">Server version: impalad version 2.8.x (build x.y.z)</ph></p> <data name="version-message" id="version-message"> <foreign> - <lines xml:space="preserve">This is the documentation for <data name="version"/>. -Documentation for other versions is available at <xref href="http://www.cloudera.com/content/support/en/documentation.html" scope="external" format="html">Cloudera Documentation</xref>.</lines> + <lines xml:space="preserve">This is the documentation for <data name="version"/>.</lines> </foreign> </data> </conbody>
