This is an automated email from the ASF dual-hosted git repository.
bertty pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-wayang-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 060d6a4 Lastest site built on successful travis build 45 auto-pushed
to github
060d6a4 is described below
commit 060d6a43554b9c8f8ff1567e1af771daba6c2be4
Author: Travis CI User <[email protected]>
AuthorDate: Tue Oct 26 13:37:54 2021 +0000
Lastest site built on successful travis build 45 auto-pushed to github
---
about/index.html | 26 +++++++++++++-------------
index.html | 16 ++++++++--------
2 files changed, 21 insertions(+), 21 deletions(-)
diff --git a/about/index.html b/about/index.html
index 44b98c1..294bf94 100644
--- a/about/index.html
+++ b/about/index.html
@@ -246,15 +246,15 @@
<div class="col-sm-12 col-md-3 col-md-push-9 text-center
align-self-center p-2 order-2">
<div class="service-item">
<i class="fas fa-bezier-curve fa-5x"></i>
- <h4>Cross-platform</h4>
+ <h4>Cross platform enablement</h4>
<strong>
- Run a single data analytic task on top of any
set of data processing platforms.
+ Run data analytics tasks on top of any set of
data processing platforms.
</strong>
</div>
</div>
<div class="col-sm-12 col-md-9 col-md-pull-3
align-self-center p-2 order-1">
<p class="text-justify">
- The most salient feature of Apache Wayang is its
cross-platform optimizer. Besides deciding the best processing platform to run
any incoming task, Apache Wayang can run a single task on multiple processing
platforms. Overall, it applies an extensible set of graph transformations to a
Apache Wayang plan to find alternative execution plans. Then, it compares all
execution plans by using a platform-specific cost model. Cost functions can
either be given or learne [...]
+ The most salient feature of Apache Wayang is its
cross platform optimizer. Besides deciding the best processing platform to run
any incoming task, Apache Wayang can run a single task on multiple processing
platforms. Overall, it applies an extensible set of graph transformations to
the Apache Wayang plan to find alternative better execution plans. After it
compares all execution plans by using a platform-specific cost model. Cost
functions can either be given [...]
</p>
</div>
@@ -272,15 +272,15 @@
<div class="col-sm-12 col-md-3 col-md-push-9 text-center
align-self-center p-2 order-1">
<div class="service-item">
<i class="fa fa-clock fa-5x"></i>
- <h4>High-Efficiency</h4>
+ <h4>High Efficiency</h4>
<strong>
- It selects the best available data processing
platform for any incoming query.
+ Apache Wayang selects the best available data
processing platform for any incoming query.
</strong>
</div>
</div>
<div class="col-sm-12 col-md-9 col-md-pull-3
align-self-center p-2 order-2">
<p class="text-justify">
- Apache Wayang provides a number of optimized
operators and novel query optimization process that allows it to efficiently
deal with big (as well as small) datasets. Furthermore, as its data processing
abstraction is based on UDFs, Apache Wayang lets applications expose semantic
properties about their functions, optimization hints (e.g., numbers of
iterations), constraints (e.g., physical collocation of operators), and
alternative plans. The optimizer then uses [...]
+ Apache Wayang provides a number of optimized
operators and novel query optimization processes that allows to efficiently
deal with big (as well as small) datasets. Furthermore, as the data processing
abstraction is based on UDFs, Apache Wayang lets applications expose semantic
properties about their functions, optimization hints (e.g., numbers of
iterations), constraints (e.g., physical collocation of operators), and
alternative plans. The optimizer then uses [...]
</p>
</div>
@@ -306,7 +306,7 @@
</div>
<div class="col-sm-12 col-md-9 col-md-pull-3
align-self-center p-2 order-1">
<p class="text-justify">
- Apache Wayang provides a set of Wayang operators,
which applications use to specify their tasks, as well as a set of execution
operators, which processing platform provide to run application tasks. The key
aspect is that Apache Wayang provides a flexible operator mapping structure
allowing developers to add, modify, or delete mappings among Wayang and
execution operators. As a result, developers can also add or remove Wayang and
execution operators.
+ Apache Wayang provides a set of operators, which
applications use to specify their tasks. The key aspect of Apache Wayang is the
providing of a flexible operator mapping structure; allowing developers to add,
modify, or delete mappings among Wayang and execution operators. As a result,
developers can also add or remove Wayang and execution operators.
</p>
</div>
@@ -324,9 +324,9 @@
<div class="col-sm-12 col-md-3 col-md-push-9 text-center
align-self-center p-2 order-1">
<div class="service-item">
<i class="fas fa-child fa-5x"></i>
- <h4>Ease-of-Use</h4>
+ <h4>Easy to use</h4>
<strong>
- A simple interface that allows developers to
focus only on the logics of their application.
+ Apache Wayang provides a simple interface to
enable developers to focus on the logics of their applications.
</strong>
</div>
</div>
@@ -352,13 +352,13 @@
<i class="fa fa-piggy-bank fa-5x"></i>
<h4>Cost Saving</h4>
<strong>
- Fast development of data analytic applications.
+ Fast development of data analytics
applications, reduces sunken costs and enables innovation
</strong>
</div>
</div>
<div class="col-sm-12 col-md-9 col-md-pull-3
align-self-center p-2 order-1">
<p class="text-justify">
- Users do not have to know the intricacies of the
underlying platforms: they focus on the logic of their application only. This
not only speeds up the development of applications, but also it is no longer a
must to be an expert in big data infrastructures. Apache Wayang takes care of
how and on which data processing platforms to deploy your applications.
+ Users do not have to know the intricacies of the
underlying platforms: they focus on the logic of their application only. This
not only speeds up the development of applications, but also it is no longer a
"must have" to be an expert in big data infrastructures. Apache Wayang takes
care of how and on which data processing platforms fits best for the given
tasks to deploy applications.
</p>
</div>
@@ -378,13 +378,13 @@
<i class="fa fa-code-branch fa-5x"></i>
<h4>Open Source</h4>
<strong>
- All code is on GitHub under Apache License.
+ All code is on GitHub under Apache Software
License 2.0.
</strong>
</div>
</div>
<div class="col-sm-12 col-md-9 col-md-pull-3
align-self-center p-2 order-2">
<p class="text-justify">
- Apache Wayang has been open source from its very
beginnings and will keep being open source until its very endings. Feel free to
download it, try it, and contribute to it. Help us to make it better!
+ Apache Wayang has been open source from its very
beginnings and will keep being open source until its very endings. Feel free to
download, try, and contribute to the project. Help us to make Apache Wayang
even better!
</p>
</div>
diff --git a/index.html b/index.html
index b7c9c85..7b92799 100644
--- a/index.html
+++ b/index.html
@@ -260,8 +260,8 @@ DATA PROCESSING SYSTEM
<div class="card text-center">
<div class="card-body">
<i class="fas fa-bezier-curve fa-8x"></i>
- <h5 class="card-title">Cross-platform</h5>
- <p class="card-text">Run a single data analytic
task on top of any set of data processing platforms.</p>
+ <h5 class="card-title">Cross platform
enablement</h5>
+ <p class="card-text">Run data analytics tasks on
top of any set of data processing platforms.</p>
</div>
</div>
</div>
@@ -273,8 +273,8 @@ DATA PROCESSING SYSTEM
<div class="card text-center">
<div class="card-body">
<i class="fa fa-clock fa-8x"></i>
- <h5 class="card-title">High-Efficiency</h5>
- <p class="card-text">It selects the best available
data processing platform for any incoming query.</p>
+ <h5 class="card-title">High Efficiency</h5>
+ <p class="card-text">Apache Wayang selects the
best available data processing platform for any incoming query.</p>
</div>
</div>
</div>
@@ -301,8 +301,8 @@ DATA PROCESSING SYSTEM
<div class="card text-center">
<div class="card-body">
<i class="fas fa-child fa-8x"></i>
- <h5 class="card-title">Ease-of-Use</h5>
- <p class="card-text">A simple interface that
allows developers to focus only on the logics of their application.</p>
+ <h5 class="card-title">Easy to use</h5>
+ <p class="card-text">Apache Wayang provides a
simple interface to enable developers to focus on the logics of their
applications.</p>
</div>
</div>
</div>
@@ -315,7 +315,7 @@ DATA PROCESSING SYSTEM
<div class="card-body">
<i class="fa fa-piggy-bank fa-8x"></i>
<h5 class="card-title">Cost Saving</h5>
- <p class="card-text">Fast development of data
analytic applications.</p>
+ <p class="card-text">Fast development of data
analytics applications, reduces sunken costs and enables innovation</p>
</div>
</div>
</div>
@@ -328,7 +328,7 @@ DATA PROCESSING SYSTEM
<div class="card-body">
<i class="fa fa-code-branch fa-8x"></i>
<h5 class="card-title">Open Source</h5>
- <p class="card-text">All code is on GitHub under
Apache License.</p>
+ <p class="card-text">All code is on GitHub under
Apache Software License 2.0.</p>
</div>
</div>
</div>