blob: 8e1366a91b047669e9807b658b90dad082e3d71e [file] [log] [blame]
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Impala</title>
<meta name="keywords" content="hadoop, impala, iceberg, cloud, sql, mpp, bi, big data, open source" />
<meta name="description" content="Apache Impala is a modern, open source, distributed SQL query engine for open data and table formats." />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Le styles -->
<link href="css/bootstrap.css" rel="stylesheet">
<style type="text/css">
body {
padding-top: 20px;
padding-bottom: 40px;
}
/* Custom container */
.container-narrow {
margin: 0 auto;
max-width: 700px;
}
.container-narrow > hr {
margin: 30px 0;
}
/* Main marketing message and sign up button */
.jumbotron {
margin: 60px 0;
text-align: center;
}
.jumbotron h1 {
font-size: 72px;
line-height: 1;
}
.jumbotron .btn {
font-size: 21px;
padding: 14px 24px;
}
/* Supporting marketing content */
.marketing {
margin: 60px 0;
}
.marketing p + h4 {
margin-top: 28px;
}
/* Customize the navbar links to be fill the entire space of the .navbar */
.navbar .navbar-inner {
padding: 0;
}
.navbar .nav {
margin: 0;
display: table;
width: 100%;
}
.navbar .nav li {
display: table-cell;
width: 1%;
float: none;
}
.navbar .nav li a {
font-weight: bold;
text-align: center;
border-left: 1px solid rgba(255,255,255,.75);
border-right: 1px solid rgba(0,0,0,.1);
}
.navbar .nav li:first-child a {
border-left: 0;
border-radius: 3px 0 0 3px;
}
.navbar .nav li:last-child a {
border-right: 0;
border-radius: 0 3px 3px 0;
}
</style>
<link href="css/bootstrap-responsive.css" rel="stylesheet">
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<![endif]-->
<script src="js/jquery-3.5.1.min.js"></script>
<script src="js/bootstrap-3.3.5.min.js"></script>
</head>
<body>
<div class="container">
<div class="masthead">
<h3 class="muted">Apache Impala</h3>
<div class="navbar">
<div class="navbar-inner">
<div class="container">
<ul class="nav">
<li class="active"><a href="index.html">Home</a></li>
<li><a href="downloads.html">Downloads</a></li>
<li><a href="overview.html">Overview</a></li>
<li><a href="https://cwiki.apache.org/confluence/display/IMPALA/Contributing+to+Impala">Contribute</a></li>
<li class="dropdown">
<a href='#' class="dropdown-toggle" data-toggle="dropdown" role="button">
Source code
</a>
<ul class="dropdown-menu">
<li><a href="https://gitbox.apache.org/repos/asf/impala.git">Official source</a></li>
<li><a href="https://github.com/apache/impala">GitHub mirror</a></li>
</ul>
</li>
<li><a href="community.html">Community</a></li>
<li><a href="impala-docs.html">Documentation</a></li>
</ul>
</div>
</div>
<div class="jumbotron">
<img src="img/impala-logo.png" width="91" height="170">
<p class="lead"> Apache Impala is the open source, native analytic database<br>
for open data and table formats. </p>
<p class="lead">Follow us on Twitter at <a href="https://twitter.com/ApacheImpala">@ApacheImpala</a>!</p>
</div>
<hr>
<div class="row-fluid marketing">
<div class="span6">
<h4>Do BI-style Queries</h4>
<p>Impala provides low latency and high concurrency for BI/analytic queries on the Hadoop ecosystem, including Iceberg, open data formats, and most cloud storage options. Impala also scales linearly, even in multitenant environments.</p>
<h4>Unify Your Infrastructure</h4>
<p>Utilize the same file and data formats and metadata, security, and resource management frameworks as your Hadoop deployment&mdash;no redundant infrastructure or data conversion/duplication.</p>
<h4>Implement Quickly </h4>
<p>For Apache Hive users, Impala utilizes the same metadata and ODBC driver. Like Hive, Impala supports SQL, so you don't have to worry about re-inventing the implementation wheel.</p>
</div>
<div class="span6">
<h4>Count on Enterprise-class Security</h4>
<p>Impala is integrated with native Hadoop security and Kerberos for authentication, and via the Ranger module, you can ensure that the right users and applications are authorized for the right data.</p>
<h4>Retain Freedom from Lock-in</h4>
<p>Impala is open source (Apache License).</p>
<h4>Expand the Hadoop User-verse</h4>
<p>With Impala, more users, whether using SQL queries or BI applications, can interact with more data through a single repository and metadata store from source through analysis.</p>
</div>
</div>
<div class="navbar">
<div class="navbar-inner">
<div class="container">
<ul class="nav">
<li><a href="https://www.apache.org/licenses/">License</a></li>
<li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
<li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
<li><a href="https://www.apache.org/security/">Security</a></li>
<li><a href="https://www.apache.org/">Apache Software Foundation</a></li>
</ul>
</div>
</div>
</div>
<div class="footer">
<center>
<a href="http://www.apache.org/events/current-event.html">
<img src="http://www.apache.org/events/current-event-234x60.png"/>
</a>
<p>
Copyright © 2016-2023 <a href="https://www.apache.org">The Apache Software Foundation</a>.
Licensed under the <a href="https://www.apache.org/licenses/">Apache License, Version 2.0</a>.
</p>
<p>Apache Impala, Impala, Apache, the Apache feather logo, and the Apache Impala
project logo are either registered trademarks or trademarks of The Apache Software
Foundation in the United States and other countries.
</p>
<p><a href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy Policy</a></p>
</center>
</div>
</div> <!-- /container -->
</body>
</html>