[accumulo-examples] branch main updated: Bump guava from 28.2-jre to 29.0-jre (#70)

2021-03-25 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-examples.git


The following commit(s) were added to refs/heads/main by this push:
 new 586f61b  Bump guava from 28.2-jre to 29.0-jre (#70)
586f61b is described below

commit 586f61baef9f488b464ce27dd87e57673b575a1d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Mar 25 19:14:54 2021 -0400

Bump guava from 28.2-jre to 29.0-jre (#70)

Bumps [guava](https://github.com/google/guava) from 28.2-jre to 29.0-jre.
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)

Signed-off-by: dependabot[bot] 

Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 2a43708..f47110c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,7 +44,7 @@
   
 com.google.guava
 guava
-28.2-jre
+29.0-jre
   
 
   


[accumulo-examples] branch dependabot/maven/com.google.guava-guava-29.0-jre created (now 64a22ad)

2021-03-25 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/com.google.guava-guava-29.0-jre
in repository https://gitbox.apache.org/repos/asf/accumulo-examples.git.


  at 64a22ad  Bump guava from 28.2-jre to 29.0-jre

No new revisions were added by this update.


[accumulo-examples] branch main updated: Update pom.xml

2021-03-25 Thread jmark99
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/main by this push:
 new c2f3002  Update pom.xml
c2f3002 is described below

commit c2f300251afc57742292506e1429074b6fc45f17
Author: Mark Owens 
AuthorDate: Thu Mar 25 14:46:36 2021 -0400

Update pom.xml

Excluding jute when the ZK version if prior to 3.6 can result in a 
NoClassDefFoundError for org/apache/jute/Record.
---
 pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 3601f32..2a43708 100644
--- a/pom.xml
+++ b/pom.xml
@@ -327,7 +327,6 @@
   
org.apache.logging.log4j:log4j-1.2-api:jar:
   
org.apache.logging.log4j:log4j-slf4j-impl:jar:
   
javax.activation:javax.activation-api:jar:
-  
org.apache.zookeeper:zookeeper-jute:jar:
   
org.apache.hadoop:hadoop-annotations:jar:
   org.apache.hadoop:hadoop-auth:jar:
   
org.apache.hadoop:hadoop-mapreduce-client-common:jar:


[accumulo-examples] branch main updated: Add missing htrace dep

2021-03-25 Thread mmiller
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/main by this push:
 new 9f7704d  Add missing htrace dep
9f7704d is described below

commit 9f7704df126821a7850a8356cddec0bd9ef16056
Author: Mike Miller 
AuthorDate: Thu Mar 25 11:14:40 2021 -0400

Add missing htrace dep
---
 pom.xml | 9 -
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e789216..3601f32 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,6 +31,8 @@
 2.1.0-SNAPSHOT
 
contrib/Eclipse-Accumulo-Codestyle.xml
 3.3.0
+4.1.0-incubating
+3.2.0-incubating
 2.14.0
 11
 11
@@ -89,7 +91,12 @@
 
   org.apache.htrace
   htrace-core
-  3.1.0-incubating
+  ${htrace.version}
+
+
+  org.apache.htrace
+  htrace-core4
+  ${htrace.hadoop.version}
 
 
   org.apache.logging.log4j


[accumulo-examples] branch main updated: Add more precise excludes to pom to fix hadoop client

2021-03-25 Thread mmiller
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/main by this push:
 new 09e12a9  Add more precise excludes to pom to fix hadoop client
09e12a9 is described below

commit 09e12a9934b9eeb3bbf49a2b3132fb781567e85f
Author: Mike Miller 
AuthorDate: Thu Mar 25 10:16:45 2021 -0400

Add more precise excludes to pom to fix hadoop client
---
 pom.xml | 12 +++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e2e3fd1..e789216 100644
--- a/pom.xml
+++ b/pom.xml
@@ -321,7 +321,17 @@
   
org.apache.logging.log4j:log4j-slf4j-impl:jar:
   
javax.activation:javax.activation-api:jar:
   
org.apache.zookeeper:zookeeper-jute:jar:
-  org.apache.hadoop:*
+  
org.apache.hadoop:hadoop-annotations:jar:
+  org.apache.hadoop:hadoop-auth:jar:
+  
org.apache.hadoop:hadoop-mapreduce-client-common:jar:
+  org.apache.hadoop:hadoop-yarn-api:jar:
+  
org.apache.hadoop:hadoop-yarn-common:jar:
+  
org.apache.hadoop:hadoop-mapreduce-client-core:jar:
+  org.apache.hadoop:hadoop-common:jar:
+  
org.apache.hadoop:hadoop-mapreduce-client-jobclient:jar:
+  
org.apache.hadoop:hadoop-yarn-client:jar:
+  
org.apache.hadoop:hadoop-hdfs-client:jar:
+  
org.apache.hadoop.thirdparty:hadoop-shaded-protobuf_3_7:jar:
 
   
   


[accumulo-examples] branch main updated: Fix shade plugin warnings

2021-03-25 Thread mmiller
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/main by this push:
 new b6bc9d9  Fix shade plugin warnings
b6bc9d9 is described below

commit b6bc9d9dabb56b8a5e64435e0d45e1c0f828e36f
Author: Mike Miller 
AuthorDate: Thu Mar 25 09:58:13 2021 -0400

Fix shade plugin warnings
---
 pom.xml | 7 +++
 1 file changed, 7 insertions(+)

diff --git a/pom.xml b/pom.xml
index 438fcf0..e2e3fd1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -316,12 +316,19 @@
   
 
   org.apache.accumulo:accumulo-native
+  
org.apache.logging.log4j:log4j-api:jar:
+  
org.apache.logging.log4j:log4j-1.2-api:jar:
+  
org.apache.logging.log4j:log4j-slf4j-impl:jar:
+  
javax.activation:javax.activation-api:jar:
+  
org.apache.zookeeper:zookeeper-jute:jar:
+  org.apache.hadoop:*
 
   
   
 
   *:*
   
+module-info.class
 META-INF/*.SF
 META-INF/*.DSA
 META-INF/*.RSA


[accumulo-examples] branch main updated: Update env.sh.example

2021-03-25 Thread jmark99
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/main by this push:
 new 6723497  Update env.sh.example
6723497 is described below

commit 672349771ecb4299f7b696ad294a5be1eef77030
Author: Mark Owens 
AuthorDate: Thu Mar 25 08:31:11 2021 -0400

Update env.sh.example

Update env.sh.example file so that the version of ZooKeeper used by  
Accumulo-Examples repo matches  version of current accumulo-snapshot. Reverted 
from ZK 3.6.2 to 3.5.9.
---
 conf/env.sh.example | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/env.sh.example b/conf/env.sh.example
index 9691521..eb02bee 100644
--- a/conf/env.sh.example
+++ b/conf/env.sh.example
@@ -40,7 +40,7 @@ fi
 # Versions set below will be what is included in the shaded jar
 export ACCUMULO_VERSION="`$ACCUMULO_HOME/bin/accumulo version`"
 export HADOOP_VERSION="`hadoop version | head -n1 | awk '{print $2}'`"
-export ZOOKEEPER_VERSION=3.6.2
+export ZOOKEEPER_VERSION=3.5.9
 # Path to shaded test jar
 ex_home=$( cd "$( dirname "$conf_dir" )" && pwd )
 export EXAMPLES_JAR_PATH="${ex_home}/target/accumulo-examples-shaded.jar"


[accumulo-examples] branch main updated: Update pom.xml

2021-03-25 Thread jmark99
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/main by this push:
 new 02ab78f  Update pom.xml
02ab78f is described below

commit 02ab78f83df63f05ba1cefddafb622fe6a7b318f
Author: Mark Owens 
AuthorDate: Thu Mar 25 08:29:57 2021 -0400

Update pom.xml

Update pom in order to have Accumulo-Examples zookeeper version match  
version of current accumulo-snapshot. Reverted from ZK 3.6.2 to 3.5.9.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 8c18530..438fcf0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -35,7 +35,7 @@
 11
 11
 11
-3.6.2
+3.5.9