Repository: incubator-impala Updated Branches: refs/heads/master c4ffc3384 -> 6eb0fff4f
[DOCS] Genericize 'explain plan' topic Various URLs and user names referring to cloudera. Remove/change as appropriate. Also one 'CDH 5' reference to remove. Change-Id: Ie80fcb157b184b23dcc938c56268913512ae1464 Reviewed-on: http://gerrit.cloudera.org:8080/6368 Reviewed-by: Ambreen Kazi <[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/6eb0fff4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/6eb0fff4 Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/6eb0fff4 Branch: refs/heads/master Commit: 6eb0fff4ff4d69f348c0efa88d7d6e81a64dda3d Parents: c4ffc33 Author: John Russell <[email protected]> Authored: Mon Mar 13 12:28:12 2017 -0700 Committer: Impala Public Jenkins <[email protected]> Committed: Mon Mar 13 22:08:40 2017 +0000 ---------------------------------------------------------------------- docs/topics/impala_explain_plan.xml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/6eb0fff4/docs/topics/impala_explain_plan.xml ---------------------------------------------------------------------- diff --git a/docs/topics/impala_explain_plan.xml b/docs/topics/impala_explain_plan.xml index 8099eb9..f5d3992 100644 --- a/docs/topics/impala_explain_plan.xml +++ b/docs/topics/impala_explain_plan.xml @@ -100,8 +100,7 @@ under the License. <xref href="impala_explain_level.xml#explain_level">EXPLAIN_LEVEL</xref> query option. You typically increase this setting from <codeph>normal</codeph> to <codeph>verbose</codeph> (or from <codeph>0</codeph> to <codeph>1</codeph>) when doublechecking the presence of table and column statistics during performance - tuning, or when estimating query resource usage in conjunction with the resource management features in CDH - 5. + tuning, or when estimating query resource usage in conjunction with the resource management features. </p> <!-- To do: @@ -168,8 +167,6 @@ under the License. output: </p> -<!-- This example taken from: https://github.com/cloudera/Impala/commit/af85d3b518089b8840ddea4356947e40d1aca9bd --> - <codeblock>Operator #Hosts Avg Time Max Time #Rows Est. #Rows Peak Mem Est. Peak Mem Detail ------------------------------------------------------------------------------------------------------------------------ 09:MERGING-EXCHANGE 1 79.738us 79.738us 5 5 0 -1.00 B UNPARTITIONED @@ -243,7 +240,7 @@ Query (id=6540a03d4bee0691:4963d6269b210ebd): Query State: FINISHED Query Status: OK Impala Version: impalad version 1.2.1 RELEASE (build edb5af1bcad63d410bc5d47cc203df3a880e9324) - User: cloudera + User: doc_demo Network Address: 127.0.0.1:49161 Default Db: stats_testing Sql Statement: select t1.s, t2.s from t1 join t2 on (t1.id = t2.parent)
