We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92c3702 commit 9f3ad6eCopy full SHA for 9f3ad6e
assemble/bin/accumulo-cluster
@@ -535,7 +535,7 @@ function control_services() {
535
hosts="COMPACTOR_HOSTS_$group"
536
for compactor in ${!hosts}; do
537
if canRunOnHost "$compactor"; then
538
- execute_command "$operation" "$compactor" compactor "$group" "-o" "compactor.queue=$group"
+ execute_command "$operation" "$compactor" compactor "$group" "-o" "compactor.group=$group"
539
fi
540
done
541
0 commit comments