You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by GitBox <gi...@apache.org> on 2019/05/28 08:08:25 UTC

[GitHub] [hadoop] elek opened a new pull request #860: HDDS-1597. Remove hdds-server-scm dependency from ozone-common

elek opened a new pull request #860: HDDS-1597. Remove hdds-server-scm dependency from ozone-common
URL: https://github.com/apache/hadoop/pull/860
 
 
   I noticed that the hadoop-ozone/common project depends on hadoop-hdds-server-scm project.
   
   The common projects are designed to be a shared artifacts between client and server side. Adding additional dependency to the common pom means that the dependency will be available for all the clients as well.
   
   (See the attached artifact about the current, desired structure).
   
   We definitely don't need scm server dependency on the client side.
   
   The code dependency is just one class (ScmUtils) and the shared code can be easily moved to the common.
   
   See: https://issues.apache.org/jira/browse/HDDS-1597

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