You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@impala.apache.org by as...@apache.org on 2023/12/19 22:42:16 UTC

(impala) branch asf-site updated: IMPALA-12619: Update Impala website to reduce emphasis on Hadoop

This is an automated email from the ASF dual-hosted git repository.

asherman pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/impala.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 8a5824725 IMPALA-12619: Update Impala website to reduce emphasis on Hadoop
8a5824725 is described below

commit 8a582472527eb7300cf5e855d401a90e662de556
Author: Andrew Sherman <as...@cloudera.com>
AuthorDate: Tue Dec 12 18:23:41 2023 -0800

    IMPALA-12619: Update Impala website to reduce emphasis on Hadoop
    
    The Impala website at ASF https://impala.apache.org/ is the first hit
    returned for “Apache Impala”. Update the first line of the description
    to say "Apache Impala is a modern, open source, distributed SQL query
    engine for open data and table formats." instead of "Apache Impala is a
    modern, open source, distributed SQL query engine for Apache Hadoop."
    Also mention Ranger instead of Sentry, and add references to Iceberg.
    
    Change-Id: I2d63bbbc87375345eaf58989a59f704dbb9559fd
    Reviewed-on: http://gerrit.cloudera.org:8080/20782
    Reviewed-by: Michael Smith <mi...@cloudera.com>
    Tested-by: Michael Smith <mi...@cloudera.com>
    Reviewed-by: Andrew Sherman <as...@cloudera.com>
---
 index.html | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/index.html b/index.html
index 483e77c09..8e1366a91 100644
--- a/index.html
+++ b/index.html
@@ -3,8 +3,8 @@
   <head>
     <meta charset="utf-8">
     <title>Impala</title>
-    <meta name="keywords" content="hadoop, impala, sql, mpp, bi, big data, open source" />
-    <meta name="description" content="Apache Impala is a modern, open source, distributed SQL query engine for Apache Hadoop." />
+    <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 -->
@@ -115,7 +115,7 @@
        <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 Apache Hadoop. </p>
+ 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>
@@ -125,8 +125,8 @@
 
       <div class="row-fluid marketing">
         <div class="span6">
-          <h4>Do BI-style Queries on Hadoop</h4>
-          <p>Impala provides low latency and high concurrency for BI/analytic queries on Hadoop (not delivered by batch frameworks such as Apache Hive). Impala also scales linearly, even in multitenant environments.</p>
+          <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>
@@ -138,7 +138,7 @@
 
         <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 Sentry module, you can ensure that the right users and applications are authorized for the right data.</p>
+          <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>