[release-notes] Added section for Apache Accumulo

Simon Clark sclark at fedoraproject.org
Tue Oct 21 18:32:36 UTC 2014


commit cff3f359772f0e8031f9163e2a71bf6c1ab54706
Author: Simon Clark <simon.richard.clark at gmail.com>
Date:   Tue Oct 21 19:30:12 2014 +0100

    Added section for Apache Accumulo

 en-US/Database_Servers.xml |   60 +++++++++++++++++++++++++-------------------
 1 files changed, 34 insertions(+), 26 deletions(-)
---
diff --git a/en-US/Database_Servers.xml b/en-US/Database_Servers.xml
index bd343c6..72d2b30 100644
--- a/en-US/Database_Servers.xml
+++ b/en-US/Database_Servers.xml
@@ -1,39 +1,47 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+<?xml version='1.0' encoding='utf-8'?>
+<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
+    "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"
+[
 <!ENTITY % BOOK_ENTITIES SYSTEM "Release_Notes.ent">
 %BOOK_ENTITIES;
 ]>
-
-
 <section>
   <title>Database Servers</title>
   <para />
+  <section id="apache-accumulo">
+    <title>Apache Accumulo</title>
+    <para>The Apache Accumulo sorted, distributed key/value store
+    is a robust, scalable, high performance data storage and
+    retrieval system. Apache Accumulo is based on Google's BigTable
+    design and is built on top of Apache Hadoop, Zookeeper, and
+    Thrift. Apache Accumulo features a few novel improvements on
+    the BigTable design in the form of cell-based access control
+    and a server-side programming mechanism that can modify
+    key/value pairs at various points in the data management
+    process.</para>
+    <para>For more information see 
+    <ulink url="https://accumulo.apache.org" />.</para>
+  </section>
   <section id="apache-hbase">
-  	<title>Apache HBase</title>
-    <para>
-      Apache HBase is Bigtable like data store, built on top of Hadoop is now packaged 
-      and available.
-    </para>
-  	</section>
+    <title>Apache HBase</title>
+    <para>Apache HBase is Bigtable like data store, built on top of
+    Hadoop is now packaged and available.</para>
+  </section>
   <section id="apache-hive">
     <title>Apache Hive</title>
-    <para>
-      Hive is a Hadoop based NoSQL data warehouse. It is now packaged and available.
-    </para>
+    <para>Hive is a Hadoop based NoSQL data warehouse. It is now
+    packaged and available.</para>
   </section>
   <section id="mariadb-10">
-  	<title>MariaDB 10.0</title>
-    <para>
-			In Fedora 21, MariaDB have been updated to the upstream version 10.0, 
-			which provides various bug fixes and enhancements. Among others, the support for 
-			parallel and multi-source replication has been added as well as the support for 
-			global transaction IDs. In addition, several new storage engines have been 
-			implemented.
-    </para>
-    <para>
-    	For the list of all changes, visit the MariaDB Knowledge Base at 
-    	<ulink url="https://mariadb.com/kb/en/mariadb/what-is-mariadb-100/" />.
-    </para>
+    <title>MariaDB 10.0</title>
+    <para>In Fedora 21, MariaDB have been updated to the upstream
+    version 10.0, which provides various bug fixes and
+    enhancements. Among others, the support for parallel and
+    multi-source replication has been added as well as the support
+    for global transaction IDs. In addition, several new storage
+    engines have been implemented.</para>
+    <para>For the list of all changes, visit the MariaDB Knowledge
+    Base at 
+    <ulink url="https://mariadb.com/kb/en/mariadb/what-is-mariadb-100/" />.</para>
   </section>
 </section>
-


More information about the docs-commits mailing list