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

abti pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-gobblin-site.git


The following commit(s) were added to refs/heads/master by this push:
     new d96ef86  Change capitablization of certain words to avoid trademark 
conflicts
d96ef86 is described below

commit d96ef86644de2cc31f10464f3a67fc77f615eb3c
Author: Abhishek Tiwari <[email protected]>
AuthorDate: Thu Jan 7 17:38:56 2021 -0800

    Change capitablization of certain words to avoid trademark conflicts
---
 index.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/index.html b/index.html
index bac91e3..17d2704 100644
--- a/index.html
+++ b/index.html
@@ -143,21 +143,21 @@
           <div class="col-lg-3 col-md-3">
             <div class="bs-component">
               <h3>Mapreduce Mode</h3>
-              <p>Runs as an MapReduce application on multiple Hadoop versions. 
Also supports <a href="https://azkaban.github.io/"; target="_blank" 
rel="nofollow">Azkaban</a> for launcing MR jobs. </p>
+              <p>Runs as an mapreduce application on multiple Hadoop versions. 
Also supports <a href="https://azkaban.github.io/"; target="_blank" 
rel="nofollow">Azkaban</a> for launcing mapreduce jobs. </p>
               <p><img src="assets/images/hadoop.png" style="height: 100px; 
"></p>
             </div>
           </div>
           <div class="col-lg-3 col-md-3">
             <div class="bs-component">
               <h3>Yarn / Mesos</h3>
-              <p>Runs as a Standalone Cluster with Master and Workers. This 
mode supports HA, and can run on bare metals as well.</p>
+              <p>Runs as a standalone cluster with primary and worker nodes. 
This mode supports high availability, and can run on bare metals as well.</p>
               <p><img src="assets/images/mesos.png" style="height: 80px; "></p>
             </div>
           </div>
           <div class="col-lg-3 col-md-3">
             <div class="bs-component">
               <h3>Cloud</h3>
-              <p>Runs as Elastic Cluster on public cloud. This mode supports 
HA.</p>
+              <p>Runs as elastic cluster on public cloud. This mode supports 
high availability.</p>
               <p><img src="assets/images/mesos-cluster.png" style="height: 
100px; "></p>
             </div>
           </div>

Reply via email to