[DOCS] Fix build warning due to removal of FAQ entries. Change-Id: I9d4d64e73ecbad0a3491c87bea0dfebc5eefa3ef Reviewed-on: http://gerrit.cloudera.org:8080/6126 Reviewed-by: Ambreen Kazi <[email protected]> Reviewed-by: Laurel Hale <[email protected]> Reviewed-by: John Russell <[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/20ee7a66 Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/20ee7a66 Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/20ee7a66 Branch: refs/heads/master Commit: 20ee7a661f933e1d30880bfea343dbdb2b52e464 Parents: 53e9b68 Author: John Russell <[email protected]> Authored: Thu Feb 23 10:30:20 2017 -0800 Committer: Impala Public Jenkins <[email protected]> Committed: Fri Feb 24 00:10:05 2017 +0000 ---------------------------------------------------------------------- docs/topics/impala_disk_space.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/20ee7a66/docs/topics/impala_disk_space.xml ---------------------------------------------------------------------- diff --git a/docs/topics/impala_disk_space.xml b/docs/topics/impala_disk_space.xml index 9db6420..a035920 100644 --- a/docs/topics/impala_disk_space.xml +++ b/docs/topics/impala_disk_space.xml @@ -103,8 +103,7 @@ under the License. <p> Make sure that the HDFS trashcan is configured correctly. When you remove files from HDFS, the space might not be reclaimed for use by other files until sometime later, when the trashcan is emptied. See - <xref href="impala_drop_table.xml#drop_table"/> and the FAQ entry - <xref href="impala_faq.xml#faq_sql/faq_drop_table_space"/> for details. See + <xref href="impala_drop_table.xml#drop_table"/> for details. See <xref href="impala_prereqs.xml#prereqs_account"/> for permissions needed for the HDFS trashcan to operate correctly. </p>
