dlmarion commented on a change in pull request #2238:
URL: https://github.com/apache/accumulo/pull/2238#discussion_r694055291
##########
File path: assemble/bin/accumulo-service
##########
@@ -77,7 +79,7 @@ function start_service() {
rotate_log "$outfile"
rotate_log "$errfile"
- nohup "${bin}/accumulo" "$service" >"$outfile" 2>"$errfile" < /dev/null &
+ nohup "${bin}/accumulo" "$service" "${@:2}" >"$outfile" 2>"$errfile" <
/dev/null &
Review comment:
This was needed to be able to pass the `-q queueName` arguments to the
Compactor.
--
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]