[ https://issues.apache.org/jira/browse/SOLR-14033?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16993102#comment-16993102 ]
ASF subversion and git services commented on SOLR-14033: -------------------------------------------------------- Commit d4882891df2f2972c6a62340cf852e0ca0c5baec in lucene-solr's branch refs/heads/branch_8x from Kevin Risden [ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=d488289 ] SOLR-14033: Fix Hadoop tests with security manager This removes the Solr security manager hacks for Hadoop. It does so by: * Using a fake group mapping class instead of ShellGroupMapping * Copies a few Hadoop classes and modifies them for tests with no Shell * Nulls out some of the static variables in the tests The Hadoop files were copied from Apache Hadoop 3.2.0 and copied to the test package to be only picked up during tests. They were modified to remove the need to shell out for access. The assumption is that these HDFS integration tests only run on Unix based systems and therefore Windows compatibility was removed in some of the modified classes. The long term goal is to remove these custom Hadoop classes. All the copied classes are in the org.apache.hadoop package. Signed-off-by: Kevin Risden <kris...@apache.org> > Fix Hadoop tests with security manager > -------------------------------------- > > Key: SOLR-14033 > URL: https://issues.apache.org/jira/browse/SOLR-14033 > Project: Solr > Issue Type: Test > Security Level: Public(Default Security Level. Issues are Public) > Components: Hadoop Integration, hdfs, Tests > Reporter: Kevin Risden > Assignee: Kevin Risden > Priority: Major > Fix For: 8.4 > > Attachments: SOLR-14033.patch > > Time Spent: 6.5h > Remaining Estimate: 0h > > SOLR-14000 and SOLR-14002 have been cleaning this up. Seeing some HDFS suite > failures due to missing nulling out static variables and Hadoop being stupid > with the security manager. -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org