IMPALA-6886: [DOCS] Removed the missed keyref for impala_cluster_sizing Change-Id: Ieab3eac8027c57a9a1a30a77ac0e07686a92f2b0 Reviewed-on: http://gerrit.cloudera.org:8080/10118 Reviewed-by: Alex Rodoni <[email protected]> Tested-by: Impala Public Jenkins <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/impala/repo Commit: http://git-wip-us.apache.org/repos/asf/impala/commit/a8c3e2b1 Tree: http://git-wip-us.apache.org/repos/asf/impala/tree/a8c3e2b1 Diff: http://git-wip-us.apache.org/repos/asf/impala/diff/a8c3e2b1 Branch: refs/heads/2.x Commit: a8c3e2b152d777427fc907d55326fafc3bc20a4f Parents: db15294 Author: Alex Rodoni <[email protected]> Authored: Thu Apr 19 10:37:26 2018 -0700 Committer: Impala Public Jenkins <[email protected]> Committed: Fri Apr 20 20:17:57 2018 +0000 ---------------------------------------------------------------------- docs/impala_keydefs.ditamap | 2 +- docs/topics/impala_new_features.xml | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/impala/blob/a8c3e2b1/docs/impala_keydefs.ditamap ---------------------------------------------------------------------- diff --git a/docs/impala_keydefs.ditamap b/docs/impala_keydefs.ditamap index 9703698..d9eb62d 100644 --- a/docs/impala_keydefs.ditamap +++ b/docs/impala_keydefs.ditamap @@ -10618,7 +10618,7 @@ under the License. <keydef href="topics/impala_hadoop.xml" keys="intro_hadoop"/> <keydef href="topics/impala_planning.xml" keys="planning"/> <keydef href="topics/impala_prereqs.xml" keys="prereqs"/> - <keydef href="topics/impala_cluster_sizing.xml" keys="cluster_sizing"/> + <!-- Removed <keydef href="topics/impala_cluster_sizing.xml" keys="cluster_sizing"/> --> <keydef href="topics/impala_schema_design.xml" keys="schema_design"/> <keydef href="topics/impala_install.xml" keys="install"/> <keydef href="topics/impala_config.xml" keys="config"/> http://git-wip-us.apache.org/repos/asf/impala/blob/a8c3e2b1/docs/topics/impala_new_features.xml ---------------------------------------------------------------------- diff --git a/docs/topics/impala_new_features.xml b/docs/topics/impala_new_features.xml index deb15e0..c5109e3 100644 --- a/docs/topics/impala_new_features.xml +++ b/docs/topics/impala_new_features.xml @@ -2648,9 +2648,7 @@ under the License. <li> <p> The documentation provides additional guidance for planning tasks. <ph audience="PDF">See - <xref href="impala_planning.xml#planning"/>.</ph> <ph audience="PDF">In particular, see - <xref href="impala_cluster_sizing.xml#cluster_sizing"/> before you purchase or repurpose hardware for a - cluster to run Impala.</ph> + <xref href="impala_planning.xml#planning"/>.</ph> </p> </li>
