You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by kt...@apache.org on 2023/06/16 14:41:55 UTC

[accumulo-testing] branch main updated: Update terraform instructions for rebuilding accumulo testing

This is an automated email from the ASF dual-hosted git repository.

kturner 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 f35efcf  Update terraform instructions for rebuilding accumulo testing
f35efcf is described below

commit f35efcf26e147ae09819bc9380cf80f2800ba1e4
Author: Keith Turner <kt...@apache.org>
AuthorDate: Fri Jun 16 10:41:51 2023 -0400

    Update terraform instructions for rebuilding accumulo testing
---
 contrib/terraform-testing-infrastructure/README.md | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/contrib/terraform-testing-infrastructure/README.md b/contrib/terraform-testing-infrastructure/README.md
index 1fdb10a..44b0146 100644
--- a/contrib/terraform-testing-infrastructure/README.md
+++ b/contrib/terraform-testing-infrastructure/README.md
@@ -378,9 +378,12 @@ doing the following:
 ```bash
 cd ${software_root}/sources/accumulo-testing-repo
 git pull
-mvn clean package -DskipTests -DskipITs
+mvn clean
+./bin/build
 ```
 
+Accumulo testing builds a shaded jar.  The build script above determines the versions of ZK and Accumulo on your system and places those in the shaded jar.  The build script will not rebuild the shaded jar, so mvn clean must be run before build. If using an unreleased version Accumulo you must ensure its jars are in the local maven repo before rebuilding Accumulo testing.
+
 ## Deployment Overview
 
 The first node that is created is called the `manager`, the others are `worker` nodes. The