viirya commented on pull request #3612: URL: https://github.com/apache/hadoop/pull/3612#issuecomment-959725363
Hmm, seems not work. ``` [ERROR] testLzoCodec(org.apache.hadoop.io.compress.TestCodec) Time elapsed: 0.004 s <<< ERROR! java.lang.RuntimeException: native-lzo library not available ``` I checked `hadoop-lzo-0.4.20.jar`. It includes native library for `Linux-amd64-64` target, e.g., ``` native/Linux-amd64-64/lib/libgplcompression.a native/Linux-amd64-64/lib/libgplcompression.so ``` Maybe the CI is not the target? So seems we cannot run the comparison test between the GPL lzo codec and this lzo codec. I have run them locally to verify the comparison. The reviewers may build and install GPL lzo locally to run the test. Once the reviewers think it is okay, I will remove GPL lzo codec stuffs. @sunchao @dbtsai -- 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]
