This is an automated email from the ASF dual-hosted git repository.
granthenke pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/kudu.git
The following commit(s) were added to refs/heads/gh-pages by this push:
new 56bfcc7 Update the home page
56bfcc7 is described below
commit 56bfcc7d2c0a975b1d4d6fca2005a46fc539552d
Author: Grant Henke <[email protected]>
AuthorDate: Tue Dec 8 12:21:36 2020 -0600
Update the home page
This patch updates the home page to be a bit more current on Kudu’s
current goals and common usage. It also adds a quickstart button to
help users get started using Kudu quickly.
Change-Id: I207932825ab5767efc9be9eba7877902e1338ae3
Reviewed-on: http://gerrit.cloudera.org:8080/16834
Reviewed-by: Alexey Serbin <[email protected]>
Tested-by: Grant Henke <[email protected]>
---
_includes/bottom_common.html | 2 +-
index.html | 16 +++++++---------
2 files changed, 8 insertions(+), 10 deletions(-)
diff --git a/_includes/bottom_common.html b/_includes/bottom_common.html
index 661af4c..359609a 100644
--- a/_includes/bottom_common.html
+++ b/_includes/bottom_common.html
@@ -2,7 +2,7 @@
<div class="row">
<div class="col-md-9">
<p class="small">
- Copyright © 2019 The Apache Software Foundation. {% if
page.last_updated %} {{ page.last_updated }} {% endif %}
+ Copyright © 2020 The Apache Software Foundation. {% if
page.last_updated %} {{ page.last_updated }} {% endif %}
</p>
<p class="small">
Apache Kudu, Kudu, Apache, the Apache feather logo, and the Apache
Kudu
diff --git a/index.html b/index.html
index cb1bcc7..a77fe8e 100644
--- a/index.html
+++ b/index.html
@@ -11,29 +11,27 @@ active_nav: home
alt="Apache Kudu">
<p class="lead">
- A new addition to the open source Apache Hadoop ecosystem, Apache Kudu
- completes Hadoop's storage layer to enable
- <strong>fast analytics on fast data</strong>.
+ Apache Kudu is an open source distributed data storage engine that makes
fast analytics on fast and changing data easy.
</p>
-
- <a href="docs/installation.html" class="btn btn-info">Install Kudu</a>
- <a href="releases/" class="btn btn-info">Apache Kudu Releases</a>
+ <a href="docs/quickstart.html" class="btn btn-info">Quickstart</a>
+ <a href="docs/installation.html" class="btn btn-info">Installation</a>
+ <a href="releases/" class="btn btn-info">Releases</a>
</div>
<div class="row">
<div class="col-lg-4">
<h3>Streamlined Architecture</h3>
- <p>Kudu provides a combination of fast inserts/updates and efficient
columnar scans to enable multiple real-time analytic workloads across a single
storage layer. As a new complement to HDFS and Apache HBase, Kudu gives
architects the flexibility to address a wider variety of use cases without
exotic workarounds.</p>
+ <p>Kudu provides a combination of fast inserts/updates and efficient
columnar scans to enable multiple real-time analytic workloads across a single
storage layer. Kudu gives architects the flexibility to address a wider variety
of use cases without exotic workarounds and no required external service
dependencies.</p>
<p><a class="btn btn-default" href="overview.html#architecture">Learn more
»</a></p>
</div>
<div class="col-lg-4">
<h3>Faster Analytics</h3>
- <p>Kudu is specifically designed for use cases that require fast analytics
on fast (rapidly changing) data. Engineered to take advantage of
next-generation hardware and in-memory processing, Kudu lowers query latency
significantly for Apache Impala (incubating) and Apache Spark (initially, with
other execution engines to come).</p>
+ <p>Kudu is specifically designed for use cases that require fast analytics
on fast (rapidly changing) data. Engineered to take advantage of
next-generation hardware and in-memory processing, Kudu lowers query latency
significantly for engines like Apache Impala, Apache NiFi, Apache Spark, Apache
Flink, and more.</p>
<p><a class="btn btn-default" href="overview.html#architecture">Learn more
»</a></p>
</div>
<div class="col-lg-4">
<h3>Open for Contributions</h3>
- <p>Founded by long-time contributors to the Hadoop ecosystem, Apache Kudu
is a top-level <a href="https://www.apache.org/">Apache Software Foundation</a>
project released under the <a
href="//www.apache.org/licenses/LICENSE-2.0">Apache 2 license</a> and values
community participation as an important ingredient in its long-term success. We
appreciate all community contributions to date, and are looking forward to
seeing more!</p>
+ <p>Founded by long-time contributors to the Apache big data ecosystem,
Apache Kudu is a top-level <a href="https://www.apache.org/">Apache Software
Foundation</a> project released under the <a
href="//www.apache.org/licenses/LICENSE-2.0">Apache 2 license</a> and values
community participation as an important ingredient in its long-term success. We
appreciate all community contributions to date, and are looking forward to
seeing more!</p>
<p><a class="btn btn-default" href="overview.html#opensource">Learn more
»</a></p>
</div>
</div>