dlmarion commented on code in PR #5099:
URL: https://github.com/apache/accumulo/pull/5099#discussion_r1856886535


##########
assemble/bin/accumulo-cluster:
##########
@@ -651,28 +639,46 @@ function main() {
       fi
       cat <<EOF >"$conf"/cluster.yaml
 manager:
-  - localhost
+  default:
+    conf_dir: /opt/accumulo/conf
+    extra_args: ""
+    hosts:
+      - localhost
 
 monitor:
-  - localhost
+  default:
+    conf_dir: /opt/accumulo/conf
+    extra_args: ""
+    hosts:
+      - localhost
 
 gc:
-  - localhost
+  default:
+    conf_dir: /opt/accumulo/conf
+    extra_args: ""

Review Comment:
   Added documentation in 2e182d1



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to