[accumulo-website] branch asf-site updated (a0db284 -> 5430b19)

2021-05-01 Thread ctubbsii
This is an automated email from the ASF dual-hosted git repository.

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


from a0db284  Automatic Site Publish by Buildbot
 add fb936b1  Automatic Site Publish by Buildbot
 add 5430b19  Automatic Site Publish by Buildbot

No new revisions were added by this update.

Summary of changes:
 output/feed.xml  | 4 ++--
 output/people/index.html | 5 +
 2 files changed, 7 insertions(+), 2 deletions(-)


Buildbot success in on jekyll_websites

2021-05-01 Thread buildbot
The Buildbot has detected a passing build on builder jekyll_websites while 
building accumulo.
Full details are available at:
https://ci2.apache.org/#builders/7/builds/471

Buildbot URL: https://ci2.apache.org/

Worker for this Build: bb_slave10_ubuntu

Build Reason: Triggered jekyll auto-build via .asf.yaml by ctubbsii
Blamelist: asfinfra, commits@accumulo.apache.org

Build succeeded!

Sincerely,
 -The Buildbot



[accumulo-website] branch asf-staging updated: Automatic Site Publish by Buildbot

2021-05-01 Thread git-site-role
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/asf-staging by this push:
 new 5430b19  Automatic Site Publish by Buildbot
5430b19 is described below

commit 5430b19224f9797bef8ad6fdd674aa0248ec7c87
Author: buildbot 
AuthorDate: Sat May 1 16:27:00 2021 +

Automatic Site Publish by Buildbot
---
 output/feed.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/output/feed.xml b/output/feed.xml
index 0bb16a8..843ce56 100644
--- a/output/feed.xml
+++ b/output/feed.xml
@@ -6,8 +6,8 @@
 
 https://accumulo.apache.org/
 https://accumulo.apache.org/feed.xml"; rel="self" 
type="application/rss+xml"/>
-Fri, 30 Apr 2021 16:13:13 +
-Fri, 30 Apr 2021 16:13:13 +
+Sat, 01 May 2021 16:26:54 +
+Sat, 01 May 2021 16:26:54 +
 Jekyll v4.2.0
 
 


[accumulo-website] branch main updated: Update some gems (#278)

2021-05-01 Thread ctubbsii
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/main by this push:
 new 2921523  Update some gems (#278)
2921523 is described below

commit 2921523abe5382bc12ac203d5e6e839870b66374
Author: Christopher Tubbs 
AuthorDate: Sat May 1 12:26:32 2021 -0400

Update some gems (#278)
---
 Gemfile.lock | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Gemfile.lock b/Gemfile.lock
index 2a4e808..ab5e99b 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -12,7 +12,7 @@ GEM
 ffi (1.15.0)
 forwardable-extended (2.6.0)
 http_parser.rb (0.6.0)
-i18n (1.8.9)
+i18n (1.8.10)
   concurrent-ruby (~> 1.0)
 jekyll (4.2.0)
   addressable (~> 2.4)
@@ -40,7 +40,7 @@ GEM
 kramdown-parser-gfm (1.1.0)
   kramdown (~> 2.0)
 liquid (4.0.3)
-listen (3.4.1)
+listen (3.5.1)
   rb-fsevent (~> 0.10, >= 0.10.3)
   rb-inotify (~> 0.9, >= 0.9.10)
 mercenary (0.4.0)
@@ -50,7 +50,7 @@ GEM
 rb-fsevent (0.10.4)
 rb-inotify (0.10.1)
   ffi (~> 1.0)
-rexml (3.2.4)
+rexml (3.2.5)
 rouge (3.26.0)
 safe_yaml (1.0.5)
 sassc (2.4.0)


[accumulo] branch main updated: Fix formatting from #2069

2021-05-01 Thread ctubbsii
This is an automated email from the ASF dual-hosted git repository.

ctubbsii pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo.git


The following commit(s) were added to refs/heads/main by this push:
 new 97fe15c  Fix formatting from #2069
97fe15c is described below

commit 97fe15cd0e109f9d21f0a1bf12aa9190b9dc4e59
Author: Christopher Tubbs 
AuthorDate: Sat May 1 12:18:22 2021 -0400

Fix formatting from #2069
---
 .../main/java/org/apache/accumulo/core/iterators/LongCombiner.java| 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/core/src/main/java/org/apache/accumulo/core/iterators/LongCombiner.java 
b/core/src/main/java/org/apache/accumulo/core/iterators/LongCombiner.java
index 30adfef..2e6366e 100644
--- a/core/src/main/java/org/apache/accumulo/core/iterators/LongCombiner.java
+++ b/core/src/main/java/org/apache/accumulo/core/iterators/LongCombiner.java
@@ -45,8 +45,8 @@ import org.apache.hadoop.io.WritableUtils;
  * (translated to Longs) for all non-deleted versions of that Key.
  *
  * A required option for this Combiner is "type" which indicates which type of 
Encoder to use to
- * encode and decode Longs into Values. Supported types are VARLEN, FIXEDLEN, 
and STRING which indicate
- * the VarLenEncoder, FixedLenEncoder, and StringEncoder respectively.
+ * encode and decode Longs into Values. Supported types are VARLEN, FIXEDLEN, 
and STRING which
+ * indicate the VarLenEncoder, FixedLenEncoder, and StringEncoder respectively.
  */
 public abstract class LongCombiner extends TypedValueCombiner {
   public static final Encoder FIXED_LEN_ENCODER = new FixedLenEncoder();


[accumulo] branch main updated: Fix javadoc for LongCombiner (#2069)

2021-05-01 Thread ctubbsii
This is an automated email from the ASF dual-hosted git repository.

ctubbsii pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo.git


The following commit(s) were added to refs/heads/main by this push:
 new 747c48a  Fix javadoc for LongCombiner (#2069)
747c48a is described below

commit 747c48a0b4cb27092b0d50ddb01670118acb16c5
Author: ljana 
AuthorDate: Sat May 1 12:09:04 2021 -0400

Fix javadoc for LongCombiner (#2069)

Update javadoc based on supported encoder types.

This fixes #2047
---
 .../main/java/org/apache/accumulo/core/iterators/LongCombiner.java| 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/core/src/main/java/org/apache/accumulo/core/iterators/LongCombiner.java 
b/core/src/main/java/org/apache/accumulo/core/iterators/LongCombiner.java
index 17cc7f9..30adfef 100644
--- a/core/src/main/java/org/apache/accumulo/core/iterators/LongCombiner.java
+++ b/core/src/main/java/org/apache/accumulo/core/iterators/LongCombiner.java
@@ -45,8 +45,8 @@ import org.apache.hadoop.io.WritableUtils;
  * (translated to Longs) for all non-deleted versions of that Key.
  *
  * A required option for this Combiner is "type" which indicates which type of 
Encoder to use to
- * encode and decode Longs into Values. Supported types are VARNUM, LONG, and 
STRING which indicate
- * the VarNumEncoder, LongEncoder, and StringEncoder respectively.
+ * encode and decode Longs into Values. Supported types are VARLEN, FIXEDLEN, 
and STRING which indicate
+ * the VarLenEncoder, FixedLenEncoder, and StringEncoder respectively.
  */
 public abstract class LongCombiner extends TypedValueCombiner {
   public static final Encoder FIXED_LEN_ENCODER = new FixedLenEncoder();