rmuir commented on issue #1068: SOLR-14033: Fix Hadoop tests with security manager URL: https://github.com/apache/lucene-solr/pull/1068#issuecomment-563710452 > So yea I tried to bypass the whole group lookup crap by putting in a fake group lookup provider, but it requires the UGI to be initialized upfront. I haven't figured out the best place to ensure the UGI is initialized with the right config. Can we try to do this with an explicit static initializer "earlier" up in the file. the order that this happens is defined, there are just too many hooks and its happening too late. it seems everything it needs is static and it could be moved up in the file?
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org