You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fluo.apache.org by kt...@apache.org on 2021/06/04 03:47:15 UTC

[fluo-muchos] branch main updated: Update accumulo-env.sh for external compactions (#396)

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/fluo-muchos.git


The following commit(s) were added to refs/heads/main by this push:
     new 9b6e4f6  Update accumulo-env.sh for external compactions (#396)
9b6e4f6 is described below

commit 9b6e4f63e7246d84d58559ab64da0b48be580c65
Author: Keith Turner <kt...@apache.org>
AuthorDate: Thu Jun 3 23:47:08 2021 -0400

    Update accumulo-env.sh for external compactions (#396)
---
 ansible/roles/accumulo/templates/accumulo-env.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ansible/roles/accumulo/templates/accumulo-env.sh b/ansible/roles/accumulo/templates/accumulo-env.sh
index df7d0a1..5c71a3d 100755
--- a/ansible/roles/accumulo/templates/accumulo-env.sh
+++ b/ansible/roles/accumulo/templates/accumulo-env.sh
@@ -99,7 +99,7 @@ JAVA_OPTS=("${JAVA_OPTS[@]}"
 
 case "$cmd" in
 {% if accumulo_version is version('2.1.0','>=') %}
-  monitor|gc|manager|tserver|tracer)
+  monitor|gc|manager|tserver|tracer|compaction-coordinator|compactor)
     JAVA_OPTS=("${JAVA_OPTS[@]}" "-Dlog4j.configurationFile=log4j2-service.properties")
     ;;
 {% else %}