guptashailesh92 commented on PR #7009: URL: https://github.com/apache/hadoop/pull/7009#issuecomment-2350883509
Apologies, @ayushtkn for the wrong link. I was referring to [change](https://github.com/apache/hadoop/pull/5912/files#diff-268b9968a4db21ac6eeb7bcaef10e4db744d00ba53989fc7251bb3e8d9eac7dfR920) which has added missing configs to core-default.xml . Earlier for LZO compression, it was being taken from lzo [code](https://github.com/twitter/hadoop-lzo/blob/master/src/main/java/com/hadoop/compression/lzo/LzoCodec.java#L51) which is 256KB. Now because we added this config in hadoop code to 64KB, lzo decompression is failing. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
