bvaradar commented on issue #2017: URL: https://github.com/apache/hudi/issues/2017#issuecomment-683233589
@Yogashri12 : By default Hudi uses gzipped compression which will give better compression when it comes to file size. Your configuration looks right. How do you know that the file is not compressed. Note that you will not see .snappy as suffix even if parquet file was indeed compressed by snappy. You can use "parquet-tools.jar meta" command to check the compression type employed. ---------------------------------------------------------------- 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]
