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 2020/02/18 16:02:15 UTC

[GitHub] [hadoop-ozone] elek opened a new pull request #561: HDDS-3028. Use own version from InterfaceAudience/Stability version

elek opened a new pull request #561: HDDS-3028. Use own version from InterfaceAudience/Stability version
URL: https://github.com/apache/hadoop-ozone/pull/561
 
 
   ## What changes were proposed in this pull request?
   
   Current Ozone code uses the Hadoop version from `@InterfaceAudience` and `@InterfaceStability` annotations.
   
   While Hadoop uses the annotations during the javadoc generation, in Ozone they are used only as markers as Ozone doesn't generate javadoc during the releases.
   
   The two annotations are in the Hadoop common project. I propose to copy them and use the copied annotations instead of the original one. It would help us to reduce the dependencies on Hadoop (the hadoop-common which contains the original annotations has 87 transitive dependencies!!)
   
   ## What is the link to the Apache JIRA
   
   https://issues.apache.org/jira/browse/HDDS-3028
   
   ## How was this patch tested?
   
   With maven build. This is nothing more just a package rename:
   
   ```
   find -name "*.java" | xargs -n1 sed -i 's/import org.apache.hadoop.classification/import org.apache.hadoop.hdds.annotation/g'
   ```
   

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


[GitHub] [hadoop-ozone] adoroszlai merged pull request #561: HDDS-3028. Use own version from InterfaceAudience/Stability version

Posted by GitBox <gi...@apache.org>.
adoroszlai merged pull request #561: HDDS-3028. Use own version from InterfaceAudience/Stability version
URL: https://github.com/apache/hadoop-ozone/pull/561
 
 
   

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