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

mwalch pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/fluo-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 134566a  Jekyll build from gh-pages:6e5b7ee
134566a is described below

commit 134566a77e38c3b79abece0f29b447bd4fc1b809
Author: Mike Walch <mwa...@apache.org>
AuthorDate: Tue Mar 13 18:14:03 2018 -0400

    Jekyll build from gh-pages:6e5b7ee
    
    Updated Fluo description on main page (#146)
---
 feed.xml   | 4 ++--
 index.html | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/feed.xml b/feed.xml
index ea08d07..881ce47 100644
--- a/feed.xml
+++ b/feed.xml
@@ -5,8 +5,8 @@
     <description>Apache Fluo Website</description>
     <link>https://fluo.apache.org//</link>
     <atom:link href="https://fluo.apache.org//feed.xml"; rel="self" 
type="application/rss+xml" />
-    <pubDate>Tue, 13 Mar 2018 21:36:22 +0000</pubDate>
-    <lastBuildDate>Tue, 13 Mar 2018 21:36:22 +0000</lastBuildDate>
+    <pubDate>Tue, 13 Mar 2018 22:13:57 +0000</pubDate>
+    <lastBuildDate>Tue, 13 Mar 2018 22:13:57 +0000</lastBuildDate>
     <generator>Jekyll v3.6.2</generator>
     
     
diff --git a/index.html b/index.html
index 387393b..3ac1a84 100644
--- a/index.html
+++ b/index.html
@@ -110,14 +110,14 @@
             <div class="row">
   <div class="col-sm-8">
     <div id="welcome-jumbotron" class="jumbotron" style="text-align: center">
-      <h3>Apache Fluo&trade; lets users make incremental updates to large data 
sets stored in Apache Accumulo</h3>
+      <h3>Apache Fluo&trade; is a distributed processing system that lets 
users make incremental updates to large data sets</h3>
       <a style="margin-right: 20px" href="/releases/" class="btn btn-success 
btn-sm navbar-btn"><i class="fa fa-download fa-lg"></i> Download</a>
       <a style="margin-right: 20px" href="https://github.com/apache/fluo"; 
target="_blank" class="btn btn-default btn-sm navbar-btn"><i class="fa 
fa-github fa-lg"></i> GitHub</a>
       <a href="https://twitter.com/apachefluo"; target="_blank" class="btn 
btn-primary btn-sm navbar-btn"><i class="fa fa-twitter fa-lg"></i> Follow</a>
     </div>
     <h3 style="padding-top: 0px">Overview</h3>
-    <p>Apache Fluo is an open source implementation of <a 
href="https://research.google.com/pubs/pub36726.html"; 
target="_blank">Percolator</a> 
-       (which populates Google's search index) for <a 
href="https://accumulo.apache.org/"; target="_blank">Apache Accumulo</a>. With 
Fluo, users can continuously join new data into large existing data sets 
without reprocessing all data. Unlike batch and streaming frameworks, Fluo 
offers much lower latency and can operate on extremely large data sets. If 
interested in trying Fluo, take the <a href="/tour/">Fluo tour</a>. For any 
questions you may have, <a  href="/contactus/">contact us</a>.</p>
+    <p>With Apache Fluo, users can set up workflows that execute cross node 
transactions when data changes. These workflows enable users to continuously 
join new data into large existing data sets without reprocessing all data. 
Apache Fluo is an open source implementation of <a 
href="https://research.google.com/pubs/pub36726.html"; 
target="_blank">Percolator</a> (which populates Google's search index) that is 
built on <a href="https://accumulo.apache.org/"; target="_blank">Apache 
Accumulo< [...]
+    <p>Take the <a href="/tour/">Fluo tour</a> if you are interested in 
learning more. Feel free to <a  href="/contactus/">contact us</a> if you have 
questions.</p>
   </div>
   <div class="col-sm-4">
     <div class="row">

-- 
To stop receiving notification emails like this one, please contact
mwa...@apache.org.

Reply via email to