Jekyll build from master:2a3cec6

Add Apache prefix to ASF projects on projects page


Project: http://git-wip-us.apache.org/repos/asf/accumulo-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo-website/commit/40b814bb
Tree: http://git-wip-us.apache.org/repos/asf/accumulo-website/tree/40b814bb
Diff: http://git-wip-us.apache.org/repos/asf/accumulo-website/diff/40b814bb

Branch: refs/heads/asf-site
Commit: 40b814bbf8fd27c9d3ca062550485798b1992b81
Parents: 3ebcecd
Author: Christopher Tubbs <ctubb...@apache.org>
Authored: Fri Nov 25 15:35:34 2016 -0500
Committer: Christopher Tubbs <ctubb...@apache.org>
Committed: Fri Nov 25 15:36:35 2016 -0500

----------------------------------------------------------------------
 feed.xml      |  4 ++--
 projects.html | 36 ++++++++++++++++++------------------
 2 files changed, 20 insertions(+), 20 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/40b814bb/feed.xml
----------------------------------------------------------------------
diff --git a/feed.xml b/feed.xml
index 814ea83..aba8a3b 100644
--- a/feed.xml
+++ b/feed.xml
@@ -6,8 +6,8 @@
 </description>
     <link>https://accumulo.apache.org/</link>
     <atom:link href="https://accumulo.apache.org/feed.xml"; rel="self" 
type="application/rss+xml"/>
-    <pubDate>Tue, 22 Nov 2016 18:27:31 -0500</pubDate>
-    <lastBuildDate>Tue, 22 Nov 2016 18:27:31 -0500</lastBuildDate>
+    <pubDate>Fri, 25 Nov 2016 15:36:30 -0500</pubDate>
+    <lastBuildDate>Fri, 25 Nov 2016 15:36:30 -0500</lastBuildDate>
     <generator>Jekyll v3.3.0</generator>
     
       <item>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/40b814bb/projects.html
----------------------------------------------------------------------
diff --git a/projects.html b/projects.html
index a389dd1..6e43177 100644
--- a/projects.html
+++ b/projects.html
@@ -150,10 +150,27 @@ them visibility to a larger audience. To have you project 
listed here, send a re
 
 <h2 id="open-source-projects-using-accumulo">Open source projects using 
Accumulo</h2>
 
-<h4 id="fluo">Fluo</h4>
+<h4 id="apache-fluo">Apache Fluo</h4>
 
 <p><a href="https://fluo.apache.org";>Fluo</a> builds on Accumulo and enables 
low latency, continuous incremental processing of big data.</p>
 
+<h4 id="apache-gora">Apache Gora</h4>
+
+<p><a href="https://gora.apache.org/";>Gora</a> open source framework provides 
an in-memory data model and persistence for big data.  Accumulo’s continuous 
ingest test suite was adapted to Gora and called <a 
href="http://gora.apache.org/current/index.html#goraci-integration-testsing-suite";>Goraci</a>.</p>
+
+<h4 id="apache-hive">Apache Hive</h4>
+
+<p><a href="https://hive.apache.org/";>Hive</a> data warehouse software 
facilitates reading, writing, and managing large datasets residing in 
distributed storage using SQL.
+Hive has the ability to read and write data in Accumulo using the <a 
href="https://cwiki.apache.org/confluence/display/Hive/AccumuloIntegration";>AccumuloStorageHandler</a>.</p>
+
+<h4 id="apache-pig">Apache Pig</h4>
+
+<p><a href="http://pig.apache.org/";>Pig</a> is a platform for analyzing large 
data sets that consists of a high-level language for expressing data analysis 
programs, coupled with infrastructure for evaluating these programs.  Pig has 
the ability to read and write data in Accumulo using <a 
href="http://pig.apache.org/docs/r0.16.0/func.html#AccumuloStorage";>AccumuloStorage</a>.</p>
+
+<h4 id="apache-rya">Apache Rya</h4>
+
+<p><a href="http://rya.apache.org/";>Rya</a> is a scalable RDF triple store 
built on top of a columnar index store.</p>
+
 <h4 id="geomesa">Geomesa</h4>
 
 <p><a href="http://www.geomesa.org/";>Geomesa</a> is an open-source, 
distributed, spatio-temporal database built on a number of distributed cloud 
data storage systems, including Accumulo, HBase, Cassandra, and Kafka.</p>
@@ -162,32 +179,15 @@ them visibility to a larger audience. To have you project 
listed here, send a re
 
 <p><a href="https://ngageoint.github.io/geowave/";>Geowave</a> is a library for 
storage, index, and search of multi-dimensional data on top of a sorted 
key-value datastore.</p>
 
-<h4 id="gora">Gora</h4>
-
-<p><a href="https://gora.apache.org/";>Gora</a> open source framework provides 
an in-memory data model and persistence for big data.  Accumulo’s continuous 
ingest test suite was adapted to Gora and called <a 
href="http://gora.apache.org/current/index.html#goraci-integration-testsing-suite";>Goraci</a>.</p>
-
 <h4 id="graphulo">Graphulo</h4>
 
 <p>Graphulo is a Java library for Apache Accumulo which delivers server-side 
sparse matrix math primitives that
 enable higher-level graph algorithms and analytics. <a 
href="https://github.com/Accla/graphulo";>Code</a>.</p>
 
-<h4 id="hive">Hive</h4>
-
-<p><a href="https://hive.apache.org/";>Hive</a> data warehouse software 
facilitates reading, writing, and managing large datasets residing in 
distributed storage using SQL.
-Hive has the ability to read and write data in Accumulo using the <a 
href="https://cwiki.apache.org/confluence/display/Hive/AccumuloIntegration";>AccumuloStorageHandler</a>.</p>
-
-<h4 id="pig">Pig</h4>
-
-<p><a href="http://pig.apache.org/";>Pig</a> is a platform for analyzing large 
data sets that consists of a high-level language for expressing data analysis 
programs, coupled with infrastructure for evaluating these programs.  Pig has 
the ability to read and write data in Accumulo using <a 
href="http://pig.apache.org/docs/r0.16.0/func.html#AccumuloStorage";>AccumuloStorage</a>.</p>
-
 <h4 id="presto">Presto</h4>
 
 <p><a href="https://prestodb.io/";>Presto</a> is an open source distributed SQL 
query engine for running interactive analytic queries against data sources of 
all sizes, ranging from gigabytes to petabytes.  Through the use of the new 
Accumulo connector for Presto, users are able to execute traditional SQL 
queries against new and existing tables in Accumulo.  For more information, see 
the <a href="https://prestodb.io/docs/current/connector/accumulo.html";>Accumulo 
Connector</a> documentation.</p>
 
-<h4 id="rya">Rya</h4>
-
-<p><a href="http://rya.apache.org/";>Rya</a> is a scalable RDF triple store 
built on top of a columnar index store.</p>
-
 <h4 id="timely">Timely</h4>
 
 <p><a href="https://nationalsecurityagency.github.io/timely/";>Timely</a> : A 
secure time series database based on Accumulo and Grafana.</p>

Reply via email to