rmuir commented on issue #1068: SOLR-14033: Fix Hadoop tests with security manager URL: https://github.com/apache/lucene-solr/pull/1068#issuecomment-564246790 Hi @gerlowskija thank you for helping test. Can you run this for me from your command shell: `echo $HADOOP_HOME` I want to see if it is set to something. it looks to me like hadoop is installed via homebrew or similar mechanism. If you look at the exception, it happens because code tries to access `/usr/local/Cellar/hadoop/3.1.1` on your local machine, which is not even the correct one for solr tests. From the stacktrace you find relevant code here: https://github.com/apache/hadoop/blob/release-3.2.0-RC1/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/util/Shell.java#L417-L440 If this has been really happening, good that its caught now. We may have to explicitly clear this environment variable in tests (or ensure sysprop is set) from the build system or similar.
---------------------------------------------------------------- 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