[ https://issues.apache.org/jira/browse/SOLR-14077?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16996105#comment-16996105 ]
ASF subversion and git services commented on SOLR-14077: -------------------------------------------------------- Commit 7a9a6ef79e9eee98d5f20ab7256f01a20113e953 in lucene-solr's branch refs/heads/master from Kevin Risden [ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=7a9a6ef ] SOLR-14077: Hadoop shouldn't need to look for metrics config in user home Signed-off-by: Kevin Risden <kris...@apache.org> > Hadoop shouldn't need to look for metrics config in user home > ------------------------------------------------------------- > > Key: SOLR-14077 > URL: https://issues.apache.org/jira/browse/SOLR-14077 > 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 > Attachments: SOLR-14077.patch > > Time Spent: 10m > Remaining Estimate: 0h > > Remove the need for Hadoop to look for metrics config in user home > {code:java} > permission java.io.FilePermission > "${user.home}${/}hadoop-metrics2.properties", "read"; > permission java.io.FilePermission > "${user.home}${/}hadoop-metrics2-namenode.properties", "read"; > {code} > https://github.com/apache/lucene-solr/blob/master/lucene/tools/junit4/solr-tests.policy#L39 -- 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