[accumulo-website] branch asf-site updated: Jekyll build from master:301aac7

2019-12-23 Thread mwalch
This is an automated email from the ASF dual-hosted git repository.

mwalch pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/accumulo-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
 new 257f0ab  Jekyll build from master:301aac7
257f0ab is described below

commit 257f0ab38360ab82931c77d9a4ea5b70b5c85df3
Author: Mike Walch 
AuthorDate: Mon Dec 23 11:42:15 2019 -0500

Jekyll build from master:301aac7

Updated min ruby version 2.5.4
---
 index.html => blog/2019/12/16/accumulo-proxy.html | 160 +++---
 feed.xml  | 103 --
 index.html|  14 +-
 news/index.html   |   7 +
 redirects.json|   2 +-
 search_data.json  |   8 ++
 6 files changed, 135 insertions(+), 159 deletions(-)

diff --git a/index.html b/blog/2019/12/16/accumulo-proxy.html
similarity index 56%
copy from index.html
copy to blog/2019/12/16/accumulo-proxy.html
index d2d6818..76cc90b 100644
--- a/index.html
+++ b/blog/2019/12/16/accumulo-proxy.html
@@ -25,7 +25,7 @@
 https://cdn.datatables.net/v/bs/jq-2.2.3/dt-1.10.12/datatables.min.css";>
 
 
-Apache Accumulo
+Accumulo Clients in Other Programming Languages
 
 https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.min.js"; 
integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44=" 
crossorigin="anonymous">
 https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"; 
integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa"
 crossorigin="anonymous">
@@ -138,116 +138,62 @@
 
 
   
-  
-  
-
-  Apache Accumulo® is a sorted, distributed key/value store that 
provides robust, scalable data storage and retrieval.
-   Download
-  https://github.com/apache/accumulo"; 
role="button"> GitHub
-
-With Apache Accumulo, users can store and manage 
large data sets across a cluster. Accumulo uses https://hadoop.apache.org";>Apache Hadoop's HDFS to store its data and 
https://zookeeper.apache.org";>Apache ZooKeeper for consensus. 
While many users interact directly with Accumulo, several open source projects use Accumulo as their 
underlying store.
-To learn more about Accumulo, take the Accumulo tour, read the user manual 
and run the Accumulo https://github.com/apache/accumulo-examples";>example code. Feel free 
to contact us if you have any questions.
+  Accumulo Clients in Other Programming 
Languages
+  
+  
 
-Major Features
+Date:   16 Dec 2019
 
-
-  
-Server-side programming
-Accumulo has a programming mechanism (called Iterators) that can modify key/value 
pairs at various points in the data management process.
-  
-  
-Cell-based access control
-Every Accumulo key/value pair has its own security label 
which limits query results based off user authorizations.
-  
-
-
-  
-Designed to scale
-Accumulo runs on a cluster using one or more HDFS instances. 
Nodes can be added or removed as the amount of data stored in Accumulo 
changes.
-  
-  
-Stable
-Accumulo has a stable client API that 
follows https://semver.org";>semantic versioning. Each Accumulo 
release goes through extensive testing.
-  
-
-  
-  
-
-  
-Latest News
-
-
-
-  
-   Nov 2019
-   Checking 
API use
-  
-
-
-
-  
-   Oct 2019
-   Using Azure 
Data Lake Gen2 storage as a data store for Accumulo
-  
-
-
-
-  
-   Sep 2019
-   Using HDFS Erasure 
Coding with Accumulo
-  
-
-
-
-  
-   Sep 2019
-   Using S3 as a 
data store for Accumulo
-  
-
-
-
-  
-   Aug 2019
-   Top 10 Reasons to 
Upgrade
-  
-
-
-
- View all posts in the news archive
-
-  
-
-
-  
-
-
-  
-
-  
-  https://twitter.com/apacheaccumulo";>@ApacheAccumulo
-
-
-  
-  https://www.linkedin.com/groups/4554913/";>Apache Accumulo 
Professionals
-
-
-  
-  https://github.com/apache/accumulo";>Apache Accumulo on 
GitHub
-
-  
-
+
 
+Apache Accumulo has an https://github.com/apache/accumulo-proxy";>Accumulo Proxy that allows 
communication with Accumulo using clients written
+in languages other than Java. This blog post shows how to run the Accumulo 
Proxy process using https://github.com/apache/fluo-uno";>Uno
+and communicate with Accumulo using a Python client.
 
-  
-
-
-  
-https://www.apache.org/events/current-event.htm

[accumulo-website] branch master updated: Updated min ruby version 2.5.4

2019-12-23 Thread mwalch
This is an automated email from the ASF dual-hosted git repository.

mwalch pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/accumulo-website.git


The following commit(s) were added to refs/heads/master by this push:
 new 301aac7  Updated min ruby version 2.5.4
301aac7 is described below

commit 301aac7441c4875527091a906e9dac78fc308895
Author: Mike Walch 
AuthorDate: Mon Dec 23 11:40:12 2019 -0500

Updated min ruby version 2.5.4
---
 Gemfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Gemfile b/Gemfile
index ef20a63..760e1a8 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,4 +1,4 @@
-ruby '>2.6'
+ruby '>2.5.4'
 source 'https://rubygems.org'
 gem 'jekyll', '>= 3.7.4'
 gem 'jekyll-redirect-from', '>= 0.13.0'