You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "Kevin Risden (Jira)" <ji...@apache.org> on 2019/12/12 18:40:00 UTC

[jira] [Created] (SOLR-14077) Hadoop shouldn't need to look for metrics config in user home

Kevin Risden created SOLR-14077:
-----------------------------------

             Summary: 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


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-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org