Repository: incubator-impala Updated Branches: refs/heads/master 768fc0ea2 -> 685cdc55e
IMPALA-3401 [DOCS] Phase 7 of "Cloudera Manager" removal Removed the topic "impala_howto_rm.xml" from the build because it was focused on resource management by using Cloudera Manager. Commented it out of impala.ditamap, impala_keydefs.ditamap, and from a reference to it in shared/impala_common.xml. This removes it completely from the rendered upstream docs. A later project will remove the source XML. Change-Id: I26fc661144ba906828d5f6b5b2ea2eca02693369 Reviewed-on: http://gerrit.cloudera.org:8080/6108 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/ae79288e Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/ae79288e Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/ae79288e Branch: refs/heads/master Commit: ae79288e129195c6889b53fde687833de55c640c Parents: 768fc0e Author: Laurel Hale <[email protected]> Authored: Wed Feb 22 09:16:04 2017 -0800 Committer: Impala Public Jenkins <[email protected]> Committed: Tue Mar 7 20:06:47 2017 +0000 ---------------------------------------------------------------------- docs/impala.ditamap | 3 +++ docs/impala_keydefs.ditamap | 1 + docs/shared/impala_common.xml | 6 ++++++ 3 files changed, 10 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/ae79288e/docs/impala.ditamap ---------------------------------------------------------------------- diff --git a/docs/impala.ditamap b/docs/impala.ditamap index 41730c4..b46167b 100644 --- a/docs/impala.ditamap +++ b/docs/impala.ditamap @@ -68,6 +68,9 @@ under the License. <topicref href="topics/impala_admin.xml"> <topicref audience="standalone" href="topics/impala_admission.xml"/> <topicref audience="standalone" href="topics/impala_resource_management.xml"/> + +<!--<topicref href="topics/impala_howto_rm.xml"/>--> + <topicref href="topics/impala_timeouts.xml"/> <topicref href="topics/impala_proxy.xml"/> <topicref href="topics/impala_disk_space.xml"/> http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/ae79288e/docs/impala_keydefs.ditamap ---------------------------------------------------------------------- diff --git a/docs/impala_keydefs.ditamap b/docs/impala_keydefs.ditamap index b48d6d7..1d35640 100644 --- a/docs/impala_keydefs.ditamap +++ b/docs/impala_keydefs.ditamap @@ -10341,6 +10341,7 @@ https://issues.cloudera.org/secure/IssueNavigator.jspa?reset=true&jqlQuery=p <keydef href="topics/impala_admin.xml" keys="admin"/> <keydef href="topics/impala_admission.xml" keys="admission_control"/> <keydef href="topics/impala_resource_management.xml" keys="resource_management"/> +<!--<keydef href="topics/impala_howto_rm.xml" keys="howto_impala_rm"/>--> <keydef href="topics/impala_timeouts.xml" keys="timeouts"/> <keydef href="topics/impala_proxy.xml" keys="proxy"/> <keydef href="topics/impala_disk_space.xml" keys="disk_space"/> http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/ae79288e/docs/shared/impala_common.xml ---------------------------------------------------------------------- diff --git a/docs/shared/impala_common.xml b/docs/shared/impala_common.xml index a6d88c3..61b3365 100644 --- a/docs/shared/impala_common.xml +++ b/docs/shared/impala_common.xml @@ -3347,6 +3347,12 @@ sudo pip-python install ssl</codeblock> the connection has been closed. </note> + <p id="impala_mr"> + For a detailed information about configuring a cluster to share resources between Impala queries and MapReduce jobs, see + <xref audience="integrated" href="../topics/admin_howto_multitenancy.xml#howto_multitenancy"/><xref audience="standalone" href="https://www.cloudera.com/documentation/enterprise/latest/topics/admin_howto_multitenancy.html" format="html" scope="external"/> + <!--and <xref href="../topics/impala_howto_rm.xml#howto_impala_rm"/>-->. + </p> + <note id="llama_beta" type="warning"> In CDH 5.0.0, the Llama component is in beta. It is intended for evaluation of resource management in test environments, in combination with Impala and YARN. It is currently not recommended for production
