You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by GitBox <gi...@apache.org> on 2019/10/17 20:35:41 UTC

[GitHub] [hadoop-ozone] vivekratnavel opened a new pull request #49: HDDS-2310. Add support to add ozone ranger plugin to Ozone Manager cl…

vivekratnavel opened a new pull request #49: HDDS-2310. Add support to add ozone ranger plugin to Ozone Manager cl…
URL: https://github.com/apache/hadoop-ozone/pull/49
 
 
   …asspath.
   
   ## What changes were proposed in this pull request?
   
   This PR adds a new hadoop shell profile for ozone manager to be able to extend Ozone Manager's classpath. It is implemented in a generic way and is not exclusive to ranger plugin. Any path can be added to Ozone Manager classpath by setting the env variable `OZONE_MANAGER_CLASSPATH`
   
   ## What is the link to the Apache JIRA
   
   https://issues.apache.org/jira/browse/HDDS-2310
   
   ## How was this patch tested?
   
   Tested by running ozone manager locally with the above mentioned env set to some path.
   ```
    export OZONE_MANAGER_CLASSPATH=/tmp/*
   ./hadoop-ozone/dist/target/ozone-0.5.0-SNAPSHOT/bin/ozone --debug om
   ```
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: hdfs-dev-help@hadoop.apache.org