You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2019/11/08 10:12:01 UTC

[GitHub] [hadoop-ozone] elek opened a new pull request #130: HDDS-2444. Remove server side dependencies from ozonefs jar files

elek opened a new pull request #130: HDDS-2444. Remove server side dependencies from ozonefs jar files
URL: https://github.com/apache/hadoop-ozone/pull/130
 
 
   ## What changes were proposed in this pull request?
   
   During the review of HDDS-2427 we found that some of the server side dependencies (container-service, framework) are added to the ozonefs library jars. Server side dependencies should be excluded from the client side to make the client safer and the build faster.
   
   This patch doesn't introduce any new features just a dependency cleanup:
   
    1. server side dependencies removed from hadoop-ozone/common
    2. explicit server side dependencies added to the projects where they are used (eg. s3g)
    3. Some static utility methods are reorganized to make them available
   
   ## What is the link to the Apache JIRA
   
   https://issues.apache.org/jira/browse/HDDS-2444
   
   ## How was this patch tested?
   
   Compiled and started basic acceptance test (`compose/ozone/test.sh`)

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