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/12/16 09:13:58 UTC

[GitHub] [ozone] masstter opened a new pull request #1711: HDDS-4603. Writing file to a new key failed when integrating Ozone and HBase in my custom project

masstter opened a new pull request #1711:
URL: https://github.com/apache/ozone/pull/1711


   HDDS-4603. Writing file to a new key failed when integrating Ozone and HBase in my custom project
   
   ## What changes were proposed in this pull request?
   
   change import com.google.common.base.Supplier to java.util.function.Supplier in class: org.apache.hadoop.hdds.scm.XceiverClientRatis
   
   ## What is the link to the Apache JIRA
   
   https://issues.apache.org/jira/browse/HDDS-4603
   
   ## How was this patch tested?
   envs: 
   Spring Boot: 2.2.6.RELEASE
   Apache Ozone: 1.1.0-SNAPSHOT(master)
   Apache HBase: 1.2.1
   Apache HDFS: 2.7.2
   
   cases:
   1. upload a new file with ofs api -- passed
   2. upload a new file with native java api -- passed
   3. copy a exists file to new dir with ofs api -- passed
   4. copy a exists file to new dir with native java api -- passed
    
   


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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org


[GitHub] [ozone] adoroszlai commented on pull request #1711: HDDS-4603. Use Java built-in Supplier instead of Guava one

Posted by GitBox <gi...@apache.org>.
adoroszlai commented on pull request #1711:
URL: https://github.com/apache/ozone/pull/1711#issuecomment-749032442


   Thanks @masstter for the fix.


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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org


[GitHub] [ozone] adoroszlai merged pull request #1711: HDDS-4603. Use Java built-in Supplier instead of Guava one

Posted by GitBox <gi...@apache.org>.
adoroszlai merged pull request #1711:
URL: https://github.com/apache/ozone/pull/1711


   


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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org