Repository: impala Updated Branches: refs/heads/master 9bcc8c6ac -> 7f3f63424
[DOCS] A typo fix in impala_perf_stats.xml Change-Id: I2de22e61ce016cb9c1f780bca84a7338482b212d Reviewed-on: http://gerrit.cloudera.org:8080/10958 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/2ddff521 Tree: http://git-wip-us.apache.org/repos/asf/impala/tree/2ddff521 Diff: http://git-wip-us.apache.org/repos/asf/impala/diff/2ddff521 Branch: refs/heads/master Commit: 2ddff521bb69034b3979bfaa60b1505cbcad40fe Parents: 9bcc8c6 Author: Alex Rodoni <[email protected]> Authored: Mon Jul 16 19:22:44 2018 -0700 Committer: Impala Public Jenkins <[email protected]> Committed: Tue Jul 17 02:33:17 2018 +0000 ---------------------------------------------------------------------- docs/topics/impala_perf_stats.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/impala/blob/2ddff521/docs/topics/impala_perf_stats.xml ---------------------------------------------------------------------- diff --git a/docs/topics/impala_perf_stats.xml b/docs/topics/impala_perf_stats.xml index 5e5d487..b7106a4 100644 --- a/docs/topics/impala_perf_stats.xml +++ b/docs/topics/impala_perf_stats.xml @@ -476,7 +476,7 @@ show column stats year_month_day; Set the impalad start-up configuration "--enable_stats_extrapolation" to enable the features globally. To enable them only for a specific table, set the "impala.enable.stats.extrapolation" table property to "true" for the - desired table. The tbale-level property overrides the global setting, so + desired table. The table-level property overrides the global setting, so it is also possible to enable sampling and extrapolation globally, but disable it for specific tables by setting the table property to "false". Example:
