You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@impala.apache.org by ta...@apache.org on 2019/05/29 15:33:57 UTC

[impala] 01/07: [DOCS] A typo fix in impala_perf_stats.xml

This is an automated email from the ASF dual-hosted git repository.

tarmstrong pushed a commit to branch 2.x
in repository https://gitbox.apache.org/repos/asf/impala.git

commit 046d9f8984446849c78aab37139d28cdf67cefee
Author: Alex Rodoni <ar...@cloudera.com>
AuthorDate: Mon Jul 16 19:22:44 2018 -0700

    [DOCS] A typo fix in impala_perf_stats.xml
    
    Change-Id: I2de22e61ce016cb9c1f780bca84a7338482b212d
    Reviewed-on: http://gerrit.cloudera.org:8080/10958
    Reviewed-by: Alex Rodoni <ar...@cloudera.com>
    Tested-by: Impala Public Jenkins <im...@cloudera.com>
---
 docs/topics/impala_perf_stats.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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: