adoroszlai opened a new pull request #1619:
URL: https://github.com/apache/ozone/pull/1619


   ## What changes were proposed in this pull request?
   
   Provide information about Ozone's configured block size via 
Hadoop-compatible file system implementations by overriding 
`getDefaultBlockSize()` from `FileSystem`.
   
   Ozone does not make new files visible until they are closed.  This change 
allows Impala to query the actual configured block size and use this info 
during file write, instead of relying on the default block size, which can be 
overridden in config.
   
   https://issues.apache.org/jira/browse/HDDS-4503
   
   ## How was this patch tested?
   
   Added unit test.


----------------------------------------------------------------
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:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to