ctubbsii commented on issue #746: Make use of JAVA_TOOL_OPTIONS in 
accumulo-env.sh
URL: https://github.com/apache/accumulo/issues/746#issuecomment-436079323
 
 
   > We could append to existing value JAVA_TOOL_OPTIONS but also let users set 
ACCUMULO_JAVA_OPTS in case users want to set configuration in their shell that 
only Accumulo gets.
   
   This is a user file. They can construct `JAVA_TOOL_OPTIONS` from any 
environment they wish, but there's no reason for us to do this for them. It 
just introduces unnecessary complexity, which makes it harder for users to 
tweak to conform to their needs. Having `ACCUMULO_JAVA_OPTS` built-in in the 
default script just elevates it to "a thing", when really it's not... it's 
meaningless unless the user gives it meaning. It's best to just remove it to 
simplify things, and let the user add their own variables in if they want to.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to