Repository: incubator-impala Updated Branches: refs/heads/master 6eb0fff4f -> 4fa9ebbc3
[DOCS] Remove references to 'CM-managed' cluster A couple of Cloudera Manager references referred to 'CM-managed' clusters. Remove those. Change-Id: I844abacb97ba089f54ef65039c79a80519928037 Reviewed-on: http://gerrit.cloudera.org:8080/6369 Reviewed-by: Michael Brown <[email protected]> Reviewed-by: Ambreen Kazi <[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/4fa9ebbc Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/4fa9ebbc Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/4fa9ebbc Branch: refs/heads/master Commit: 4fa9ebbc3d9b49d6485f341bd6dbd9971642e057 Parents: 6eb0fff Author: John Russell <[email protected]> Authored: Mon Mar 13 12:34:53 2017 -0700 Committer: Impala Public Jenkins <[email protected]> Committed: Mon Mar 13 22:22:14 2017 +0000 ---------------------------------------------------------------------- docs/topics/impala_config_options.xml | 3 +-- docs/topics/impala_troubleshooting.xml | 9 --------- 2 files changed, 1 insertion(+), 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/4fa9ebbc/docs/topics/impala_config_options.xml ---------------------------------------------------------------------- diff --git a/docs/topics/impala_config_options.xml b/docs/topics/impala_config_options.xml index b97f8fd..725a791 100644 --- a/docs/topics/impala_config_options.xml +++ b/docs/topics/impala_config_options.xml @@ -83,8 +83,7 @@ under the License. might modify includes: </p> -<!-- Note: Update the following example for each release with the associated lines from /etc/default/impala - from a non-CM-managed system. --> +<!-- Note: Update the following example for each release with the associated lines from /etc/default/impala. --> <codeblock rev="ver">IMPALA_STATE_STORE_HOST=127.0.0.1 IMPALA_STATE_STORE_PORT=24000 http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/4fa9ebbc/docs/topics/impala_troubleshooting.xml ---------------------------------------------------------------------- diff --git a/docs/topics/impala_troubleshooting.xml b/docs/topics/impala_troubleshooting.xml index 99367e6..bc7d301 100644 --- a/docs/topics/impala_troubleshooting.xml +++ b/docs/topics/impala_troubleshooting.xml @@ -374,15 +374,6 @@ MEM_LIMIT: 0 </p> <p> - From Nong: - </p> - - <p> - In a CM-managed cluster, search for "core" from the impala configuration page. You should see the "enable - core dump" config. - </p> - - <p> From <xref href="impala_config_options.xml#config_options"/>: </p>
