mirror of
https://github.com/apache/impala.git
synced 2025-12-19 09:58:28 -05:00
- Created a new doc category called "Resource Management". - Moved impala_admission under Resource Management. - Move the config steps out of impala_admission.xml and - created impala_admission_config.xml Change-Id: Id42ae256b215fb267023197c5052f36bedb052a3 Reviewed-on: http://gerrit.cloudera.org:8080/12191 Reviewed-by: Bikramjeet Vig <bikramjeet.vig@cloudera.com> Tested-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com> Reviewed-by: Tim Armstrong <tarmstrong@cloudera.com>
42 lines
1.7 KiB
XML
42 lines
1.7 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!--
|
|
Licensed to the Apache Software Foundation (ASF) under one
|
|
or more contributor license agreements. See the NOTICE file
|
|
distributed with this work for additional information
|
|
regarding copyright ownership. The ASF licenses this file
|
|
to you under the Apache License, Version 2.0 (the
|
|
"License"); you may not use this file except in compliance
|
|
with the License. You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing,
|
|
software distributed under the License is distributed on an
|
|
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
KIND, either express or implied. See the License for the
|
|
specific language governing permissions and limitations
|
|
under the License.
|
|
-->
|
|
<!DOCTYPE concept PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd">
|
|
<concept rev="1.2" id="resource_management">
|
|
|
|
<title>Resource Management</title>
|
|
<prolog>
|
|
<metadata>
|
|
<data name="Category" value="Impala"/>
|
|
<data name="Category" value="YARN"/>
|
|
<data name="Category" value="Resource Management"/>
|
|
<data name="Category" value="Administrators"/>
|
|
<data name="Category" value="Developers"/>
|
|
<data name="Category" value="Data Analysts"/>
|
|
</metadata>
|
|
</prolog>
|
|
<conbody>
|
|
<p>Impala includes the features that balance and maximize resources in your
|
|
<keyword keyref="hadoop_distro"/> cluster. This topic describes how you
|
|
can improve efficiency of your a <keyword keyref="hadoop_distro"/> cluster
|
|
using the admission control feature. See the following topics for an
|
|
overview and the configuration steps for admission control.</p>
|
|
</conbody>
|
|
</concept>
|