Gregory Chanan created SOLR-7322:
------------------------------------

             Summary: Have a solr-specific hadoop Configuration
                 Key: SOLR-7322
                 URL: https://issues.apache.org/jira/browse/SOLR-7322
             Project: Solr
          Issue Type: Improvement
          Components: SolrCloud
            Reporter: Gregory Chanan


There are a few places in the code that set up hadoop Configurations, e.g. 
HdfsUpdateLog, HdfsDirectoryFactory.  In apache sentry, we also set up a 
Configuration with the same properties as the above two (i.e. reading the 
hdfs.conf.dir resources).  It would help to unify these usages.

Similar to say, the HBaseConfiguration: 
https://github.com/apache/hbase/blob/0a500e5d305b0c75a6a357a5ff7a9210a615a007/hbase-common/src/main/java/org/apache/hadoop/hbase/HBaseConfiguration.java

Maybe would want to make Configuration itself a forbidden API and force 
everyone to use our version as well.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to