IMPALA-3401 [DOCS] Phase 1 of removing 'Cloudera Manager' Rewrote sections to eliminate 'Cloudera Manager' from topics. Look for subsequent phases to remove remaining instances of CM.
Change-Id: I02ff6c3fc74e2e59b5d130226bd38c23c9c094b7 Reviewed-on: http://gerrit.cloudera.org:8080/6049 Reviewed-by: Jim Apple <[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/79b5e7de Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/79b5e7de Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/79b5e7de Branch: refs/heads/master Commit: 79b5e7dee6ad16ca0c995063b2589426f5e44c0a Parents: 49b407e Author: Laurel Hale <[email protected]> Authored: Thu Feb 16 20:33:50 2017 -0800 Committer: Impala Public Jenkins <[email protected]> Committed: Thu Feb 23 01:20:24 2017 +0000 ---------------------------------------------------------------------- docs/shared/impala_common.xml | 2 +- docs/topics/impala_config_options.xml | 16 ++++------------ docs/topics/impala_upgrading.xml | 5 +---- 3 files changed, 6 insertions(+), 17 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/79b5e7de/docs/shared/impala_common.xml ---------------------------------------------------------------------- diff --git a/docs/shared/impala_common.xml b/docs/shared/impala_common.xml index 4a9aa32..a21ff79 100644 --- a/docs/shared/impala_common.xml +++ b/docs/shared/impala_common.xml @@ -3674,7 +3674,7 @@ sudo pip-python install ssl</codeblock> </li> <li> <p> - On systems not managed by Cloudera Manager, put this environment variable setting into the + On systems not using cluster management software, put this environment variable setting into the startup script for the <cmdname>catalogd</cmdname> daemon, then restart the <cmdname>catalogd</cmdname> daemon. </p> http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/79b5e7de/docs/topics/impala_config_options.xml ---------------------------------------------------------------------- diff --git a/docs/topics/impala_config_options.xml b/docs/topics/impala_config_options.xml index 0f966bc..3260b75 100644 --- a/docs/topics/impala_config_options.xml +++ b/docs/topics/impala_config_options.xml @@ -101,11 +101,8 @@ under the License. <conbody> - <p> - When you run Impala in a non-Cloudera Manager environment, the Impala server, - statestore, and catalog services start up using values provided in a defaults file, - <filepath>/etc/default/impala</filepath>. - </p> + <p> The Impala server, statestore, and catalog services start up using values provided in a + defaults file, <filepath>/etc/default/impala</filepath>. </p> <p> This file includes information about many resources used by Impala. Most of the defaults @@ -234,10 +231,7 @@ Starting Impala Catalog Server: [ OK ]</codeblock> </li> <li> - <p> - Core dump enablement. To enable core dumps on systems not managed by Cloudera - Manager, change: - </p> + <p> Core dump enablement. To enable core dumps, change: </p> <codeblock>export ENABLE_CORE_DUMPS=${ENABLE_COREDUMPS:-false}</codeblock> <p> to: @@ -550,9 +544,7 @@ Starting Impala Catalog Server: [ OK ]</codeblock> <codeph>http://<varname>impala_hostname</varname>:25010/varz</codeph> for the <cmdname>statestored</cmdname> daemon, or <codeph>http://<varname>impala_hostname</varname>:25020/varz</codeph> for the - <cmdname>catalogd</cmdname> daemon. In the Cloudera Manager interface, you can see the - link to the appropriate <uicontrol><varname>service_name</varname> Web UI</uicontrol> - page when you look at the status page for a specific daemon on a specific host. + <cmdname>catalogd</cmdname> daemon. </p> </conbody> http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/79b5e7de/docs/topics/impala_upgrading.xml ---------------------------------------------------------------------- diff --git a/docs/topics/impala_upgrading.xml b/docs/topics/impala_upgrading.xml index dde6f49..6098d77 100644 --- a/docs/topics/impala_upgrading.xml +++ b/docs/topics/impala_upgrading.xml @@ -264,10 +264,7 @@ $ sudo apt-get install hadoop-lzo-cdh4 # Optional; if this package is already in <conbody> - <p> - To upgrade Impala on a cluster not managed by Cloudera Manager, run these Linux commands on the appropriate - hosts in your cluster: - </p> + <p> To upgrade Impala, run these Linux commands on the appropriate hosts in your cluster: </p> <ol> <li>
