You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2021/12/10 23:04:54 UTC

[GitHub] [accumulo] ctubbsii commented on issue #2383: ACCUMULO_JAVA_OPTS, does it work?

ctubbsii commented on issue #2383:
URL: https://github.com/apache/accumulo/issues/2383#issuecomment-991361680


   Yeah, that's a bug. The `accumulo-env.sh` file is supposed to be sourced, which does pass the variables correctly to the script that sourced it, but exporting does not. Any script that tries to work that way should be fixed. The `accumulo-env.sh` script shouldn't be exporting `JAVA_OPTS` or relying on `ACCUMULO_JAVA_OPTS` to be an array.


-- 
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: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org