You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gora.apache.org by wa...@apache.org on 2021/06/03 19:14:49 UTC

[gora-site] 02/04: add table class, fix some typos, no markdown in html block

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

wave pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gora-site.git

commit 7abb39acc842e5742b76cfa535932448ee2aa5ef
Author: Dave Fisher <da...@davefisher.tech>
AuthorDate: Thu Jun 3 12:03:03 2021 -0700

    add table class, fix some typos, no markdown in html block
---
 content/current/index.md    | 14 +++++++-------
 content/current/tutorial.md |  2 +-
 content/index.md            |  4 ++--
 content/roadmap.md          |  2 ++
 4 files changed, 12 insertions(+), 10 deletions(-)

diff --git a/content/current/index.md b/content/current/index.md
index e06bf58..c877f52 100644
--- a/content/current/index.md
+++ b/content/current/index.md
@@ -71,7 +71,7 @@ modules contain a <code>/src/examples/</code> directory under which some example
 classes can be found. Specifically, there are some classes that are used for tests 
 under [gora-core/src/examples/](https://github.com/apache/gora/tree/master/gora-core/src/examples).
 
-### GoraCI Integration Testsing Suite
+### GoraCI Integration Testing Suite
 
 #### Background
 Since Gora 0.5, the GoraCI suite has been part of the mainstream Gora codebase.
@@ -274,12 +274,12 @@ referenced it.
 
 Below are some timing statistics for running Goraci on a 10 node cluster. 
 
-Store           | Task                   | Time    | Undef  | Unref | Ref        
-----------------+------------------------+---------+--------+-------+------------
-accumulo-1.4.0  | Generator 10 100000000 | 40m 16s |    N/A |   N/A |        N/A     
-accumulo-1.4.0  | Verify /tmp/goraci1 40 |  6m  7s |      0 |     0 | 1000000000  
-hbase-0.92.1    | Generator 10 100000000 |  2h 44m |    N/A |   N/A |        N/A     
-hbase-0.92.1    | Verify /tmp/goraci2 40 |  6m 34s |      0 |     0 | 1000000000
+    Store           | Task                   | Time    | Undef  | Unref | Ref        
+    ----------------+------------------------+---------+--------+-------+------------
+    accumulo-1.4.0  | Generator 10 100000000 | 40m 16s |    N/A |   N/A |        N/A     
+    accumulo-1.4.0  | Verify /tmp/goraci1 40 |  6m  7s |      0 |     0 | 1000000000  
+    hbase-0.92.1    | Generator 10 100000000 |  2h 44m |    N/A |   N/A |        N/A     
+    hbase-0.92.1    | Verify /tmp/goraci2 40 |  6m 34s |      0 |     0 | 1000000000
 
 HBase and Accumulo are configured differently out-of-the-box.  We used the Accumulo 
 3G, native configuration examples in the [conf/examples](https://github.com/apache/gora/tree/master/gora-goraci/src/main/resources) directory.
diff --git a/content/current/tutorial.md b/content/current/tutorial.md
index 6d929d8..4b31c16 100644
--- a/content/current/tutorial.md
+++ b/content/current/tutorial.md
@@ -318,7 +318,7 @@ families, so the configuration should be list unique column families for each ma
 array type, and no qualifier should be given. The exact data model is discussed further 
 at the [gora-hbase](/current/gora-hbase.html) documentation. 
 
-## Basic API </title>
+## Basic API
 
 ### Parsing the logs
 Now that we have the basic setup, we can see Gora API in action. As you can notice below the API 
diff --git a/content/index.md b/content/index.md
index bb77872..10cea9b 100644
--- a/content/index.md
+++ b/content/index.md
@@ -13,9 +13,9 @@ Title: Welcome to Apache Gora&trade;
          document stores, distributed in-memory key/value stores, in-memory data grids, in-memory caches,
         distributed multi-model stores, and hybrid in-memory architectures.</p>
        <p>Gora also enables analysis of data with extensive Apache Hadoop MapReduce&trade;,
-        Apache Spark&trade;, Apache Flink&trade; and Apache Pig&trade; support. Gora uses the [Apache Software License v2.0](https://www.apache.org/licenses/LICENSE-2.0.html). 
+        Apache Spark&trade;, Apache Flink&trade; and Apache Pig&trade; support. Gora uses the <a href="https://www.apache.org/licenses/LICENSE-2.0.html">Apache Software License v2.0</a>. 
         Gora graduated from the Apache Incubator in January 2012 to become a top-level Apache project.
-        You can find the Gora DOAP [here](./current/doap_Gora.rdf).
+        You can find the Gora DOAP <a href="./current/doap_Gora.rdf">here</a>.
       </p>
       <p>
         <a href="/downloads.html" class="btn btn-primary btn-large">Download</a>
diff --git a/content/roadmap.md b/content/roadmap.md
index 5f83f87..a94c5c0 100644
--- a/content/roadmap.md
+++ b/content/roadmap.md
@@ -1,3 +1,5 @@
+Title: Gora Roadmap Documentation
+
 # Gora Roadmap Documentation
 
 ## Introduction