[ https://issues.apache.org/jira/browse/SOLR-14077?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16995943#comment-16995943 ]
Kevin Risden commented on SOLR-14077: ------------------------------------- PR: https://github.com/apache/lucene-solr/pull/1080 > 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