You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2021/06/01 14:39:20 UTC

[accumulo-testing] branch main updated: Properly build shaded jar when running cingest (#140)

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-testing.git


The following commit(s) were added to refs/heads/main by this push:
     new a2a1ebb  Properly build shaded jar when running cingest (#140)
a2a1ebb is described below

commit a2a1ebb60e03f4863cc90483c31f6aa57b9bd237
Author: AlbertWhitlock <al...@gmail.com>
AuthorDate: Tue Jun 1 10:39:09 2021 -0400

    Properly build shaded jar when running cingest (#140)
---
 conf/env.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/env.sh b/conf/env.sh
index c5582e3..f4b4a2a 100644
--- a/conf/env.sh
+++ b/conf/env.sh
@@ -59,7 +59,7 @@ fi
 # Shaded test jar
 # ===============
 # Versions set below will be what is included in the shaded jar
-ACCUMULO_VERSION="$("$ACCUMULO_HOME"/bin/accumulo version)"; export ACCUMULO_VERSION
+ACCUMULO_VERSION="$("$ACCUMULO_HOME"/bin/accumulo version | grep -v 'DEBUG')"; export ACCUMULO_VERSION
 HADOOP_VERSION="$(hadoop version | head -n1 | awk '{print $2}')"; export HADOOP_VERSION
 export ZOOKEEPER_VERSION=3.4.14
 # Path to shaded test jar