Github user mikewalch commented on a diff in the pull request:
https://github.com/apache/accumulo/pull/226#discussion_r103973200
--- Diff: assemble/bin/accumulo ---
@@ -72,13 +72,6 @@ function main() {
export HADOOP_HOME=$HADOOP_PREFIX
export HADOOP_HOME_WARN_SUPPRESS=true
- if [ -f "${conf}/jaas.conf" ]; then
- export JAVA_OPTS=("${JAVA_OPTS[@]}"
"-Djava.security.auth.login.config=${conf}/jaas.conf")
--- End diff --
There is no mention of `jaas.conf` anywhere in the documentation or the
code. Users can still add this JVM property to JAVA_OPTS in accumulo-env.sh
but I don't see a point in documenting it as it was documented before.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---