DomGarguilo commented on code in PR #5966:
URL: https://github.com/apache/accumulo/pull/5966#discussion_r2561127112


##########
assemble/conf/accumulo-env.sh:
##########
@@ -159,3 +159,13 @@ esac
 ## environment, that will override what is set here, rather than some mangled
 ## merged result. You can set the variable any way you like.
 #declare -p 'ACCUMULO_JAVA_PREFIX' &>/dev/null || ACCUMULO_JAVA_PREFIX=''
+
+## ACCUMULO_MAIN_ARGS can be used to pass extra arguments directly to
+## org.apache.accumulo.start.Main (after the JVM options). Declare as an array
+## to avoid issues with spaces in values.
+#case "$cmd" in
+#  monitor) ACCUMULO_MAIN_ARGS=(-o "rpc.bind.port=9995") ;;
+#  tserver)   ACCUMULO_MAIN_ARGS=(-o "rpc.bind.port=20000-20049") ;;
+#  compactor) ACCUMULO_MAIN_ARGS=(-o "rpc.bind.port=20050-20099") ;;
+#  sserver) ACCUMULO_MAIN_ARGS=(-o "rpc.bind.port=20100-20149") ;;

Review Comment:
   reverted these changes in 16da39a



-- 
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