blob: ee396c8d46d9ac9ec72f2a904c5af2c6fa7cc24f [file]
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="copyright" content="(C) Copyright 2025" />
<meta name="DC.rights.owner" content="(C) Copyright 2025" />
<meta name="DC.Type" content="concept" />
<meta name="DC.Title" content="Impala Administration" />
<meta name="DC.Relation" scheme="URI" content="../topics/impala_timeouts.html" />
<meta name="DC.Relation" scheme="URI" content="../topics/impala_ha.html" />
<meta name="DC.Relation" scheme="URI" content="../topics/impala_proxy.html" />
<meta name="DC.Relation" scheme="URI" content="../topics/impala_disk_space.html" />
<meta name="prodname" content="Impala" />
<meta name="prodname" content="Impala" />
<meta name="version" content="Impala 3.4.x" />
<meta name="version" content="Impala 3.4.x" />
<meta name="DC.Format" content="XHTML" />
<meta name="DC.Identifier" content="admin" />
<link rel="stylesheet" type="text/css" href="../commonltr.css" />
<title>Impala Administration</title>
</head>
<body id="admin">
<h1 class="title topictitle1" id="ariaid-title1">Impala Administration</h1>
<div class="body conbody">
<p class="p">
As an administrator, you monitor Impala's use of resources and take action when necessary to keep Impala
running smoothly and avoid conflicts with other Hadoop components running on the same cluster. When you
detect that an issue has happened or could happen in the future, you reconfigure Impala or other components
such as HDFS or even the hardware of the cluster itself to resolve or avoid problems.
</p>
<p class="p toc"></p>
<p class="p">
<strong class="ph b">Related tasks:</strong>
</p>
<p class="p">
As an administrator, you can expect to perform installation, upgrade, and configuration tasks for Impala on
all machines in a cluster. See <a class="xref" href="impala_install.html#install">Installing Impala</a>,
<a class="xref" href="impala_upgrading.html#upgrading">Upgrading Impala</a>, and <a class="xref" href="impala_config.html#config">Managing Impala</a> for details.
</p>
<p class="p">
For security tasks typically performed by administrators, see <a class="xref" href="impala_security.html#security">Impala Security</a>.
</p>
<div class="p">
Administrators also decide how to allocate cluster resources so that all Hadoop components can run smoothly
together. For Impala, this task primarily involves:
<ul class="ul">
<li class="li">
Deciding how many Impala queries can run concurrently and with how much memory, through the admission
control feature. See <a class="xref" href="impala_admission.html#admission_control">Admission Control and Query Queuing</a> for details.
</li>
<li class="li">
Dividing cluster resources such as memory between Impala and other components, using YARN for overall
resource management, and Llama to mediate resource requests from Impala to YARN. See
<a class="xref" href="impala_resource_management.html#resource_management">Resource Management</a> for details.
</li>
</ul>
</div>
</div>
<div class="related-links">
<ul class="ullinks">
<li class="link ulchildlink"><strong><a href="../topics/impala_timeouts.html">Setting Timeout Periods for Daemons, Queries, and Sessions</a></strong><br />
</li>
<li class="link ulchildlink"><strong><a href="../topics/impala_ha.html">Configuring Impala for High Availability</a></strong><br />
</li>
<li class="link ulchildlink"><strong><a href="../topics/impala_proxy.html">Using Impala through a Proxy for High Availability</a></strong><br />
</li>
<li class="link ulchildlink"><strong><a href="../topics/impala_disk_space.html">Managing Disk Space for Impala Data</a></strong><br />
</li>
</ul>
</div></body>
</html>