[DOCS] Removed an invalid xref in impala_alter_table Change-Id: Ia170d70c522a38cc90518041e3b2a696de5b4e4f Reviewed-on: http://gerrit.cloudera.org:8080/11707 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/6c0512e1 Tree: http://git-wip-us.apache.org/repos/asf/impala/tree/6c0512e1 Diff: http://git-wip-us.apache.org/repos/asf/impala/diff/6c0512e1 Branch: refs/heads/master Commit: 6c0512e1a329ada236f2b1e047179beca9dc2e5a Parents: a0f351a Author: Alex Rodoni <[email protected]> Authored: Wed Oct 17 11:47:14 2018 -0700 Committer: Alex Rodoni <[email protected]> Committed: Wed Oct 17 19:20:13 2018 +0000 ---------------------------------------------------------------------- docs/topics/impala_alter_table.xml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/impala/blob/6c0512e1/docs/topics/impala_alter_table.xml ---------------------------------------------------------------------- diff --git a/docs/topics/impala_alter_table.xml b/docs/topics/impala_alter_table.xml index 6667f84..412aff0 100644 --- a/docs/topics/impala_alter_table.xml +++ b/docs/topics/impala_alter_table.xml @@ -531,13 +531,10 @@ ALTER TABLE <varname>table_name</varname> SET SERDEPROPERTIES ('<varname>key1</v single partition, or column statistics at the level of the entire table. </p> - <p> - You can set the <codeph>numrows</codeph> value for table statistics by changing the - <codeph>TBLPROPERTIES</codeph> setting for a table or partition. For example: -<codeblock conref="../shared/impala_common.xml#common/set_numrows_example"/> -<codeblock conref="../shared/impala_common.xml#common/set_numrows_partitioned_example"/> - See <xref href="impala_perf_stats.xml#perf_table_stats_manual"/> for details. - </p> + <p> You can set the <codeph>numrows</codeph> value for table statistics by + changing the <codeph>TBLPROPERTIES</codeph> setting for a table or + partition. For example: <codeblock conref="../shared/impala_common.xml#common/set_numrows_example"/> + <codeblock conref="../shared/impala_common.xml#common/set_numrows_partitioned_example"/></p> <p rev="2.6.0 IMPALA-3369"> In <keyword keyref="impala26_full"/> and higher, you can use the <codeph>SET COLUMN
